#conteneur_menu {
	float:left;
	width:960px;
}

#menu{
	width:100%;
	float:left;
	background:url(../includes/languages/french/images/menuh_bg.gif);
	background-repeat:repeat-x;
	height:54px;
}

#menu a, #menu h4 {
	font:bold 11px/16px arial,helvetica,sans-serif;
	display:block;
	white-space:nowrap;
	margin:0;
	padding:1px 0 1px 3px;
	color:#374B56;
	padding-left:10px;
	padding-right:10px;
}

#menu h4 {
background-image:url(../includes/languages/french/images/separateur_menu.gif);
background-position: top right;
background-repeat:no-repeat;

}

#menu h5 {
	margin: 0;
	padding: 0;
}

#menu ul ul a{
	color:#ffffff;
}

#menu h4 {
	color:#374B56;
	text-transform:uppercase;
	padding-top:12px;
}

#menu a, #menu a:visited{
	display: block;
	width: 180px;
	background-color:#00BAFF;
	text-decoration:none;
	border-bottom-style:dashed;
	border-bottom-color:#FFFFFF;
	border-bottom-width:1px;
	height:54px;
}


#menu a:hover{
	color:#FFFFFF;
	background-color:#00CCFF;
	padding-left:10px;
	padding-right:10px;
}


#menu ul ul a, #menu ul ul a:visited{
	background-color:#00BAFF;
	text-decoration:none;
	border-bottom-style:dashed;
	border-bottom-color:#FFFFFF;
	border-bottom-width:1px;
	height:20px;
}


#menu ul ul a:hover{
	color:#FFFFFF;
	background-color:#00CCFF;
	padding-left:10px;
	padding-right:10px;
}

#menu ul ul ul a, #menu ul ul ul a:visited {
	color:#FFFFFF;
	background-color:#00CCFF;
	text-decoration:none;
	/* width: auto */
}


#menu ul ul ul a:hover{
	color:#FFFFFF;
	background-color:#00E1FF;
}



#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width: auto;
}

#menu li{
	position:relative;
}

#menu ul ul{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
}

#menu ul ul ul{
	top:0;
	left:100%;
	width: auto;
	height:auto; 
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover, #menu li:hover {
	background-image:url(../includes/languages/french/images/menuh_on_03.gif);
	background-repeat:repeat-x;
	background-position:top left;
}

#menu li li:hover {
	background-image:none;
}

div#menu li:hover{
	cursor:pointer;
	z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x,  #menu a.x:active{
	font-weight:bold;
	color:#ffffff;
	background:#00CCFF;
}

#menu a.x:hover{
	color:#ffffff;
	background:#00BBFF;
}


#menu h2.menu_selected {
	background-image:url(../includes/languages/french/images/menuh_on_03.gif);
	background-repeat:repeat-x;
	background-position:top left;
	height:20px;
	width:auto;
}
/* End CSS Popout Menu */

