#points a, #points div {
	position:absolute;
	width:19px;
	height:16px;
	background:url('../images/map2/point-gris.png');
	/* background:url('../images/map2/point-gris.gif'); */
	text-decoration:none;
}
.textmap {
	margin:0px;
	padding:0px;
	margin-left:15px;
	margin-bottom:15px;
	width:185px;
}
#dynamicDiv {
	width:200px;
	height:85px;
	/* Cadre orange toujours présent :
	background-color:#ffbb43;
	background-image:url(../images/map2/infos_title.png);
	background-repeat:no-repeat;
	*/
}
.data_center_infos_container {
	position:absolute;
	color:#008bca;
	font-size:10px;
	height:80px;
}
.data_center_infos_title {
	width:200px;
	height:20px;
	font-size:12px;
	font-weight:bold;
	padding-left:9px;
	padding-top:2px;
	background-image:url('../images/map2/infos_title.png');
	background-repeat:no-repeat;
}
.data_center_infos {
	height:58px;
	width:191px;
	background-color:#ffbb43;
	padding-left:9px;
}
.data_center_infos_texte {
	font-size:10px;
	float:left;
}
.data_center_infos_img {
	float:left;
	padding-right:4px;
}
#dynamicList {
    list-style-type:none;
	padding:0px;
	margin:0px;
}
#dynamicList a {
	color:#5E676A;
	text-decoration:none;
}
#dynamicList a:hover, #dynamicList .ahover {
	color:#ffbb43;
	text-decoration:underline;
}