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: 99px;
  background-image: url("image/banniere.jpg"); 
   background-repeat: no-repeat;
   margin-bottom: 10px;
}

.decale
{
text-align:right;
 margin-bottom: 10px;
}

#menu1
{  
   text-align: center;
  
}





/* Le menu */

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

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


/* Quelques effets sur les menus */


.element_menu h4
{   
   color: white;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
   list-style-image: url("images/puce.png");
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color:white;
}

.element_menu a:hover
{
   background-color: #fffff0;
   color: black;
}


/* Le corps de la page */

#corps

{ 
   width:60px;
   height: 20px;
  
   text-align:center;
   margin-left: 200px;
   margin-bottom: 2px;
   padding: 0px;
   
   color: #B3B3B3;
   background-color: #fffff0;
   background-image: url("image/entete.gif");
   background-repeat: repeat-x;
   
  
}

#corps1
{  
width:520px;
text-align:center;
   margin-left: 200px;
   margin-bottom: 20px;
   padding: 0px;
   
   color: black;
   background-color: white;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

#corps2
{
  text-align: right;
  width:70px;
   height: 40px;
  
   
  
   
}
   
   




#corps h1
{
   color: #B3B3B3;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;

   background-image: url("images/titre.png");
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: #B3B3B3;
   text-align: left;
}


/* 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;
}