

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

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


}



.navigation_bas a{
	font-family: "Lucida Grande", Tahoma;
	font-size: 11px;

	color: #663366;
	text-decoration: none;	
	line-height: 30px;

	padding:0px;
	margin: 0px;
	
}

.navigation_bas a:hover{
	font-family: "Lucida Grande", Tahoma;
	font-size: 11px;
	padding:0px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 30px;

	margin: 0px;

}
