body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-image: url("adadapetit.jpg");
}

/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 100px;
   background-image: url("banniere.png");
   background-repeat: no-repeat;
   margin-bottom: 10px;
   border: 2px solid black;
}
/* Le menu */




/* Le corps de la page */

#corps
{
   
   margin-bottom: 20px;
   padding: 5px;
   font-family: Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 0.8em;
   color: rgb(106, 53, 0);
   background-color:rgb(245, 189, 105) ;
   
   background-repeat: no-repeat;
   
   
   border: 2px solid black;
}

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

#pied_de_page
{
   padding: 5px;

   text-align: center;

   color: rgb(106, 53, 0);
   background-color: rgb(245, 189, 105);
   font-family: Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   background-repeat: repeat-x;
   font-size: 0.7em;
   border: 2px solid black;
}
