/*
Design  par M. BOUGHENOU
*/

body
{
   width: 900px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;   
   background-image: url("images/fond.png");
   background-color: #e2faff;
}

/* L'en-tête */

#en_tete
{
   width: 900px;
   height: 150px;
   background-image: url("images/banniere3.gif");
   background-repeat: no-repeat;
   margin-bottom: 10px;

   
}


/* Le menu */

#menu
{
   float: left;
   width: 150px;
   height: 625px;
   background-color: #e2c8b5;
   font-family: Verdana, "Arial", "Arial Black", "Times New Roman", Times, serif;
   font-size: 13px

}

.element_menu
{
   
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   margin-bottom: 5px;
   margin-top: 5px;
   font-family: Verdana, "Arial", "Arial Black", "Times New Roman", Times, serif;
}


/* Quelques effets sur les menus */


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

.element_menu ul
{
   list-style-image: url("images/puce.png");
   padding: 5px;
   padding-left: 20px;
   margin: 5px;
   margin-bottom: 5px;
   font-family: Verdana, "Arial", "Arial Black", "Times New Roman", Times, serif;
}

.element_menu a
{
   color: white;
   font-family: Verdana, "Arial", "Arial Black", "Times New Roman", Times, serif;
}

.element_menu a:hover
{
   background-color: #B3B3B3;
   color: black;
   font-family: Verdana, "Arial", "Arial Black", "Times New Roman", Times, serif;
}

#accueil
{
   text-align: center;
}


/* Le corps de la page */

#corps
{
   margin-left: 160px;
   height: 505px;
   margin-bottom: 10px;
   padding: 5px;
   color: #9b4e0e;
   background-color: White;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   font-family: Verdana, "Arial", "Arial Black", "Times New Roman", Times, serif;
   font-size: 13px;
   overflow: auto;
   text-align: justify;
}

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

#corps h2
{
   height: 30px;
   background-image: url("images/titre.png");
   background-repeat: no-repeat;
   padding-left: 00px;
   color: black;
   text-align: left;
}
.boutons
{
text-align: center;
}

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

#pied_de_page
{
   margin-left: 160px;
   margin-bottom: 5px;
   padding: 5px;
   text-align: center;
   color: #5a8fff;
   background-color: #e2c8b5;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   font-family: Verdana, "Arial", "Arial Black", "Times New Roman", "Times", "serif";
}

