body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-image: url("images/noir_062.png");
}

/* L'en-tête */

#en_tete
{
   width: 750px;
   height: 130px;
   background-image: url("images/banniere3.png");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}





/* Le corps de la page */

#corps
{
   margin-left: 180px;
   margin-bottom: 20px;
   padding: 12px;
   
   color: #B3B3B3;
   background-color: #626262;
   background-image: ("images/bg.png");
   background-repeat: repeat-x;
   
   border: 3px solid black;
}

#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 menu */

#menu
{
   float: left;
   width: 160px;
}

.element_menu
{
   background-color: #626262;
   background-image: url("images/motif2.png");
   background-repeat: repeat-x;
   
   border: 3px solid black;
   
   margin-bottom: 20px;
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: #B3B3B3;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}


.element_menu a
{
   color: #B3B3B3;
}

.element_menu a:hover
{
   background-color: #B3B3B3;
   color: yellow;
}

/* Le compteur */

#compteur
{
   float: left;
   width: 160px;
}

.element_compteur
{
   background-color: #626262;
   background-image: url("images/motif2.png");
   background-repeat: repeat-x;
   
   border: 3px solid black;
   
   margin-bottom: 20px;
}
.element_compteur h3
{    
   color: #B3B3B3;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_compteur a
{
   color: #B3B3B3;
}

.element_compteur a:hover
{
   background-color: #B3B3B3;
   color: yellow;
}


/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   margin-left: 180px;
   padding: 5px;

   text-align: center;

   color: #B3B3B3;
   background-color: #626262;
   background-image: url("images/motif2.png");
   background-repeat: repeat-x;
   
   border: 2px solid black; 
}