body, h1, h2, h3, h4, h5, h6, form, ul, img, p, a, fieldset, button{
	border:0;
	margin:0;
	padding:0;
	outline:none;
}

body{
	background:url('../images/fond-page.gif') #7f270f repeat-x;
	color:#303030;
	font: normal 12px Verdana, 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-conteneur.png') repeat-y;
	margin:0 auto;
	padding:0 26px;
	width:983px;
}


/*____________________________________________________________________*/
/*_________________________________=GAUCHE____________________________*/
/*____________________________________________________________________*/

#gauche{
	background:url('../images/fond-gauche.jpg') no-repeat;
	float:left;
	height:auto;
	min-height:470px;
	padding:130px 0 0 22px;
	width:189px;
}

#gauche h1{
	display:none;
}

#gauche ul{
	list-style:none;
}

#zone-gauche{
	background:url('../images/sep-menu.png') no-repeat;
}

#zone-gauche ul{
	background:url('../images/sep-menu.png') bottom left no-repeat;
	padding:5px 0 25px 0;
}

#menu-gauche a{
	background:url('../images/puce-menu.gif') 5px 7px no-repeat;
	color:#fff;
	display:block;
	font-size:15px;
	margin:15px 0;
	padding:0 30px 0 15px;
}

#menu-gauche a:hover{
	color:#000;
}


/*____________________________________________________________________*/
/*_________________________________=CENTRE_____________________________*/
/*____________________________________________________________________*/

#centre{
	float:right;
	width:772px;
}

#bandeau{
	background:url('../images/fond-bandeau.jpg') no-repeat;
	height:240px;
}

#menu-access{
	font: normal 10px Arial, Helvetica, sans-serif;
	float:right;
	padding:2px 5px 0 0;
}
#menu-access li{
	display:inline;
	padding:0 0 0 5px;
}

#menu-access li a{
	
	color:#6c6c6c;
}
#menu-access li a:hover,#menu-access li a:focus{
	color:#000;
}



#contenu{
	background:url('../images/fond-contenu.gif') repeat-x;
	height:auto;
	min-height:300px;
	padding:0 20px 5px 20px;
}

/*____________________________________________________________________*/
/*_________________________________=BAS_____________________________*/
/*____________________________________________________________________*/



#bas{
	background:url('../images/fond-bas.png') no-repeat;
	clear:both;
	height:49px;
	margin:0 auto;
	padding:6px 30px 0 26px;
	text-align:right;
	width:979px;
}


#bas ul{
}

#bas ul li{
	display:inline;
}

#bas ul li a{
	color:#fff;	
	font-size:12px;
	margin:0 5px;
}


#bas ul li a:hover,#bas ul li a:focus{
	color:#000;
}


#baseline{
	border:1px #fff dashed;
	color:#fff;
	font-size:10px;
	margin:0 auto;
	padding:2px 5px;
	text-align:center;
	width:600px;
}








