.spacer{
	clear:both;
}

#navigationGauche{
	float:left;
	width:110px;

	font-family:arial,sans-serif;
	font-size:11px;
	color:#ffffff;
}

#navigationGauche #navContent{
	margin-top:0px;
	border-left:0px solid #ffffff;
	border-right:0px solid #ffffff;
}

#navigationGauche #navContent #choixRayon{
	margin-top:0px;
}







/********** RUBRIQUES  **********/

#choixRayon ul{
	margin:0;
	list-style:none;
	padding:0;
}

#choixRayon ul li{
	float:left;
	width:160px;
	height:33px;
	border-bottom:0px solid #ffffff;
	position:relative;
}

#choixRayon ul li a{
	display:block;
	height:33px;
	color:#ffffff;
	padding-left:3px;
	text-decoration:none;
}

html>body #choixRayon ul li a{
	height:auto;
	min-height:33px;
}

#choixRayon ul li a span{
	width:107px;
	display:block;
}

#choixRayon ul li a:hover{
	color:#ffffff;
}

/*
#choixRayon ul li a.navRub1{


/***** SOUS RAYONS  *****/

#choixRayon ul li ul{
	left:161px;
	top:1px;
	z-index:100;
	position:absolute;
	border-top:0px solid #ffffff;
	border-right:0px solid #ffffff;
	display:none;
	width:139px;
}

#choixRayon ul li ul li{
	border:none;
	display:block;
	background-color:#fe9b3b;
	text-align:left;
	border-bottom:1px solid #ffffff;
	/*height:31px;*/
	margin:0;
}

#choixRayon ul li ul li a{
	color:#fff;
}







