/*-------------- Navigation ---------------*/
#container {
	font-family:/*Franklin Gothic Book,*/ Trebuchet MS, Bitstream Vera Sans, arial; ;
	font-size: 11pt;
	letter-spacing:3px;
	text-align: left;
	font-weight: bold;
	position: absolute;
	top: 115px; /* Decalage du haut */
	margin-left:150px; /* Decalage de gauche */
	z-index:100;
}
#nav, #nav ul {
	float: left;
	width:466px;
	list-style: none;
	background: #00519E;
	border:1px solid #FFF;
	padding:0;
	margin:0;
}

#nav a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 3px 2px 4px 3px; /* Bordure interne des cases */
}

#nav a.parent {
	width:192px !important;/* position de la fleche */
	width:207px; /* a laisser pou IE*/
	background: url(../Files/menuFleche.gif) center right no-repeat;
}
#nav li {
	float: left;
	padding: 0;
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 207px;/* taille des sous cases */
	border:3px solid #F8BB54; /*Bordure interne des sous cases */
}
#nav li li {
	padding-right: 1em;
	width: 195px !important; /* taille des traits */
	width: 100%;
	border-bottom:1px solid #F8BB54;
}

#nav li ul a {
	white-space: normal !important;	
	width: 207px; /* Blocs des sous cases */
}

#nav li ul ul {
	margin: -2em 0 0 12em; /* position des sous cases */
}

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

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

#nav li:hover, #nav li.sfhover {
	background: #F8BB54;
}
