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: 18px;
}

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

h5
{
color: green;
font-size: 20px;
font-family: "Arial Back","Georgia", serif;
text-align: center;
text-decoration: underline;
font-weight: bold;
}

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

.cercle
{
list-style-type: circle
}

.justifie
{
text-align: justify;
font-size: medium;
font-family: "Georgia", "Trebuchet MS", "serif";
}

.groupe
{
color: navy;
font-size: 20px;
font-family: "Arial Back","Georgia", serif;
text-align: center;

font-weight: bold;
}

.rouge
{
color: red;
font-size: 20px;
font-family: "Arial Back","Georgia", serif;
text-align: center;

font-weight: bold;
}
.rouge2
{
color: red;
font-size: medium;
font-family: "Arial Back","Georgia", serif;
text-align: center;

font-weight: bold;
}
p
{
font-size: medium;
font-family: "Georgia", "Trebuchet MS", serif;
text-align: center;
}
.lien3
{
text-decoration: none;
color: navy;
font-size: 16px;

font-family: "Comic Sans MS","Georgia", "Trebuchet MS", serif;
}

.titre
{
text-align: center;
font-size: 18px;
text-decoration: underline;

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

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

a:focus
{
color: aqua;
}

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


#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: 260px;
margin-top: 20px;

}

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

#corps
{
margin-left: 280px;
margin-bottom : 20px;
padding: 15px;
text-align: center;

}

.element-corps
{
background-color: rgb(232,240,244);
border : 2px solid yellow;
margin-bottom: 20px;
padding: 18px;
}

.lien
{
color:blue;
font-weight: bold;
}

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

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


caption
{
margin: auto;
font-family: "Arial Back","Georgia", "serif";
text-decoration: underline;
font-weight: bold;
font-size: 24px;
color: navy;
margin-bottom:20px;
margin-top:20px;
height: 60px;
vertical-align: center;
}

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

}

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;
empty-cells: show;
}
td
{
height: 20px;

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