/* CSS Document */
 #menu {
 clear: both;
 width: 951px;
 height: 41px;
 margin: 0 auto;
 	background-image: url(../images/sousmenu-nl.jpg);
	background-repeat: no-repeat;
 }
 #menu ul {
	left: 70px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li {
	display: inline;
	padding: 0 36px;
	margin: 0;
	line-height: 25px;
}
#menu a {
font-size: 13px;
letter-spacing:1px;
font-weight: bold;
	color: #414934;
	text-decoration: none;
}
#menu a:hover {
	color: #703e27;
	text-decoration: none;
}
 /** instruction vue seulement par IE 6**/
* html #zoom {
margin: -3px;
padding: 0;
}
