body
{
   width: 800px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* 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, Tahoma, "Comic Sans MS", "Times New Roman", "Arial Black", 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;
   color: rgb(150,81,0);
   width: 800px;
   height: 50px;
   margin-bottom: 10px;
   background-color:rgb(215,211,186);
  }

/* Le corps de la page */

#corps
{
   width: 790px;
   height: 430px;
   margin-bottom: 5px;
   padding: 5px;
   background-color:rgb(215,211,186);
   border: 2px solid black;
}
#imageblock1
{
  position: absolute;
   top: 100px; 
   left: 225px !important;
   left: 365px;
}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   clear: both;	
   font-weight: bold;
   padding: 0px;
   text-align: center;
   width:800px;
   color: rgb(150,81,0);
   background-color: rgb(215,211,186);
   border: 2px solid black;
   position: absolute;
   top: 535px;
      }