body
{
   width: 840px;
   margin: auto;
   background-color: black;
}

a img
{
   border: none;
   display: block;
}

a
{
   text-decoration: underline;
   color: #7189C1;
   font-size: 90%;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif; 
}

/* L'en-tête*/
#entete
{
   width: 840px;
   height: 190px;
   margin-top: 20px;
   background-image: url("banniere.png");
   background-repeat: no-repeat;
}
/* Les menus et les liens */
#menu
{
float: left;
margin-top: 160px;
margin-left: 150px;
width: 100px;
text-align: center;
font-family: Arial,Verdana,"Trebuchet MS", serif;
font-size: 70%;
color : white;
}

#menu a 
{
color: white;
text-decoration: none;
}

#menu a:hover
{
color: red;
}

#corps
{
width:auto;
margin-top: 25px;
}

#pied_de_page
{
float: left;
margin-top: 30px;
margin-left: 20px;
color: white;
font-family: "comic Sans MS", Arial,Verdana,"Trebuchet MS", serif;
font-size:14px;
font-style: italic;
}

#pied_de_page a 
{
color: white;
text-decoration: none;
}

#pied_de_page a:hover
{
font-size:16px;
font-style: none;
}