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

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

h3
{
color: navy;
font-size: large;
font-family: "Arial Back","Georgia", serif;
text-align: center;
font-style: italic;
font-weight: bold;
margin: 10px;
}

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


h4
{
font-size: medium;
font-family:"Georgia", "Trebuchet MS" , serif;
text-align: center;
font-weight: bold;
}

body
{
background-color: rgb(232,240,244);
width: 1000px;
margin: auto;
margin-top: 20px;
margin-bottom: 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;
}

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

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

em
{
color: blue;
font-weight: bold;
}

#corps
{
margin-left : 210px;
margin-bottom : 20px;
padding: 5px;
text-align: center;
border: 2px solid black;
}

.soustitre
{
color: navy;
font-size: medium;
font-family: "Arial Back","Georgia", serif;
text-align: center;
font-style: italic;
font-weight: bold;
margin: 15px;
}

.lien
{
color: blue;
text-decoration: blink;
}

.lienbig
{
color: blue;
text-decoration: blink;
font-size: 16px
}

.espace
{
word-spacing: 40px;
}

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









