body
{
   width: 900px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;   
}

/* L'en-tête */

#en_tete
{
   height: 100px;
   background-image: url("achetermalin895.gif");
   background-repeat: no-repeat;
   border: 2px solid black;
   margin-bottom: 10px;
}

/* Le menu */

#menu
{
   float: left;
   width: 120px;
}

.element_menu
{
   background-color: #CBF914;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   color: #B3B3B3;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   border: 2px solid black;
   
   margin-bottom: 20px;
}



#corps
{
   margin-left: 135px;
   margin-right: 139px;
   margin-bottom: 20px;
   padding: 5px;
   
   
   color: #FFFFF;
   background-color: #FFFFF;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

#menu1
{
   float: right;
   width: 124px;
}

.element_menu
{
   background-color: #00000;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
   
   margin-bottom: 20px;
}

#pub
{
  Margin-top: 10px;
   height: 100px;
   background-color: #CBF914;
   background-repeat: no-repeat;
   margin-bottom: 10px;
   border: 2px solid black;
}

#pied_de_page
{
   Margin-top: 10px;
   padding: 5px;

   text-align: center;

   color: #FFFFF;
   background-color: #CBF914;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
