
#nav {
	list-style: none ;
	margin-top:  0px ; margin-bottom:0px; margin-left:0px;
	padding: 0px ;
	width:100%;
	height :40px ;
	background: #333 url(../images/bg_menu.png) left top repeat-x ;
	//overflow: hidden ;	
	font-size: 120%;
	font-weight:bold;
	}
#nav li {
	display: block ;
	float: left ;
	line-height: 40px ;
	margin-top :0px ;
	border-left: 1px solid #9e1544;
	overflow : hidden;
	}
	
#nav li a {
	display: block ;
	color: #fff ;
	text-align: center ;
	text-decoration: none ;
	}

#nav li a:focus, #nav li a:active {
	color : #e51e63;
}

#nav li a:hover {
	background: #444 url(../images/bg_menu_select.png) left top repeat-x ;;
	color : #e51e63 ;
	}
--></style>
<!--[if lt IE 7]>
<style type="text/css">
#nav {				/* Contexte de formatage pour IE6 */
	overflow: visible ;
	height: 1% ;
	}
</style>
<![endif]-->

