/************************************************************************
********************************NAV HAUT*********************************
************************************************************************/
ul#nav_top{
	position: relative;
	margin: 0 0 0 2px;
	padding: 0;
}

ul#nav_top li.root{
	display: inline;
	list-style: none;
	margin-left: -3px;
	padding: 0;
	cursor: pointer;

}

ul#nav_top_n1_sect1{
	position: absolute;
	top: 0; left: 0;
	display: none;
	width: 190px;
	margin: 32px 0 0 0;
	padding: 0;
	background: #deebf5;
	border: 1px solid #b9d6ea;
	z-index: 1;
}

#nav_top_n1_sect2{
	position: absolute;
	top: 0; left: 300px;
	display: none;
	width: 190px;
	margin: 32px 0 0 30px;
	*margin: 32px 0 0 30px;
	padding: 0;
	background: #deebf5;
	border: 1px solid #b9d6ea;
	z-index: 1;
}

ul#nav_top_n1_sect1 li, ul#nav_top_n1_sect2 li{
	border-bottom: 0.25px solid #fff;
	list-style: none;
	height: 16px;
}

ul#nav_top_n1_sect1 li, ul#nav_top_n1_sect2 li{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #182d42;
	text-decoration: none;
	font-weight: bold;
}

ul#nav_top_n1_sect1 li:hover, ul#nav_top_n1_sect2 li:hover,
ul#nav_top_n1_sect1 li.sfhover, ul#nav_top_n1_sect2 li.sfhover{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #182d42;
	text-decoration: none;
	font-weight: bold;
}

li:hover ul#nav_top_n1_sect1 , li:hover ul#nav_top_n1_sect2,
li.sfhover ul#nav_top_n1_sect1 , li.sfhover ul#nav_top_n1_sect2{
	display: block;
}

/************************************************************************
*******************************NAV DROITE********************************
************************************************************************/
/*ul#nav_right{
	margin: 0 0 0 0;
	padding: 0;
	cursor: pointer;
}

ul#nav_right li.root{
	position: relative;
	list-style: none;
	background: #519bce;
}

ul#nav_right_n1_sect1, ul#nav_right_n1_sect2, ul#nav_right_n1_sect3{
	position: relative;
	top: 0; left: 0;
	width: 253px;
	margin: 0;
	padding: 0;
	background: #519bce;
}

ul#nav_right_n1_sect1 li, ul#nav_right_n1_sect2 li, ul#nav_right_n1_sect3 li{
	list-style: none;
	margin-top: 0;
	padding: 2px;
	background: #519bce;
}

ul#nav_right_n1_sect1 li a, ul#nav_right_n1_sect2 li a, ul#nav_right_n1_sect3 li a{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e4eff7;
	text-decoration: none;
}

ul#nav_right_n1_sect1 li:hover, ul#nav_right_n1_sect2 li:hover, ul#nav_right_n1_sect3 li:hover{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e4eff7;
	text-decoration: none;
	background: #182d42;
}*/

/*table#menuDroit{
	cursor: pointer;
}

.menu tr td a{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #182d42;
	text-decoration: none;
	font-weight: bold;
}

.menu tr td a:hover{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #182d42;
	text-decoration: none;
	font-weight: bold;
	background: #b9dbea
}*/

ul.nav_n1{
	margin: 0;
	padding: 0;
	cursor: pointer;
}

ul.nav_n1 li{
	position: relative;
	list-style: none;
	background: #dae4f0;
}

.nav_n1, .nav_n2{
	position: relative;
	top: 0; left: 0;
	width: 253px;
	margin: 0;
	padding: 0;
	background: #519bce;
}

.nav_n2{
	margin-top: -3px;
	display: none;
}

.nav_n1 .nav_n2 li{
	background: #519bce;
	border-bottom: 1px solid #fff;
}
.nav_n1 .nav_n2 li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

.nav_n1 .nav_n2 li a:hover{
	color: #182d42;
}

li:hover ul.nav_n1, li:hover ul.nav_n2,
li.sfhover ul.nav_n1, li.sfhover ul.nav_n2{
	display: block;
}