body
{
   width: 760px;
   margin: auto;
   margin-top: 5px;
   margin-bottom: 5px;    
   background-color: #f5fffa;
}

/* L'en-tête */

#en_tete
{
	width: 760px;
	height: 137px;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	background-position: left;



}
#en_tete h1
{
   color: #999999;
   font-size: 30px;
   text-align: right;
   font-family: "Arial Black", Arial, "Times New Roman", Times, serif;
}

/* Le menu */

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

.element_menu
{
   background-color: #f5fffa;
   background-repeat: repeat-x;
   border: 2px solid #f5fffa;
   margin-bottom: 10px;
}


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


/* Le corps de la page */

#corps
{
   margin-left: 175px;
   margin-bottom: 2px;
   padding: 10px;
   
   color: #B3B3B3;
   background-color: #fff5ee;
   background-repeat: repeat-x;
   border: 2px solid #faf0e6;
}

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

#corps h2
{
   height: 30px;
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: #010101;
   text-align: left;
}
#corps p
{
color: black;
font-size: 18px;
}

#pied_de_page
{
   padding: 2px;
   text-align: center;
  
   color: #000000;
   background-color: #f5fffa;
   border: 2px solid white;
}

