.intitule { 	
	text-align: center;
	font-size: 15px;
}
#nav-container{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:100%;
	background-image: url(../IMG/bg_menu.png);
	background-repeat: repeat-x;
	height: 44px;
	width: 100%;
}
#nav-container2{
	float: right; 
	margin-top: -42px;
	margin-right: 40px;
}
#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1.5;
	height: 36px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1em 0;
	text-align:left;
}

#nav a.intitule {
	display: block;
	width: 16em;
	w\idth: 9.4em;
	color: #A4D51C;
	text-decoration: none;
	padding: 7px 0em;
}

#nav a {
	display: block;
	width: 16em;
	w\idth: 10em;
	color: #A4D51C;
	text-decoration: none;
	padding: 10px 1em;
}

#nav a.daddy {
	background: url(../IMG/rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 9em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 15.9em;
	font-weight: normal;
	border-width: 0em;
	margin: 0;
	background-color: #3E8C28;
	font-size: 76%;
}

#nav li li {
	padding-right: 0em;
	width: 13.8em
}

#nav li ul a {
	width: 15em;
	w\idth: 13.8em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul,
#nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul
{
	left: -999em;
}


#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul,
#nav li li li li:hover ul
{
	left: auto;
}

#nav li.sfhover ul{
	left:auto;
}
#nav li li.sfhover ul,
#nav li li li.sfhover ul,
#nav li li li li.sfhover ul,
{
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background-image: url(../IMG/bg_menu_over_up.png);
	background-repeat: repeat-x;
}

#nav li ul li a:hover{
	background-color: #31741E;
}
