/* @override 
	http://www.wappler.eu/scriptaculous/swdropdownmenu/menu.css
	http://www.astrale.org/assets/templates/astrale2008/menu.css
*/

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: inline-block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 740px;
	overflow: visible;
	z-index: 1;
}

#menu * a {
	color:  #004294;
}

#menu * a:hover {
	color:  #004294;
	text-decoration: underline;
}

#menu * li {
	list-style-image: none;
}

#menu  ul {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#menu  ul li {
	margin: 0 auto;
	padding: 0;
	font-size: 11px;
	list-style-type: none;
	list-style-image: none;
	float: left;
	width: auto;
}

#menu ul li a {
	display: block;
	width: auto;
	background: transparent;
	text-decoration: none;
	margin: 0;
	padding-right: 2em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	font-weight: bold;
}

#menu * li.active a,#menu * li a:hover {
	font-weight: bold;
}

#menu * li.active {
	background: url(http://www.astrale.org/images/star.gif) no-repeat center 40px;
}

#menu  ul li.sep {
	color: white;
	padding: 0.8em 0em 0.5em 0em;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu  ul li a {
	float: none;
}

/* End IE5-Mac hack */
#menu ul.level1 {
}

#menu ul.level2, #menu ul.level3 {
	position: absolute;
	left: 0px;
	visibility: hidden;
	border: 1px solid #999999;
	background: #eeeeee;
	display: block;
	width: 155px;
}

#menu  ul.level2 li, #menu ul.level3 li {
	border-bottom: 1px solid #fff;
	float: none;
	margin: 0;
	padding: 0;
}

#menu  ul.level2 li a, #menu ul.level3 li a {
	padding: 5px 9px 5px 5px;
}

#menu  ul.level2 li a:hover,#menu  ul.level3 li a:hover {
	color: #FF9900;
}

.subnav li {	
	text-align: right;
	padding-top: 1em;
	padding-bottom: 0.75em;
	padding-right: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 100%;
	list-style-type: none;
	list-style-image: none;
}

.subnav li li {	
	color: #FF9900;
	border-bottom-style: none;
	border-top: 1px solid #999999;
	margin-right: -1em;
	margin-left: -1em;
}

.subnav a{
	color: #004294;
	text-decoration: none;
}

.subnav li li a {
	color: #FF9900;
	text-decoration: none;
}

.subnav a:hover{
	color: #FF9900;
	font-weight: bolder;
	text-decoration: underline;
}
.subnav a.current,
.subtitel a.current { /* ajout bto 20090324 */
	color: #1F44A1;
	text-decoration: none;
	font-weight: bolder;
	
	
}

.subnav li li a:hover {
	text-decoration: underline;
}
