
#menu {
	background: #fff;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font-size: 90%;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-weight: bolder;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #fff;
	color: #717E2D;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}

#menu a:hover {
	background: #FF6D00 url("http://www.fiz-creation.com/extensions/menu/images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}
	
#menu #encours a {
	background: #717E2D url("http://www.fiz-creation.com/extensions/menu/images/encours.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}
