/* Basic code - don't modify */



#menu_entete {
	height: 25px;
	width: 945px;
	padding-top: 1px;
	position: relative;
}

#menu_entete_gauche {
	padding-top: 6px;
	width: 100px;
	/*width: 570px;*/
	padding-left: 15px;
	float: left;
	color: #999;
	font-size: 10px;
	padding-right: 5px;
}

#menu_entete_droite {
	float: right;
	width: 825px;
}


#menu_entete_gauche a {
	font-size: 10px;
	color: #999;
}

#menu_entete_gauche a:hover{
	color: #fff;
}







 #nav {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	height: 25px;

}
  #nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
	height: 25px;
}


.avec_filet {
	background-image: url(/imports/images/separateur_blanc.gif);
	background-repeat: no-repeat;
	background-position: right;
}

}



#nav a { display: block; }
#nav ul {
    display: none;
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #5E5A5A;
	width: 120px;
}


  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	/*#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul ul { left: 131px; }

/* Everything else is theming */
 
#nav *:hover { background-color: none; }
#nav a {
	color: #999;
	font-size: 10px;
	line-height: 1;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	margin: 0;
}

#nav a:hover {
	color: #fff;
}


#nav li.hover a { 	color: #fff;}

#nav ul {
	top: 25px;

 }
#nav ul a {

	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 0;
}


#nav ul a.hover {
background-color: #978c8c;



}

/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */
