/* CSS Document */

#menu{
	color:#4f3b30;
	font-size:13px;
	height:49px;
	position:relative;
	font-weight:bold;
	background:url(../_img/structure/img2.gif);
	border-bottom:15px solid #e1e0de;
}

#menu ul{
	padding:10px 32px 0 32px;
	margin:0;
	float:left;
	list-style:none;
	height:33px;
	width:854px;
}

#menu li{
	margin:0;
	padding:0;
	float:left;
	width:170px;
	text-align:center;
}


#menu a{
	color:#666666;
	text-decoration:none;
	padding:0 0 0 13px;
	line-height:29px;
	background:url(../_img/structure/puce1.gif) no-repeat 0;
}

#menu a:hover, #menu-book a, #menu a.on{
	background:#5f4d43;
	color:#666666;
	background:url(../_img/structure/puce2.gif) no-repeat 0;
}

.menu-sepa{
	background:url(../_img/structure/img4.gif) repeat-y left;
}