body
{
   width: 984px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-image: url("images/fond4.jpg");
}


/* L'en-tête */

#en_tete
{
   width: 984px;
   height: 180px;
   background-image: url("images/haut9844.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}
/* Le menu */

#menu
{
   float: left;
   width: 180px;

}

.element_menu
{

 
   margin-bottom: 0px;
}


/* Le corps de la page */

#corps
{
   width: 780 px;
   margin-left: 202px;
   margin-bottom: 0px;
   padding: 20px;
   
   color:  white;
   background-image: url("images/fondcorps.gif");
   
   
   border: 0px solid red;
}

