body
{
	width: 800px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 10px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   background-color: rgb(170,157,125);
   font-family: Calibri, "Arial Black", "Times New Roman", Times, serif;
   color: rgb(150,81,0);   
}
em
{
font-style: normal;
}
a /* Tous les liens se trouvant dans un menu */
{
   color: rgb(150,81,0);
}
/* L'en-tête */

#en_tete
{
	text-align: center;
   font-family: Calibri, "Arial Black", "Times New Roman", Times, serif;
   font-size: 35px;
   font-weight: bold;
   text-align:center;
   color: rgb(150,81,0);
   width: 795px;
   height: 215px;
   background-color:rgb(215,211,186);
   margin-bottom:5px;
   border: 2px solid black;
}
#photo1
{
   width: 205px;
   height: 155px;
   margin-bottom: 10px;
   position: absolute;
   left: 150px;
   top:65px;
   border: 2px solid black;
}

#photo2
{
   width: 205px;
   height: 155px;
   margin-bottom: 10px;
   position: absolute;
   left: 400px;
   top: 65px;
   border: 2px solid black;
}
#photo3
{
   width: 205px;
   height: 155px;
   margin-bottom: 10px;
   position: absolute;
   left: 640px;
   top: 65px;
   border: 2px solid black;
}


/* Le corps de la page */

#corps
{
   margin: auto; /* Pour centrer notre page */
   padding: 5px;
   color: rgb(150,81,0);;
   background-color: rgb(215,211,186);
   border: 2px solid black;
   position: absolute;
   top: 235px;
   width: 785px;
   height: 200px;
}

#corps h1 /* Tous les titres h1 du corps */
{
   color: rgb(150,81,0);
   text-align: center;
   font-family: Calibri, "Arial Black", "Times New Roman", Times, serif; 
}

#corps h2 /* Tous les titres h2 du corps */
{
   height: 30px;
   background-image: url("images/titre.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: 30px;
   color: rgb(150,81,0);
   text-align: left;
   font-family: Calibri, "Arial Black", "Times New Roman", Times, serif; 
}

.imageflottanteleft
{
   float: left;
   margin-bottom: 10px;
   margin-right: 10px;
   border: 2px solid black;
}
.imageflottanteright
{
   float: right;
   margin-bottom: 10px;
   margin-right: 10px;
   border: 2px solid black;
}
/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   clear: both;	
   padding: 5px;
   text-align: center;
   width:785px;
   color: rgb(150,81,0);;
   background-color: rgb(215,211,186);
   border: 2px solid black;
   position: absolute;
   top: 455px;
   font-family: Calibri, "Arial Black", "Times New Roman", Times, serif; 
   }