body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;   
   background-color: #f5f5f5;
}

/* L'en-tête */

#en_tete
{  text-align: center;
   color: white;
   width:760px;
   height: 97px;
  background-image: url("image/banniere.jpg"); 
   background-repeat: no-repeat;
   margin-bottom: 10px;
}



/* Le menu */

#menu
{  
   float: left;
   width: 405px;
    height: 355px;
  /*  background-image: url("image/mosqueti.jpg");*/ 
	 background-repeat: no-repeat;
	 
}





/* Quelques effets sur les menus */

/* Le corps de la page */

#corps

{ 

    float: right;
   width:350px;
  /* height: 700px;*/
  
  /* text-align:center;*/
   margin-left: 0px;
   margin-bottom: 0px;
   padding: 0px;
   
   color:  black;#B3B3B3;
  
  /* background-image: url("image/entete.gif");*/
   /*background-repeat: repeat-x;*/
  /* 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: #B3B3B3;
   background-color: #fffff0;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

.moi
{
 text-align: center;
}