@charset "iso-8859-1";
#menu {
	width: 886px; background: #FFF none repeat; height: 37px; z-index: 50;
	font-family: Arial, Helvetica, sans-serif; font-size: 13px; white-space: nowrap; text-align: center;
	}
#menu ul { margin: 0pt; padding: 0pt; list-style-type: none; list-style-image: none; list-style-position: outside; float: left; width: auto; z-index: 50;}
#menu a {
	margin: 0px; display: block; z-index: 50;
	font-family: arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-size: 11px; font-size-adjust: none; font-stretch: normal;
	line-height: 16px; text-decoration: none;
}
#menu a:hover {color: #fff; z-index: 50;}

#menu li {position: relative;  z-index: 50;}
#menu li.hr  {border-bottom: 1px solid #5BD7FF; margin-left: 5px; width: 115px;}

#menu ul ul.menu1  {position: absolute; top: 40px; left: 0px; margin-top: -3px; width: 224px; background: #E6D8EC; z-index: 50; filter : alpha(opacity=90); -moz-opacity : 0.7; opacity : 0.7;}
#menu ul ul.menu1 a {color: #a980be; padding: 4px 0; border-bottom: 1px dotted #a980be;}
#menu ul ul.menu1 a:hover {background: #a980be; color: #E6D8EC;}

#menu ul ul.menu2  {position: absolute; top: 40px; left: 0px; margin-top: -3px; width: 236px; background: #D6E7EA; z-index: 50; filter : alpha(opacity=90); -moz-opacity : 0.9; opacity : 0.9;}
#menu ul ul.menu2 a {color: #5f929a; padding: 4px 0; border-bottom: 1px dotted #5f929a;}
#menu ul ul.menu2 a:hover {background: #5f929a; color: #D6E7EA;}

#menu ul ul.menu3  {position: absolute; top: 40px; left: 0px; margin-top: -3px; width: 255px; background: #D7E3CA; z-index: 50; filter : alpha(opacity=90); -moz-opacity : 0.9; opacity : 0.9;}
#menu ul ul.menu3 a {color: #78A04B; padding: 4px 0; border-bottom: 1px dotted #8dae53;}
#menu ul ul.menu3 a:hover {background: #8DAE53; color: #D7E3CA;}

#menu ul ul ul {position: absolute; top: 0px; left: 100%;  z-index: 50;}
div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul {display: none;  z-index: 50;}
div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul { display: block;  z-index: 50;}

#menu ul.actif {margin-left: 16px;}
