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;
}

a
{
text-decoration: none;
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;
}

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

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

margin-top: 20px;
}

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

#corps
{
margin-bottom : 10px;
padding: 5px;
text-align: center;

margin-left: 170px;
background-color: rgb(232,240,244);
}

.lien
{
font-size: medium;
color: maroon;
}
.lien3
{
text-decoration: none;
color: green;
font-size: 14px;

font-family: "Comic Sans MS","Georgia", "Trebuchet MS", serif;
}
caption
{
margin: auto;
font-family: Arial, "Times New Roman",serif;
font-weight: bold;
font-size: large;
color: blue;
margin-bottom:40px;
margin-top:40px;
}

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

}

th
{
background-color: yellow;
color: blue;
font-size: 16px;
font-family: "Comic Sans MS", "Times New Roman", serif;
text-align: center;
vertical-align: center;
border: 2px solid black;
}
td
{
height: 20px;

vertical-align: center;
border: 2px solid black;
font-family: "Comic Sans MS", "Times New Roman", serif;
text-align: center;
padding: 5px;
border: 2px solid black;
font-size: 14px;
}

.mois
{
color: blue;
font-size: 16px;
font-weight: bold;
text-align: left;
}

.ville
{
color: red;
}

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