#menuGauche{
	float:left;
	width: 193px;
	height: 100%;
	padding: 14px 0px 0px 0px;
	background-color: #FFF9D9;
}

#menuGauche img{
	display:block;
	border: 0px;
}
#menuGauche a{
	color: #262183;
	text-decoration:none;
	font-size: 11px;
}
#menuGauche a:hover{
	color: #262183;
	text-decoration: underline;
}
#menuGauche #coordonnees{
	margin: 30px 0px 0px 0px;
	height: 151px;
	background-image: url(../images/patern_menuGauche.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#menuGauche #coordonnees table{
	background-image: url(../images/menuGauche/coordonnees.jpg);
	background-repeat: no-repeat;	
	height: 151px;
}
#menuGauche #coordonnees table td{
	vertical-align:top;
	text-align:left;
	padding: 10px 10px 10px 25px;
	font-size: 11px;
}
#menuGauche #coordonnees table td p{
	font-size: 11px;
	line-height: 12px;
}