#points a, #points div {
	position:absolute;
	width:19px;
	height:16px;
	background:url('../images/map2/point-gris.png');
	background-repeat: no-repeat;
	margin-left:3px;
	margin-top:3px;
	/* 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:184px;
	height:85px;
	background-color:#f7f7f7;
	border:1px solid #9a9a9d;
}
.data_center_infos_container {
	position:absolute;
	color:#008bca;
	font-size:10px;
	height:80px;
	background-color:#F7F7F7;
}
.data_center_infos_title
{
	font-size: 11px;
    font-weight: bold;
    height: 20px;
    padding-left: 5px;
    padding-top: 2px;
    width: 175px;
	
}
.data_center_infos 
{
	height:58px;
	width:179px;
	background-color:#f7f7f7;
	padding-left:5px;
}
.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:#008bca;
	text-decoration:underline;
}
