#rabe {
	background-color: #E5E5E5;
	text-align:right;
	font:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	/*font-stretch: expanded;*/	
	/*width: 780px;  /*précision pour Opera */
	/*z-index:100;*/
	font-size: 11px;
	/*margin-bottom: 5px;*/
	}
	
#recherche {
float:left;
margin-left:1px;
margin-bottom:5px;
display:inline;
}
	
/*couleur arrierplan formulaire recherche-pour essais
#recherche .formulaire_recherche {
background-color:#FF0;
}*/	

#rabe a:link, a:visited {
	text-decoration: none; color: #FF3300; font-size: 11px;
	}

#rabe a:hover { text-decoration: underline;}


#nav-container{
	font-size:100%;
	}
#nav, #nav ul {
	background: #FF3300;
	float: left;
	width: 780px;
	/*list-style: none;
	line-height: 1;
	background: white;*/
	font-weight: bold;
	padding: 0;
	/*border: solid #eda;
	border-width: 1px 0;
	margin: 0 0 1em 0;*/
	text-align:left;
}

#nav a {
	display: block;
	height: 3.5em;
	/*	width: 10em;
	w\idth: 6em;
	color: #7C6240;*/
	text-decoration: none;
	padding: 0.25em 0.5em;
	/*padding: 8px 0 0 0;*/
}

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

#nav li {
	float: left;
	padding: 0;
	width: 128px!important;
	width: 130px;
	
	border: 1px solid #FFF;
	font-size: 11px;
}


#nav li a {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	}

/* fond des sousrubriques, plus long que le titre même */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	background: transparent;
	
	
}

#nav li li {
	width: 128px;
	background-color: #999;
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
	color: #000;
	text-align: left;
	font-weight: normal;
	height: auto;
}

#nav li ul ul {
	margin: -1em 0 0 10em;
}

#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: #ff3300;
}