
body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-image: url("img/fond.jpg");
}

a
{
   color: #000;
}

a:hover
{
   background-color: #000;
   color: #fff;
}

/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 100px;
   background-image: url("images/banniere.png");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}


/* Le menu */

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

.element_menu
{
   background-color: #626262;
   background-image: url("img/fondbois.jpg");
   background-repeat: repeat-x;
   
   border: 2px solid black;
   
   margin-bottom: 20px;
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: #000;
   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: #000;
}

.element_menu a:hover
{
   background-color: #000;
   color: #fff;
}




#contain
{
   margin-left: 140px;
   margin-bottom: 20px;
   padding: 5px;
   
   color: #000;
   background-color: #204020;
   background-image: url("img/fondbois.jpg");
   
   
   border: 2px solid black;
}

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

#contain h2
{
   height: 30px;   
   padding-left: 30px;
   color: #000;
   text-align: left;
}


/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#footer
{
   padding: 5px;

   text-align: center;

   color: #000;
   background-color: #fff;
   background-image: url("img/fondbois.jpg");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}
