.nav,  .nav ul{
	float:left !important;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size:12px;
	height:20px;
	z-index: 999;
}
.nav a {
	display: block;
	text-align:center;
	line-height:1.5em;
	padding:4px 0 0 0;
	text-decoration:none;
	font-weight:bold;
	height:20px;
	>height:20px!important;
	>height:auto;
	>margin-bottom:0px!important;
	>margin-bottom:2px;
}

.nav a:visited {
	color:#fff;
}
.nav a:hover {
	color:#000;
}
.nav li { /* all list items */
	float: left;
	overflow:hidden;
	/*border-right:1px solid #fff;*/
}

.nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	height:auto;
}
.nav li ul li{
	border:0;
	/*border-bottom:1px solid #fff;*/
	border-top:1px solid #fff;
	/*width: 10em;*/ /* width needed or else Opera goes nuts */
}
.nav li:hover ul, .nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	padding:0;
	margin:0;
}
/* IE7 fix */
.nav li:hover, .nav li.sfhover { 
	position:static;
}
/* end of IE7 fix */
/*.nav li#af:hover ul, .nav li#af.sfhover ul {
	right: 1px;
}*/


/* -------------------------------- ajouts ---------------------------------- */



.nav li li a {
	color:#fff;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	width:100%;
	line-height:1.5em;
}
.nav li ul  {
	padding:0;
	width:230px;
}
.nav li ul li {
	clear:both;
	display:block !important;
	width:100%;
	padding:0;
	white-space:nowrap;
}
/* --- from photohall pour fonctionnement du js pour ie6-- */
.sous_rub{
clear:both;
position:absolute;
left:-999em;
/*top:25px;*/
margin:0 ;
list-style:none;
width:230px;
-webkit-box-shadow:  3px 3px 3px 3px rgba(70, 70, 70, 0.2);   
box-shadow:  3px 3px 3px 3px rgba(70, 70, 70, 0.2);}

.sous_rub li {
	margin:0;
	line-height:1.0em;
}
.sous_rub li a{
	margin:0;
	line-height:1.0em;
}