

/*///////////////////////// ----- navigation_gauche ----- //////////////////////////*/

ul.navigation_gauche
{
top:0px;
background-image:url(../images/gauche.jpg);
background-repeat: no-repeat;
background-position:top;

	float: right;
	height:419px;
	padding: 0px;
	margin: 0px;
}

.navigation_gauche li{
	display: block;
	float: left;
	list-style-type:none ;
	background-repeat: no-repeat;
	background-position: left;
	height: 25px;
	margin:0px;
width: 188px;
}

.navigation_gauche a{
	font-family: "Lucida Grande", Tahoma;
	font-size: 12px;
	color: #0B0D6B;
	text-decoration: none;
	
	line-height: 25px;
	text-align: left;
	padding-left:10px;
	margin: 0px;
	display: block;
	height: 25px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.navigation_gauche a:hover{
	font-family: "Lucida Grande", Tahoma;
	font-size: 12px;
	padding-left:8px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
	text-align: left;
	margin-top: 0px;
	display: block;
	height: 25px;
}
