h2
{
color: yellow;
font-size: 60px;
font-family: "Verdana", "Arial Back",serif;
text-align: center;
font-weight: bold;
font-variant: small-caps;
text-decoration: blink;
margin: 5px
}

h3
{
color: blue;
font-size: x-large;
font-family: "trebuchet MS", "Arial Back",serif;
text-align: center;
font-style: italic;
font-weight: bold;
font-variant: small-caps;
text-decoration: underline;
border: thick double navy;
}


h4
{
font-size: large;
font-family: "Courier New", "Arial", serif;
text-align: center;
font-weight: bold;
border : medium dotted black
}

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

p
{
font-size: medium;
font-family: "Courier New", "Arial", serif;
text-align: center;
}

img
{
text-align: center;
}

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

ul
{
font-size: medium;
font-family: "Courier New", "Arial", serif;
}

#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: 170px;
text-align: center;
margin-bottom: 5px;
margin-top: 20px;

}

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

}

#corps
{
margin-left : 190px;
margin-bottom : 20px;
padding: 5px;
text-align: center;
border-right: 2px solid black;
border-left: 2px solid black;
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: 20px;
}

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

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

a:focus
{
color: aqua;
}

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

.titre
{
color: blue;
font-size: large;
font-family: "trebuchet MS", "Arial Back",serif;
text-align: center;
font-style: italic;
font-weight: bold;
font-variant: small-caps;


}

.rouge
{
text-decoration: none;
color: red;
font-size: medium;
font-family: "Courier New", "Arial", serif;
font-weight: bold;

}
