
#nav {
	margin-bottom: 12px;
	z-index: -1;
	height: 24px;   }
#nav li {
	margin: 0 0px;
	padding: 0 0 0px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav a {
	font-family: merriweather;
	font-size: 14px;
	border-left: 1px solid #888;
	display: block;
	text-indent: 8px;
	height: 24px;
  text-transform: uppercase;
	line-height: 29px;
	font-weight: 700;
	color: #666;
	text-shadow: 1px 1px 0px rgba( 255,255,255,0.8 )
}

#nav * li  a{	text-transform: none;}
#nav a:hover {
	background: #5bb9d5;
	color: #fff;
	text-shadow: 1px 1px 0px rgba( 255,255,255,0.8 )
	line-height: 24px;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #5bb9d5;
	color: #fff;
	text-shadow: none;
	text-shadow: 1px 1px 0px rgba( 255,255,255,0.8 )
	line-height: 24px;
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #5cb9d6;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #5bb9d5;
	color: #5cb9d6 !important;
	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0px 0px 0px 0px;
	width: 250px;
	position: absolute;
	top: 24px;
	left: 0; 
    background-color: #eeeeee; /* Fallback background color for non supported browsers */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(top, #ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#eeeeee'); /* IE6–IE9 */
	border: solid 1px #cecece;
  border-top:none;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 250px;
	top: 0px;
}


/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}
/* MENU */
.fleche{background:url('../m/fleche.png');background-repeat:no-repeat;background-position:10px 0px;}
.flecheRight{background:url('../m/flecheRight.png');background-repeat:no-repeat;background-position:top right}
