*{
	padding:0;
	margin:0;
	border:0
}

body{
	background:url('../images/fond-page.gif') #f9c665 repeat-x;
	color:#1a171b;
	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{
	color:#1a171b;
	text-decoration:none;
}

.spacer{clear:both;font-size:0px;height:0px;line-height:0px;}

/*____________________________________________________________________*/
/*_______________________________=CONTENEUR___________________________*/
/*____________________________________________________________________*/



#conteneur{  
	background:url('../images/fond-site.png') repeat-y;
	margin:20px auto 0 auto;
	padding:0 0 0 0px;
	width:1050px;
}
*html #conteneur{
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.espace-beauvoir.com/images/fond-site.png');
}
#zone-site{  
	background:url('../images/fond-haut.jpg') no-repeat;
	height:auto;
	min-height:300px;
}
*html #zone-site{
	padding:0 0 0 29px;	
	height:30px;
}  

/*____________________________________________________________________*/
/*_________________________________=GAUCHE_____________________________*/
/*____________________________________________________________________*/

#gauche{
	background:url('../images/fond-gauche.jpg') no-repeat;
	float:left;
	height:auto;
	margin:0 0 0 29px;
	min-height:707px;
	/*padding:6px 5px;*/
	width:150px;
}
*html #gauche{
	height:707px;
	margin:0;
}

#gauche h1{
	display:none;
}

#zone-logo{
	background:url('../images/vague-accueil.jpg') bottom no-repeat;
	height:343px;
}

#gauche ul{
	list-style:none;
}




#menu-principal span{
	display:none;
}

#menu-principal a{
	display:block;
	float:left;
	margin:30px 0 0 -8px;
	width:158px;
}
*html #menu-principal a{
	float:none;
	margin:5px 0 30px -8px;
}


#menu-principal li.btn-accueil a{
	background:url('../images/btn-accueil.png') no-repeat;
	height:12px;
}
#menu-principal li.btn-presentation a{
	background:url('../images/btn-presentation.png') no-repeat;
	height:16px;
}
#menu-principal li.btn-sejours a{
	background:url('../images/btn-sejours.png') no-repeat;
	height:15px;
}
#menu-principal li.btn-receptions a{
	background:url('../images/btn-receptions.png') no-repeat;
	height:15px;
}
#menu-principal li.btn-seminaires a{
	background:url('../images/btn-seminaires.png') no-repeat;
	height:14px;
}
#menu-principal li.btn-contact a{
	background:url('../images/btn-contact.png') no-repeat;
	height:12px;
}

*html #menu-principal li.btn-accueil a{
	background-image:none;
	cursor:hand;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://www.espace-beauvoir.com/images/btn-accueil.png');
}
*html #menu-principal li.btn-presentation a{
	background-image:none;
	cursor:hand;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://www.espace-beauvoir.com/images/btn-presentation.png');
}
*html #menu-principal li.btn-sejours a{
	background-image:none;
	cursor:hand;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://www.espace-beauvoir.com/images/btn-sejours.png');
}
*html #menu-principal li.btn-receptions a{
	background-image:none;
	cursor:hand;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://www.espace-beauvoir.com/images/btn-receptions.png');
}
*html #menu-principal li.btn-seminaires a{
	background-image:none;
	cursor:hand;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://www.espace-beauvoir.com/images/btn-seminaires.png');
}
*html #menu-principal li.btn-contact a{
	background-image:none;
	cursor:hand;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://www.espace-beauvoir.com/images/btn-contact.png');
}




html>body #menu-principal li a:hover{
	background-position:0px -12px;	
}
html>body #menu-principal li.btn-presentation a:hover{
	background-position:0px -16px;	
}
html>body #menu-principal li.btn-sejours a:hover,
html>body #menu-principal li.btn-receptions a:hover{
	background-position:0px -15px;	
}
html>body #menu-principal li.btn-seminaires a:hover{
	background-position:0px -14px;	
}


/*____________________________________________________________________*/
/*_________________________________=DROITE_____________________________*/
/*____________________________________________________________________*/

#droite{
	background:url('../images/fond-droite.jpg') repeat-x;
	float:right;
	height:auto;
	min-height:420px;
	/*padding:30px 0 0 0;*/
	width:871px;
}

#droite h2{
	color:#7b707d;
	font-size:20px;
	font-weight:normal;
	line-height:17px;
	text-transform:uppercase;
}


/*____________________________________________________________________*/
/*_________________________________=BAS_____________________________*/
/*____________________________________________________________________*/


#bas{
	background:url('../images/bas-site.png') no-repeat;
	clear:both;
	font-size:11px;
	height:20px;
	margin:0 auto;
	padding:20px 0 0 0;
	text-align:center;
	width:1050px;
}


*html #bas{
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://www.espace-beauvoir.com/images/bas-site.png');
}



