#menu{
	position:absolute;
	width:918px;
	height:49px;
	background-image:url(../images/menu_fond.jpg);
	background-repeat:no-repeat;
}

#menu_rub{
float:left;
width:700px;
}
#menu_lan{
float:left;
width:200px;
}
#menu_lan ul li{
padding-left:10px;
padding-right:10px;
}


#menu ul{
/*width:680px;*/
padding-left:50px;
padding-top:15px;
margin:auto;
list-style:none;
}

#menu li{
float:left;
padding-left:30px;
padding-right:30px;
background-image: url(/images/menu_barre.gif);
background-repeat:no-repeat;
background-position:right;
padding-top:7px;
height:23px;
}
#menu ul li:last-child {
background-image:none !important;

}
#menu a, #menu a:link, #menu a:visited, #menu a:active {
	font-family: 'lucidabold', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #575759;
	text-decoration:none;
	padding:2px;
}
#menu a:hover { /*hover background color*/
	color: #FFFFFF;
	text-decoration:none;
	padding:2px;

}
#menu a.selected, #menu a.selected:link, #menu a.selected:visited, #menu a.selected:active {
	font-family: 'lucidabold', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:none;
	padding:2px;
}
#menu a.selected:hover { /*hover background color*/
	color:#FFFFFF;
	text-decoration:none

}

