/*
Design JLM lerate
*/

body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-color:rgb(255,250,200);
}

/* L'en-tête */

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


/* Le menu */

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

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


/* Quelques effets sur les menus */


.element_menu h3
{  font-size: 10pt;
   margin-top: 20px;
   color: black;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

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

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

.element_menu a
{  font-size: 14pt;
   color: green;
   
}

.element_menu a:hover
{
   background-color: #FFFF00;
   color: #52D017;
}


/* Le corps de la page */

#corps
{
   margin-left: 140px;
   margin-bottom: 20px;
   padding: 30px;
   
   background-color: #FFFF99;
   background-image: url("images/fond5verticalclair.jpg");
   background-repeat: no-repeat;
   border: 2px solid black;
   height=800px;
   
}

#corps h1
{
   color: green;
   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: 0px;
   color: green;
   text-align: center;
}

#corps h3
{
   color: green;
   text-align: left;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
/* 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;
   margin-top:5px;
   color: black;
   background-color:#59E817;
   background-repeat: repeat-x;
   border: 2px solid black;
}

