#navh {
	width: 990px;
	height:26px;
	background: url(../images/bg_menu.jpg) no-repeat;
}

#navh li {padding: 0;margin:0;}

/* Style du haut */
#ul_nav {
	/*width: 990px;*/
	list-style: none;
	font-weight: bold;
	margin: 0 0px 0 99px;
	z-index:100;
	padding:0px;
	position:absolute;
}

/* Style du bas */
#ul_nav ul {
	font-size:10px;
	list-style: none;
	line-height: 1;
	background-color: #ffffff;
	font-weight: bold;
	padding: 0;
	border: solid 1px #016cb2;
	margin: 0 0 0 0;
	text-align: left;
}


#ul_nav a {
	height:26px;
	display: block;
	color: #044d76;
	text-decoration: none;
	background: url(../images/btn_menu_off.jpg) no-repeat;
	text-align: center;
	line-height:26px;
}
#ul_nav a:hover {
	background: url(../images/btn_menu_on.jpg) no-repeat;
}

#ul_nav ul a {
	height:auto;
	line-height: 16px;
	width: 159px;
	text-align: left;
	color: #44acdd;
	background: none;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	overflow:visible;
	display: block;
	border-bottom: 1px dashed #44acdd;
}

#ul_nav ul a:hover {
	color: #044D76;
	background: none;
}

#ul_nav a.daddy {
	background: url(../images/tmp_fldroite.gif) no-repeat 95%;
}

#ul_nav li {
	float: left;
	width: 133px;
	margin: 0 0 0 0;
}

#ul_nav li ul {
	position: absolute;
	left: -999em;
	width: 169px;
	height: auto;
	font-weight: normal;
	border: 1px solid #44acdd;
	margin: 0 0 0 0;
}

#ul_nav li li {
		width: 133px;
}

#ul_nav li ul ul {
		margin: -27px 0 0 140px;
}
/*
#ul_nav li:hover ul ul, #ul_nav li:hover ul ul ul,
#navh .navfxenabled li:hover ul, #navh .navfxenabled li:hover ul ul, #navh .navfxenabled li:hover ul ul ul,
#navh .navfxenabled li.over ul ul,#navh .navfxenabled li.over ul ul ul
{
			left: -999em;
}
*/
#ul_nav li:hover ul,
#navh .navfxenabled li.over ul
{
	left: auto;
}
#ul_nav li li:hover ul, #ul_nav li li li:hover ul,
#navh .navfxenabled li li.over ul, #navh .navfxenabled li li li.over ul
{
	left: -7px;
}
#navh li li.over ul.leftover, #navh .navfxenabled li li li.over ul.leftover, #navh .navfxenabled li li li li.over ul.leftover
{
	left: -28.44em;
}
#navh #ul_nav li.over,#ul_nav li:hover {
	background: none;
}
/* Pour IE 7 ?*/

#ul_nav li ul a:hover {
	background-color: #44acdd;
	color: #fff;
}



