@charset "utf-8";
/* CSS Document */

/*----------------contenu Menu de gauche agences-------------*/
#menu-gauche{
	float : left;
	background-image : url(../images/menu_agence.gif);
	margin-right : 0px !important;
	margin-right : 5px;
	width : 186px;
	height : 200px;
	background-repeat:repeat-x;
	color : #c3c1c1;
	margin-bottom : 30px;
}

#menu-gauche div.text ul{
	padding-top : 15px;
	font-size : 11px;
	list-style-type : none;
	margin-left : 15px;
}

#menu-gauche div.text ul li{
	background : url(../images/trait-confiez-nous.gif) bottom repeat-x;
	width : 155px;
	padding-bottom : 15px;
	padding-top : 12px;
}

#menu-gauche div.text ul li.liens{
	background : none;
}

#menu-gauche div.text ul li a{
	color : white;
	padding-left : 5px;
	font-size : 12px;
	text-decoration : none;
	
}

#menu-gauche div.text ul li a.img_fleche_1{
	background : url(../images/fleche_menuG_agences_01.gif) no-repeat;
	padding-left : 20px;
}
#menu-gauche div.text ul li a.img_fleche_2{
	background : url(../images/fleche_menuG_agences_02.gif) no-repeat;
	padding-left : 20px;
}
#menu-gauche div.text ul li a.img_fleche_3{
	background : url(../images/fleche_menuG_agences_03.gif) no-repeat;
	padding-left : 20px;
}
#menu-gauche div.text ul li a.img_fleche_4{
	background : url(../images/fleche_menuG_agences_04.gif) no-repeat;
	padding-left : 20px;
}
#menu-gauche div.text ul li a.img_fleche_1:hover {
	background : url(../images/fleche_menuG_agences_hover_01.gif) no-repeat;
}
#menu-gauche div.text ul li a.img_fleche_2:hover {
	background : url(../images/fleche_menuG_agences_hover_02.gif) no-repeat;
}
#menu-gauche div.text ul li a.img_fleche_3:hover {
	background : url(../images/fleche_menuG_agences_hover_03.gif) no-repeat;
}
#menu-gauche div.text ul li a.img_fleche_4:hover {
	background : url(../images/fleche_menuG_agences_hover_04.gif) no-repeat;
}

#menu-gauche div.text ul li a:hover{
	color : black;
}

#menu-gauche div.text ul li a.active{
	color : black;
}
