@charset "utf-8";
/* CSS Document */


/* Le BODY ---------------------------------------  */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*valeur pour MSIE 5*/
	COLOR: #333333;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFF;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;

}


body h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #990033;
	background-color:#FFFFFF;
	text-align: left;
}
			
body h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #990033;
}
			
body h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
			
body h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #993366;
	vertical-align:middle;
}
			
body h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	font-weight: normal;
}

body h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #990033;
}
			
body a:link {
	/*valeur pour MSIE 5*/
	COLOR: #FF3300;
	}
	
	
body a:hover {
	/*valeur pour MSIE 5*/
	COLOR: #0099FF;
	text-decoration:underline;
	}
	 
	
body a:visited {
	/*valeur pour MSIE 5*/
	COLOR: #CC0033;
	text-decoration:underline;
	}	
	
		

body select {
	color:#000000;
	border:0;
	voice-family: "";
	border:1px solid #FF66FF;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	width:auto;
	height:auto;
	font-size: 12px;
}

body option {
	color:#fff;
	border:0;
	voice-family: "";
	background-color: #FFFFFF;
	COLOR: #990066;
	font-size: 12px;

}






/* Le menu  ------------------------------------  */	
	

#menu {
	
	position: absolute;
   left: 245px;
   top: -60px;


}



ul#menu_horizontal {
	height : 30px;
	margin : 0 0 0 0;
	padding : 0;
	border : 1px #FFF;
	list-style-type : none;
}
 
ul#menu_horizontal li {
padding : 0 0;
width:140px; 
line-height : 30px;
}
 
 
ul#menu_horizontal li.bouton_gauche {
	float : left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 

 
ul#menu_horizontal a {
	color : #fff;
	text-decoration:none;
	vertical-align:middle;
	/*	padding : 0 0.5em;*/
	 font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bolder;
}
 
ul#menu_horizontal a:hover {
	color : #FFFF00;
	}
 
ul#menu_horizontal a img { 
border : none;
padding : 0 0.5em;
vertical-align:middle;

}
ul#menu_horizontal a:hover img { 
border : none;
}

/* Le CONTENEUR---------------------------------------------------------  */

#conteneur {
	position: relative;
	width: 742px;
	margin: auto;
	top:165px;
	background-color: #FFF;
}



/* La Banniere--------------------------------------------  */

#banniere {
	position:relative;
	background-color: #FFF;
	height:5px;
		
	}

/
/* La partie centrale (texte et dynamique)------------------------------------  */	
#centre {
	position:relative;
	border: 0px solid #3399FF;
	padding:15PX;
	font-size: 11px;
	}


#centre select {
	color: #000000;
 } 

#centre option {
	color: #000000;
 } 

#centre INPUT {

 } 
 

#centre form {
	color: #000000;
 } 
 
ul.puces {
  list-style-image: url(/images/puce.png);
  marging-left:10px;
}



 
/* Le PIED DE PAGE ------------------------------------  */	


#prepied {
	clear:both;
	height:35px;
	text-align: center;
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(/images/pied.jpg);
	background-repeat: no-repeat;
	}
	
	/* Les mentions lgales ---------------------------------------  */


#prepied a:link {
	 /*valeur pour MSIE 5*/
	COLOR: #FFF;

	}
	
	
#prepied a:hover {
	/*valeur pour MSIE 5*/
	COLOR: #FF8282;
	text-decoration:underline;
	}
	 
	
#prepied a:visited {
	/*valeur pour MSIE 5*/
	COLOR: #FFF;

	}	
	
	
	/* Le postPIED DE PAGE ------------------------------------  */	


#pied {
	clear:both;
	text-align: center;
	color: #66CC33;
	padding:5px;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFF;
	border-left-color: #FFFFFF;
	}
	
	

#pied a:link {
	/*valeur pour MSIE 5*/
	COLOR: #66CC33;
	}
	
	
#pied a:hover {
	/*valeur pour MSIE 5*/
	COLOR: #FF8282;
	text-decoration:underline;
	}
	 
	
#pied a:visited {
	/*valeur pour MSIE 5*/
	COLOR: #66CC33;

	}	
	