body
{
color: #5f9ea0;
width: 760px;
background-image: url("http://img221.imageshack.us/img221/8660/imagefofodo4xq5nv6.jpg");
background-attachment: fixed;
background-repeat: no-repeat;
margin: auto;
}

#en_tete
{
   width: 788px;
   height: 190px;
   background-image: url("http://img511.imageshack.us/img511/4673/3002render0nv3.png");
   background-repeat: no-repeat;
   margin-bottom: 10px;
   margin-top: 20px;
}
#menu
{
   float: left; /* Le menu flottera à gauche */
   width: 120px; /* Très important : donner une taille au menu */
}
.element_menu
{
   
   border: 2px solid black;
   
   margin-bottom: 20px; /* Pour éviter que les éléments du menu ne soient trop collés */
}
}


/* Quelques effets sur les menus */


.element_menu h3 /* Tous les titres de menus */
{   
   color: #B3B3B3;
   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 */
{
   list-style-image: url("images/puce.png"); /* On change l'apparence des puces */
   padding: 0px; /* 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: 0px; /* 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: #0065cc;
}

.element_menu a:hover /* Quand on pointe sur un lien du menu */
{
   color: #999999;
}

#corps
{
   margin-left: 140px;
   margin-bottom: 20px;
   padding: 5px;
   color: #5f9ea0;   
   border: 2px solid black;
}

#corps h1 /* Tous les titres h1 du corps */
{
   color: #B3B3B3;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2 /* Tous les titres h2 du corps */
{
   height: 30px;


   background-image: url("http://img88.imageshack.us/img88/1960/24296083ep1jq2.png"); /* Une petite image de fond sur les titres h2 */
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */

   padding-left: 33px;
   color: #B3B3B3;
   text-align: left;
}

#alligne_droite
{
   position: absolute;
   left: 780px;
   top: 679px;
}

#pied_de_page
{
   padding: 5px;

   text-align: center;

   color: #5f9ea0;
   
   border: 2px solid black;
}

.contacter a
{
   color: #0065cc;
}

.contacter a:hover
{
   color: #999999;
}