#menu {
	width: 800px; 
	height: 38px; 
	background: url(../../menuindex/fond2.png) no-repeat; /* Fond pour ff*/
	padding-left: 30px; 
	list-style: none; 
}
* html #menu {
	margin: 0;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="fond2.png"); /* Fond pour IE*/
}
#menu li { 
	position: relative; 
	float: left; 
	margin: 0;
}
#menu li a { 
	font-family: arial, sans-serif; 
	font-size: 11px; 
	background: url(../../menuindex/separateur2.png) no-repeat top right;
	display: block; 
	width: 116px; 
	height: 36px; 
	line-height: 35px; 
	padding: 0; 
	float: left; 
	color: #333; 
	text-decoration: none; 
}
#menu li a b { 
	display: block; 
	width: 116px; 
	float: left; 
	padding: 0;
}
#menu li a:hover { 
	display: block; 
	background: #999 url(../../menuindex/hover.png) no-repeat top; 
	color: #fff; 
}
#menu li a:active,#menu li a:focus { width: 116px; display: block; background: #999 url(../../menuindex/active.png) no-repeat ; cursor:pointer; color:#fff; line-height:35px; }
#menu li a:hover b, #menu li a:active b { width: 116px; cursor: pointer; } 

