body, h1, h2, h3, h4, h5, h6, form, ul, img, p, a, fieldset, button, object{
	border:0;
	margin:0;
	padding:0;
	outline:none;
}

body{
	background:url('../images/fond-page.gif') #978a6e top center repeat-x;
	color:#5a564b;
	font: normal 11px Verdana, Helvetica, sans-serif;
}

#deco-fond{
	background:url('../images/fond-deco.jpg') 50% 315px no-repeat;
}


/*____________________________________________________________________*/
/*_________________________________=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{  	
	margin:0 auto;
	padding:18px 0 0 0;
	width:990px;
}


#conteneur h1.index a{
	background:url('../images/logo.png') no-repeat;
	display:block;
	height:129px;
	margin:0 0 5px 50px;
	text-indent:-9999px;
	width:368px;
}


/*____________________________________________________________________*/
/*_______________________________=ZONE MENU___________________________*/
/*____________________________________________________________________*/

#zone-menu{  
	background:url('../images/fond-menu.png') no-repeat;
	height:33px;
	margin:0 0 0 -3px;
	padding:6px 0 0 8px;
	position:relative;
	width:988px;
	z-index:80;
}

#zone-menu ul{
	list-style:none;
} 


#menu-haut{
	background:url('../images/sep-menu-haut.gif') left center no-repeat;
	float:left;
}

#menu-haut li{
	background:url('../images/sep-menu-haut.gif') right center no-repeat;
	float:left;
	font-size:11px;
	font-weight:bold;
	height:25px;
	padding:0 13px 0 12px;
}
#menu-haut li a{
	color:#fff;
	display:block;
	float:left;
	height:19px;
	padding:6px 0 0 14px;
	text-transform:uppercase;
}
#menu-haut li.rauberge a{
	background:url('../images/puce-rauberge.png') 0 9px no-repeat;
	color:#f1ede3;
}

#menu-haut li.rrestaurant a{
	background:url('../images/puce-rrestaurant.png') 0 9px no-repeat;
	color:#dccbe7;
}

#menu-haut li.requestre a{
	background:url('../images/puce-requestre.png') 0 9px no-repeat;
	color:#98ec94;
}

#menu-haut li.prestations a{
	background:url('../images/puce-prestations.png') 0 9px no-repeat;
	color:#dd899d;
}

#menu-haut li a:hover,#menu-haut li a:focus{
	color:#fff;
}

#menu-haut li ul{
	list-style:none;
	display:none;
}

#menu-haut li:hover>ul{
	display:block;
}

#menu-haut ul{
	background:url('../images/smenu-rauberge.png') no-repeat;
	height:auto;
	margin:20px 0 0 -2px;
	min-height:50px;
	padding:13px 8px 5px 19px;
	position: absolute;
	z-index:160;
	width:167px;
}

/*Compatibilité ie7*/
*+html #menu-haut li{
	position:relative;
}
*+html #menu-haut ul{
	left:12px;
}


#menu-haut li.rrestaurant ul{
	background:url('../images/smenu-rrestaurant.png') no-repeat;
}
#menu-haut li.requestre ul{
	background:url('../images/smenu-requestre.png') no-repeat;
}
#menu-haut li.prestations ul{
	background:url('../images/smenu-prestations.png') no-repeat;
}

#menu-haut ul li{
	background:url('../images/sep-smenu.gif') left bottom no-repeat;
	float:none;
	font-weight:normal;
	height:auto;
	padding:1px 0 2px 0;
}

#zone-menu #menu-haut ul li a{
	background:none;
	color:#fff;
	float:none;
	height:auto;
	padding:4px 0 5px 4px;
	text-transform:none;
}
#zone-menu #menu-haut ul li a:hover,#zone-menu #menu-haut ul li a:focus{
	background:url('../images/fond-asmenu.png') repeat;
}





#menu-contact{
	font-size:11px;
	float:right;
	padding:5px 0 0 0;
	width:249px;
}

#menu-contact li{
	color:#fff;
	font-weight:bold;
	float:left;
	margin:0 7px;
	text-transform:uppercase;
}
#menu-contact li.tel{
	background:url('../images/ico-tel.png') left center no-repeat;
	padding:0 0 0 15px;
}
#menu-contact li.contact{
	background:url('../images/ico-contact.gif') 0 3px no-repeat;
	padding:0 0 0 15px;
}
#menu-contact li a{
	color:#dfd7c5;
	display:block;
	float:left;
}
#menu-contact li.rss a{
	background:url('../images/ico-rss.gif') 0 3px no-repeat;
	text-indent:-9999px;
	width:8px;
}
#menu-contact li a:hover,#menu-contact li a:focus{
	color:#fff;
}

/*____________________________________________________________________*/
/*____________________________=ZONE CENTRE____________________________*/
/*____________________________________________________________________*/

#contenu{
	background:url('../images/fond-centre.png') repeat-y;
	height:auto;
	min-height:200px;
	margin:-8px 0 0 0;
	padding:1px 5px;
	width:980px;
}

/*____________________________________________________________________*/
/*_______________________________=ZONE BAS____________________________*/
/*____________________________________________________________________*/


#zone-bas{
	background:url('../images/fond-bas.png') no-repeat;
	height:25px;
	padding:0 10px 0 0;
	text-align:right;
	width:980px;
}

#zone-bas ul{
	list-style:none;
}

#menu-bas li{
	color:#b9b4a8;
	font-size:9px;
	display:inline;
	line-height:17px;
	margin:0 7px;
}
#menu-bas li a{
	color:#b9b4a8;
}
#menu-bas li a:hover,#menu-bas li a:focus{
	color:#fff;
}





