﻿#menuEntree {
	background-image:url("/image/background/menu.png");
	height: 26px;
	clear:both;
	position:relative;
}

#menuEntree ul {
	margin:0px;
	padding:0px;
	width:100%;
}

#menuEntree li {
	display:block;
	float:left;
	width:218px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	background:url('/image/background/menu-separateur.png') no-repeat right;
	text-transform:uppercase;
	line-height:26px;
}

#menuEntree li.first {
	width:108px;
}

#menuEntree li.community {
	background:url('/image/background/menu-community.png');
	width:228px;
}

#menuEntree a {
	color:#FFF;
	text-decoration:none;
	display:block;
	margin-right:2px;
	height:100%;
}

#menuEntree a:hover {
	color:#5c5b37;
}

#menuEntree li.community a {
	color:#FFF;
	margin-right:0;
}