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

body{
	background-color: #F2EAE1;
	font-family: Verdana;
	font-size: 11px;
	margin: 0 0 0  0;
}

.text{
	font-family: Verdana;
	font-size: 11px;
	color: #340000;
	font-weight: normal;
}

.text a, a:visited{
	font-family: Verdana;
	font-size: 11px;
	color: #960;
	text-decoration: underline;
}

.text a:hover{
	font-family: Verdana;
	font-size: 11px;
	color: #F2EAE1;
	text-decoration: none;
}


.h1.h1 {
	letter-spacing: -1px;
	font-size: 18px;
	color: #930;
	margin-left:30px;
	font-style: normal;
	padding-left: 30px;
	background: url(img/titre.png) no-repeat left center;
}

.h2.h2 {
	letter-spacing: 2px;
	font-size: 12px;
	color: #480023;
	font-style: italic;
	}

#contenant-site{
	margin:0 auto;
	width:1162px;
}

#header{
	background-image: url(img/top.jpg);
	margin:0 auto;
	height:252px;
	width:1162px;
}

#page{
	background-image: url(img/main.jpg);
	height:557px;
}

#page-galery{
	background-image: url(img/main-galery.jpg);
	height:557px;
}

#colonn-left{
	width:167px;
	float:left;
	margin-left:100px;	
}

#tarifs{
	background-color:#FFF;
	height:70px;
	width:60px;
	float:left;
	padding:2px;
	margin:2px;
	text-align:center;
	
}

#colonn-right{
	width:567px;
	float:right;
	text-align:center;		
}

#colonn-right-bis{
	width:500px;
	float:left;
	padding-left:30px;
	text-align: left;
}

#colonn-center{
	background-image: url(img/bg-center.png);
	width:300px;
	float:left;
	padding-right:20px;

		
}


#baseline{
	background-image: url(img/bottom.jpg);
	height:33px;
	width:1162px;
	text-align: right;
	padding-top:60px;
	text-align:center;
}

#baseline a, a:visited{
	color: #F2EAE1;
	text-decoration: none;
}

#baseline a:hover{
	color: #653400;
	text-decoration: none;
}

#div.spacer{
	clear:both; 
	height:0px; 
	display:block;

}
/* MENU */

	div#menu_vente ul
	{
		margin:0;
		padding:0;
		list-style-type:none;
	}

	ul#menu_vente
	{
		margin:0;
		padding:0 15px;
		margin-top:5px;
		margin-bottom:10px;
		margin-left:-15px;
		width:170px;
		list-style-type:none;
	}

	ul#menu_vente li {
		padding:0 20px;
		margin:0 10px 0 0;
		list-style-type:none;
	}

	ul#menu_vente a.first {
	padding-top:5px;
	padding-left:30px;
	margin:0;
	list-style-type:none;
	border-top:1px dashed #49341F;
	}

	ul#menu_vente a {
	display: block;
	height:20px;
	padding:0;
	padding-top:5px;
	padding-left:30px;
	margin:0;
	color: #49341F;
	text-decoration: none;
	border-bottom:1px dashed #49341F;
	font:13px Verdana, Helvetica, sans-serif;
	font-weight:normal;
	padding:-5px;	/*padding-left:10px;
		margin-left:10px;*/
	}
	ul#menu_vente a:hover {
	display: block;
	color: #930;
	border-left:5px solid #930;
	margin-left:-10px;
	/*background-color: #de8c43;*/
	font:13px Verdana, Helvetica, sans-serif;
	font-weight:normal;
	}
	
	li.saut{ height:20px;}
	li.saut2{ height:5px;}
	/* FIN MENU */
