#menu {
	clear:				both;
	height:				69px;
	/*width:				761px;*/

	background: url('../img/menu-v2/bg-menu.gif') no-repeat top left;
	border: 1px solid #ffffff;
	font-size: 12px;
	margin-top: 10px;
	overflow:visible;
	position:relative;
/**/	z-index:100;
}

#menu ul {
	list-style: none;
	margin-left: 130px;
/**/	z-index: 100;
	position:relative;
	margin-top: 0;
}

#menu ul li {
	position: relative;
	display: block;
	float: left;
	/*border: 1px solid #62003A;*/
	margin-top: 5px;
	padding: 10px 3px 40px 3px;

}

#menu ul li a {
	text-decoration: none;
	color: #336699;
	font-weight: bold;
}

/**
images hover
*/



#menu li#menu_fondation {
	background: url('../img/menu-v2/en/menu_fondation.gif') no-repeat 0 11px;
	width: 167px;
	height: 16px;
}


#menu li a {
	display: block;
	width: 100%;
	height: 25px;
/**/	z-index: 200;
	position:relative;
	margin-top: 0;
}
#menu li li a {
	border: none;
	width: auto;
	height: auto;
}

#menu li#menu_fondation:hover, #menu li#menu_fondation.selected {
	background: url('../img/menu-v2/en/menu_fondation_hover.gif') no-repeat 0 11px;

}

#menu li#menu_aide {
	background: url('../img/menu-v2/en/menu_aide.gif') no-repeat 0 11px;
	display: block;
	width: 49px;
}

#menu li#menu_adultes {
	background: url('../img/menu-v2/en/menu_adultes.gif') no-repeat 0 11px;
	display: block;
	width: 76px;
	height: 16px;
}

#menu li#menu_adultes:hover, #menu li#menu_adultes.selected {
	background: url('../img/menu-v2/en/menu_adultes_hover.gif') no-repeat 0 11px;
	display: block;

}

#menu li#menu_et {
	background: url('../img/menu-v2/en/menu_et.gif') no-repeat 0 11px;
	display: block;
	width: 34px;
}


#menu li#menu_enfants {
	background: url('../img/menu-v2/en/menu_enfants.gif') no-repeat 0 11px;
	display: block;
	width: 92px;
	height: 16px;
}

#menu li#menu_enfants:hover, #menu li#menu_enfants.selected {
	background: url('../img/menu-v2/en/menu_enfants_hover.gif') no-repeat 0 11px;
}

#menu li#menu_ndash {
	background: url('../img/menu-v2/menu_ndash.gif') no-repeat 0 11px;
	display: block;
	width: 11px;
}

#menu li#menu_aidez_les {
	background: url('../img/menu-v2/en/menu_aidez.gif') no-repeat 0 11px;
	display: block;
	width: 106px;
	height: 16px;
}
#menu li#menu_aidez_les:hover, #menu li#menu_aidez_les.selected {
	background: url('../img/menu-v2/en/menu_aidez_hover.gif') no-repeat 0 11px;
}

#menu ul li ul {
	position: absolute;
	display: none;
	left: -1px;
	margin-top: 30px;
	background-color: #DAEBF4;
	color: #336699;
	width: 500px !important;
	width: 600px;
	margin-left: 0px;
	border: 1px solid #c9d9e1;
}

#menu ul li ul li {
	/*border: 1px solid #84D5FF;*/
	diplay: inline;
	float: left;
	width: 250px;
	padding: 0;
	margin-top: 0;
}

#menu ul li ul li a {
	display: block;
	border: 1px sold #2b3;
	padding : 5px;/*10px;*/
	height: 95px;/*120px;*/
}
#menu ul li ul li a:hover {
	background: #E9F5F9;
}


div#menu ul.niveau1 li.sousmenu:hover ul.niveau2 {
	display: block;
}

/**
Styling
*/

.menu-title {
	color: #336699;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #c9d9e1;
	padding: 2px 4px 4px 4px; /*4px*/
	text-align: left;
}

.menu-text {
	color: #828282;
	font-size: 0.85em;
	padding: 0 4px;
	display: block;
	font-weight: normal;
}

.clear-no-padding {
	clear: both;
	padding: 0;
}
#menu ul li ul.last2, #menu ul li ul.last1 {
	/*left: -410px;*/
	width: 250px !important;
	width: 300px;
}
#menu ul li ul.last2 li a {
	height: 110px;
}


#menu ul li ul.last3 {
	left: -360px;/*-380px;*/
}
