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

h2
{
color: yellow;
font-size: 60px;
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: red;
font-size: 20px;
font-family: "Arial Back", "Georgia", serif;
text-align: center;
font-weight: bold;
font-variant: small-caps;
text-decoration: underline;
margin: 20px;
}

h5
{
color: black;
font-size: 16px;
font-family: "Arial Back", "Georgia", serif;
text-align: center;
text-decoration: none;
font-weight: bold;
font-variant: small-caps;
margin: 20px;
text-decoration: none;
}


a
{
text-decoration: underline;
color: yellow;
}

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

a:focus
{
color: aqua;
}

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

#menu
{
float: left;
width: 200px;
text-align: center;

margin-top: 20px;
}

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

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

.groupe
{
color: purple;
font-size: 18px;
font-family: "Times New Roman", "Georgia", serif;
text-align: center;
margin: 6px;
text-decoration: none;
font-variant: normal;
font-weight: normal;
}

.normal
{
color: black;
font-size: 14px;
font-family: "Arial Back", "Georgia", serif;
text-align: center;
margin: 6px;
text-decoration: none;
font-variant: normal;
font-weight: normal;
}

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

p
{
text-decoration: none;
color: black;
}




