h2
{
color: yellow;
font-size: 55px;
font-family: "Arial Back", "Georgia", serif;
text-align: center;
font-weight: bold;
font-variant: small-caps;
text-decoration: underline;
margin: 20px;
}

h3
{
color: yellow;
font-size: 20px;
font-family: "Arial Back", "Georgia", serif;
text-align: center;
font-weight: bold;
font-variant: small-caps;
text-decoration: underline;
margin: 20px;
}

h4
{
color: navy;
font-size: 24px;
font-family: "Arial Back","Georgia", serif;
text-align: center;
text-decoration: underline;
font-weight: bold;
}

h5
{
font-size: 18px;
font-family: "Courier New", "Arial", serif;
text-align: center;
font-weight: bold;
color:yellow;
}

p
{
font-size: medium;
font-family: "Georgia", "Trebuchet MS", serif;
}

a
{
text-decoration: none;
color: navy;
}

a:hover
{
text-decoration: underline;
color: navy;
}

a:focus
{
color: aqua;
}

.accueil
{
text-decoration: none;
color: yellow;
font-family: "Arial Back", "Georgia", serif;
font-variant: small-caps;
text-decoration: underline;
}

#en-tete
{
width: 1000px;
height: 100px;
background-image: url("eau.png");
background-repeat: 20px;
border : 2px solid black;
margin-bottom: 2px;
}

body
{
background-color: navy;
width: 1000px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
}

#menu
{
float: left;
width: 200px;

}

.element-menu
{
background-image : url("eau.png");
border : 2px solid black;
margin-bottom: 16px;
}

#corps
{
margin-bottom : 20px;
padding: 5px;
border: 2px solid black;
margin-left: 220px;
background-color: rgb(232,240,244);
}

#pied-de-page
{
padding: 5px;
text-align: center;
background-image : url("eau.png");
border:2px solid black;
margin-top: 500px;
}

td
{
border: 1px solid black;
font-family: "Georgia", "Trebuchet MS", serif;
font-size: 15px;
margin: auto;
text-align: center;
padding: 3px;
}

th
{
color: blue;
font-size: 15px;
font-family: "Georgia", "Trebuchet MS", serif;
text-align: center;
font-weight: bold;
border: 1px solid black;
margin: auto;
padding: 3px;
}

table
{
border: 5px outset yellow;
margin: auto;
border-collapse: collapse;
margin-bottom: 50px;
}




