#nav {
	margin: 0;
	border-radius: 2em;
	/*-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;*/
	padding-left: 0px;
	height: 40px;
}
#nav li {
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav a {
	font-weight: lighter;
	color: #FFF;
	text-decoration: none;
	display: block;
	margin: 0;
	padding-top: 10px;
	padding-right: 4px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 40px;
	}
#nav a:hover {
	color: #fff;
	/*background-color: #F60;*/
}

/* main level link hover */
#nav .current  {
	color: #d81d03;
	background-image: url(../navig/fleche.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#nav li:hover > a {
	color: #FFF;
	background-image: url(../navig/orange30.png);
	height: 30px;
}

/* sub levels link hover */
#nav ul li:hover a  {
	border: none;
	height: 25px;
	/*background-color: #F60;
	background-image: none;*/
	background-image: url(../navig/fond_sousmenu2.png);
	background-repeat: no-repeat;
}

#nav li:hover li a {
	border: none;
	height: 25px;
	/*background-image: url(../navig02/blanc30.png);*/
	background-image: url(../navig/barre34.png);
	background-repeat: repeat-x;
	top: 0px;
}

#nav ul a:hover {
	background: #d81d03 !important;
	color: #fff !important;
}

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

/* level 2 list */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 250px;
	position: absolute;
	top: 40px;
	left: 0;
	border: solid 1px #880000;
	/* -webkit-border-radius: 5px;
	-webkit-border-radius-topleft: 0px;
	-webkit-border-radius-topright: 0px;
	-webkit-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3); */
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
	background-image: url(../navig/fond_sousmenu.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0em;
	word-spacing: 0em;
	color: #FFF;
	background-image: url(../navig/barre34.png);
	background-repeat: repeat-x;
}

/* level 3+ list */
#nav ul ul {
	left: 250px;
	top: -1px;
	background-image: url(../navig/fond_sousmenu.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	/*-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;

	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;*/
}
#nav ul li:last-child > a {
	/*-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;

	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;*/
}

/* 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%;
}
#user {
	position: absolute;
	right: 0px;
	top: 40px;
}
#search {
	position: absolute;
	right: 0px;
	top: 0px;
}