/*** Styles relatifs au menu du site ***/

#menu ul{
	list-style-type : none;
	margin : 0;
	text-align : center;
	padding : 0;
	padding-left : 145px;
}

#menu ul li{
	float : left;
}
#menu ul li a{
	display : block;
	float : left;
	padding : 0 20px;
	color : #FAEA91;
	text-decoration : none;
	line-height : 34px;
	height : 33px;
}
#menu ul li a:hover, #menu ul li a.current, #menu ul li.current a {
	background : url(../images/sel_menu.gif) bottom center no-repeat;
	color : #fff
}








