*{
	padding:0;
	margin:0;
	border:0
}


body{
	background:#d9dadb;
	color:#353535;
	font: normal 12px Arial, Helvetica, sans-serif;
}



/*____________________________________________________________________*/
/*_________________________________=GENERAL_____________________________*/
/*____________________________________________________________________*/

*html img, *html a, *html p, *html input, *html textarea, *html select{
	position:relative;
	z-index:15;
}

a{text-decoration:none;}

.spacer{clear:both;font-size:0px;height:0px;line-height:0px;}

/*____________________________________________________________________*/
/*_______________________________=CONTENEUR___________________________*/
/*____________________________________________________________________*/




#conteneur{  
	background:url('../images/fond-site.jpg') repeat-y;
	margin:20px auto 0 auto;
	width:1050px;
}

/*____________________________________________________________________*/
/*_________________________________=BANDEAU_____________________________*/
/*____________________________________________________________________*/

#bandeau{
	background:url('../images/bandeau.jpg') no-repeat;
	height:143px;
}

#bandeau h1{
	display:none;
}

/*____________________________________________________________________*/
/*_________________________________=GAUCHE_____________________________*/
/*____________________________________________________________________*/

#gauche{
	background:url('../images/fond-gauche.jpg') no-repeat;
	float:left;
	height:auto;
	margin:0 0 0 24px;
	min-height:502px;
	width:179px;
}
*html #gauche{
	height:502px;
	margin:0 0 0 12px
}
#gauche ul{
	list-style:none;
}

#gauche ul li{
	border-bottom:1px #fff solid;
	display:block;
}

#gauche ul li a{
	background:url('../images/puce.png') 25px 15px no-repeat;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	height:auto;
	min-height:25px;
	display:block;
	padding:15px 0 5px 45px;
	text-transform:uppercase;
}


#gauche ul li a:hover,
#gauche ul li a:focus,
#gauche ul li.web_menu_page_selected > a{
	background:url('../images/puce-up.png') 25px 15px no-repeat;
	color:#f29400;
}

#gauche ul ul{
	height:auto;
	min-height:20px;
	padding:0 0 10px 0;
}

#gauche ul ul li{
	border:none;
}

#gauche ul ul li a{
	background:none;
	font-size:12px;
	min-height:15px;
	padding:5px 0 0 45px;
}

#gauche ul ul li a:hover,
#gauche ul ul li a:focus,
#gauche ul ul li.web_menu_page_selected > a{
	background:none;
	color:#f29400;
}


/*____________________________________________________________________*/
/*_________________________________=CONTENU_____________________________*/
/*____________________________________________________________________*/



#contenu{
	float:right;
	height:auto;
	min-height:450px;
	width:847px;	
}
*html #contenu{
	height:450px;
}


/*____________________________________________________________________*/
/*_________________________________=BAS_____________________________*/
/*____________________________________________________________________*/


#bas{
	background:url('../images/fond-bas.jpg') no-repeat;
	clear:both;
	height:50px;
	margin:0 auto;
	width:1050px;
}


#bas p{
	color:#4f4f4f;
	font-size:11px;
	padding:15px 0 0 0;
	text-align:center;
}
#bas p a{
	color:#4f4f4f;
}
#bas p a:hover,
#bas p a:focus{
	color:#000;
}
