body
{
width: 760px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
background-image: url("image/fond.png");
background-attachment: scroll;
background-repeat: repeat-x;
background-position: top;
}

#en_tete
{
width: 790px;
height: 177px;
background-image: url("image/banniere.png");
background-repeat: no-repeat;
margin-bottom: 35px;
}

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

.element_menu
{

   
   background-image: url("image/menu.png");
   background-repeat: no-repeat;
   margin-bottom: 20px;
   margin-left: 10px;
   margin-right:10px;
   border: 1px solid white;
}

.element_menu h4 /* Tous les titres de menus */
{    
   color: black;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul /* Toutes les listes à puces se trouvant dans un menu */
{
   padding: 5px; /* Tous les côtés ont une marge intérieure de 0 pixels */
   padding-left: 20px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 20 pixels */
   margin: 2px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
   margin-bottom: 5px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
}

.element_menu a /* Tous les liens se trouvant dans un menu */
{
   color: #f4f4f1;
}

.element_menu a:hover /* Quand on pointe sur un lien du menu */
{
   background-color: #ffffff;
   color: #006fdb;
}

.element_menu h6
{
text-align: center;
font-size: 14px;
padding: 5px; /* Tous les côtés ont une marge intérieure de 0 pixels */
   padding-left: 5px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 20 pixels */
   margin: 2px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
   margin-bottom: 5px;
}

#corps
{
   margin-left: 185px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   text-align: center;
   color: black;

}

#corps p
{
margin-top: 25px;
margin-bottom: 25px;
}

#corps h1 h2
{
margin-top: 40px;
margin-bottom: 40px;
font-family: "Times New Roman", serif;
}

.image2
{
padding: 5px;
}

 #pied_de_page
 {
 margin-left: 185px;
 margin-top: 450px;
 padding: 5px;
 text-align: center;
 color: black;
 float: bottom;
 }
 
 #corps a
 {
 border-style: white;
 }
 
  .plan
 {
 top: 10.64cm;
 left: 8.07cm; 
 width: 604px;
 border-style: hidden;
 border-color: white;
 }

#corps h3 
{
       text-decoration: blink;
color: red;
}