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

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

#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.der{
	background-image : none;
	padding-bottom : 15px;
	padding-top : 12px;
}

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

#menu-gauche div.text ul li img{
	float:left;
	padding-top : 2px;
}

#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:hover{
	color : #c7bb77;
}

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

.titre{
	font-weight : bold;
	margin-bottom : 5px;
	font-size : 14px;
	color : white;
}