/*liste des régions */
div#liste-regions{
	padding-bottom:40px;
	clear:both;
}
#liste-regions ul{
float:left;
margin-right:20px;
margin-left:20px;
line-height:1.5em;
}
#liste-regions li {
	list-style-image:url("../img/B2.jpg");
}
#liste-regions a {
	color:#000;
	font-weight:normal;
}
#liste-regions a:hover{
	color:#03A0F7;
	}

/* carte du réseau */
img.btnOk{
	vertical-align:middle;
	margin-bottom:3px;
	cursor:pointer;
}


.agences{
	margin-top:15px;
	margin-bottom:15px;
	line-height:2em;
	font-weight:normal;
	margin-right:15px;
}
.agences img{
	margin-right:10px;
}
#legendeCarteReseau{
	border:2px solid #E3E2DF;
	background:#FBF3F3;
	width:380px;
	margin-left:70px;

}

#legendeCarteReseau table td{
	padding-bottom:10px;
	padding-top:10px;
	padding-left:20px;
}
/* recherche agence multicritère */

.region h1{
	color:#168DEF;
}
.region
{
padding-bottom : 3px;
font-size : 15px;
position:absolute;
top:500px;
left:50px;
}
.agences 
{
font-size : 12px;
text-align : left;
line-height : 1.4em;
background:#FBF3F1;
padding:20px;
border:2px solid #EBE7DC;
}
.imgAgences
{
padding-right : 15px;
}
#carte
{
position : absolute;
left : 38px;
top : 65px;
cursor:pointer;
}

