#Nav 
{	
	left:30px;
	position:absolute;
	top:191px;
	white-space:nowrap;
	width:825px;
	z-index:999;
}

#Nav ul
{	
	z-index:999;
	white-space: nowrap;
	width:auto;
}

#Nav ul li
{
	list-style:none;
	float:left;
	display:block;
	height:43px;
	line-height:43px;
	width:auto;
	white-space: nowrap;
	_width:0px;
}

#Nav ul li a
{
	background-color:transparent;
	background-image:none;
	border-style:none;
	border-width:0;
	color:#F9F9F9;
	cursor:pointer;
	font-family:MyriadPro-Regular,Arial Narrow,serif;
	font-size:13px;
	letter-spacing:0.3px;
	overflow:hidden;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	height:43px;
	line-height:43px;
	padding-left:11px;
	padding-right:11px;
	text-shadow:1px 1px 2px #000000;
	background:transparent url(../img/separateur.gif) right 0px no-repeat;
}

#Nav ul li.last a
{
	background:transparent none scroll top right no-repeat;
}

#Nav ul li a:hover
{
	color:#FFED00;
}

/* Sous menu */

#Nav ul ul
{
	position:absolute;
	top:43px;
	z-index:1000;
}

#Nav ul ul li
{
	display:block;
	float:none;
	height:30px;
	line-height:30px;
	z-index:1001;
}

#Nav ul ul li a
{
	display:block;
	background:transparent url(../img/sousmenu.png) scroll top left repeat-y;
	height:30px;
	line-height:30px;
	padding-left:15px;
	padding-right:10px;
	font-weight:normal;
	font-size:11px;
	text-align:left;
	width:175px;
	z-index:1002;
}

#Nav ul ul li.fin
{
	width:200px;
	height:7px !important;
	background:transparent url(../img/basmenu.png) top left no-repeat;
	padding:0 !important; 
	/*margin:0 !important; */
	font-size:0px !important; 
	*margin:-12px 0px !important;
	margin:0;
}

#Nav ul ul li.last a
{

}

#Nav ul ul a:hover
{
	
}

a.nothing
{
	cursor:default !important;
}