

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

ul.navigation_bas
{
text-align:center;
	padding: 0px;
	margin: 0px;
	height:20px;


}



.navigation_bas a{
	font-family: "Lucida Grande", Tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #1E4472;
	text-decoration: none;	
	line-height: 25px;

	padding:0px;
	margin: 0px;
	
	height: 25px;
}

.navigation_bas a:hover{
	font-family: "Lucida Grande", Tahoma;
	font-size: 12px;
	padding:0px;
	color: #7C0200;
	text-decoration: none;
	line-height: 25px;
	font-weight:bold;
	margin: 0px;
	
	height: 25px;
}
