/*/////////////////// navigation principale ////////////////*/
#menu {
	height: 26px;
	width:930px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #90d74d;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}


#nav {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0 10px;
	font-size:12px;
	z-index:999;
	display:block;
	color: #464c47;
	vertical-align: middle;
	height: 21px;
}

#nav a {
	display:inline-block;
	color:#464c47;
	text-decoration: none;
	margin: 0px 12px 0px 12px;
	height: 21px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}

#nav a:hover {
	color:#ed8551;
}

#nav li {
	list-style: none;
	color: #fff;
	float: left;
	height: 16px;
	padding: 0px 0px 0px 0px;
	/*background-image: url(/imports/images/separatuer.gif);
	background-repeat: no-repeat;
	background-position: right center;*/
}

.filet {
	background-image: url(/imports/images/separatuer.gif);
	background-repeat: no-repeat;
	background-position: right center;
}






