body
{
   width: 750px;
   margin: auto;   
   background-color: #ffffff;
   background-repeat: repeat;
   margin-top: 20px;
   margin-bottom: 20px;
   border: #245f39 1px solid; 
}

/* L'en-tête */

#en_tete
{
   width: 750px;
   height: 190px;
}

/* Le menu du haut*/

#menu_haut {
	height: 25px; 
	width: 750px;
	border-bottom: #245f39 2px solid;
	border-top: #245f39 2px solid;
	background-color: #24ac39;
	margin:0px;
	padding: 0px;
	
}
#menu_haut ul {
	margin:0px;
	list-style-type: none; 
	height: 25px; 
	width: 750px;
    background: url("../img/menu_haut.jpg"); 
	background-repeat: no-repeat;
	padding: 0px;
	
}
#menu_haut li {
	font-size: 0.7em; 
	line-height: 25px; 
	padding-top: 0px; 
    font-family: Verdana, Arial, serif;
	height: 25px; 
	text-align: center
	margin-left: 30px;

}

.alignement_gauche {
	padding-right: 0px; 
	padding-left: 5px; 
	background: url(""); 
	float: left;
}

.alignement_droit {
	padding-right: 5px; 
	padding-left: 0px; 
	background: url(""); 
	float: right;
}
#menu_haut a {
	padding-right: 0px; 
	display: block; 
	padding-left: 0px; 
	font-weight: bold; 
	float: left; 
	padding-bottom: 0px; 
	margin: 0px; 
	width: auto; 
	color: #000000; 
	padding-top: 0px; 
	font-style: normal; 
	height: 25px; 
	text-decoration: none
}
#menu_haut a:hover {
	color: #111111;

}

/* Le menu de gauche*/

#menu
{
   float: left;
   width: 160px;
   margin-top: 0px; /*espacement entre les menus*/
   border-right: #245f39 1px solid;
   border-bottom: #245f39 1px solid;
}

.element_menu
{
   background-color: #245f39;
   background-image: url("../img/menu.jpg");/*c'est la que l'on change le design du menu*/
   background-repeat: repeat-x;
   border: none;
   padding-bottom: 5px; /*Marge en bas pour chaque menu*/

}



/*les menues déroulants*/


#menu form {
	text-align: center
}
#menu label {
	font-family:verdana,sans-serif;
	font-weight:bold;
	font-size: 10px;
}
#menu input {
	border:1px solid black;
	background-color:#00be00;
	font-family:verdana,sans-serif;
	font-size: 10px;
}
#menu select, option {
	background-color:#00be00;
	font-size: 10px;
}
#menu textarea {
	border:1px solid black;
	background-color:#00be00;
	font-family:verdana,sans-serif;
	font-size: 10px;
}




/* Quelques effets sur les menus */


.element_menu h3
{    
   color: #000000;
   font-family: Verdana, Arial, serif;
   text-align: center;
   font-size: 12px;
   padding-top: 5px; /*escpacement du titre de chaque menu en haut*/
   margin-top: 0px; /*espacement entre les menus*/
}

.element_menu ul
{
   list-style-image: url("");

}

.element_menu a
{
   color: #000000;
   font-size: 10px;
   font-family: "Verdana", Arial, Verdana, serif;
   text-decoration: none;

}
a img
{
   border: none;
}

.element_menu li
{
   color: #000000;
   font-size: 10px;
   font-family: "Verdana", Arial, Verdana, serif;
   text-decoration: none;
   padding: 0px;
}

.element_menu a:hover
{
   color: #ffffff;
   text-decoration: underline;
}


/* Le corps de la page */

#corps
{
   margin-left: 160px;
   margin-bottom: 20px;
   padding: 15px;
   color: #000000;
   background-color: #ffffff;
   height: 100%;
  
}

#corps h1
{
   text-align: center;
}
#corps h2
{
   text-align: center;
   font-family: Verdana, "Trebuchet MS", Times, "Times New Roman", serif;
   font-size: 1em;
   font-weight: bold;
   text-decoration: underline;
   color: #007a00;


   }
#corps h3
{
   text-align: left;
   font-family: Verdana, "Trebuchet MS", Times, "Times New Roman", serif;
   font-size: 1em;
   font-weight: bold;
   text-decoration: underline;
   color: #007a00;

   }
#corps h4
{
   text-align: left;
   font-family: Verdana, "Trebuchet MS", Times, "Times New Roman", serif;
   font-size: 12px;
   font-weight: bold;

   }
#corps h5
{
   text-align: center;
   font-family: Verdana, "Trebuchet MS", Times, "Times New Roman", serif;
   font-size: 12px;
   font-weight: normal;

   }
#corps p
{
	text-align: left;
	font-size: 10px;
	font-family: Verdana, "Trebuchet MS", Times, "Times New Roman", serif;
}
#corps ul
{
	text-align: left;
	font-size: 10px;
	font-family: Verdana, "Trebuchet MS", Times, "Times New Roman", serif;
}

#corps a
{
   color: #007a00;
   font-size: 10px;
   font-family: "Verdana", Arial, Verdana, serif;
   text-decoration: none;
   font-weight: bold;

}
#corps a:hover 
{
	color: #00b700;
	text-decoration: underline;
}


/*Les tableaux*/

#corps table /* Le tableau en lui-même */
{
   margin-top: 20px; /* Centre le tableau */
   margin-left: 30px;
   border: 3px double #007a00; /* Bordure des tableaux */
   border-collapse: collapse; /* Colle les bordures entre elles */
   color: #000000;
   font-size: 10px;
   height: 50px;
   width: 520px;
   padding-top: 10px;
   padding-bottom: 10px;;
   
   
}

#corps th /* Les cellules d'en-tête */
{
   background-color: #006600;
   color: white;
   font-size: 10px;
   font-family: verdana, "Arial Black", Times, "Times New Roman", serif;
   padding-top: 10px;
   padding-bottom: 10px;
   border: 3px double #007a00; 
   
}

#corps td /* Les cellules normales */
{
   font-family: verdana, "Trebuchet MS", Times, "Times New Roman", serif;
   text-align: left;
   font-size: 0.8em;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 20px;
   padding-right: 10px;
   border: 3px double #007a00; 
}


/* Le pied de page */
#container
{
	position: relative;
}

#pied_de_page
{
   text-align: center;
   background-image: url("../img/bas.jpg");
   background-repeat: repeat-x;
   font-family: Verdana, Arial, serif;
   font-size: 10px;
   padding-bottom;
   height: 25px;
   width: 750px;
   bottom: 0;

}
#pied_de_page a
{
   color: #000000;
   font-size: 10px;
   font-family: "Verdana", Arial, Verdana, serif;
   text-decoration: none;
}

#pied_de_page a:hover
{
   color: black;
   text-decoration: underline;
}
/*pour ref*/
.lien_ref a a:hover
{
color:#006600
}
.lien_ref a:hover
{
color:#006600
}

