 .map_table {
	position: relative;
	height: 469px;
	width: 952px;
	margin: auto;
 }
  
.map_point_inactive {
	padding: 0px;
	position: absolute;
	height: 7px;
	width: 7px;
	z-index: 10;
	background-image:url(./images/point_inactive.png);
}

.map_point_active {
	padding: 0px;
	position: absolute;
	height: 7px;
	width: 7px;
	z-index: 10;
	cursor: pointer;
	background-image:url(./images/point_active.png);
}

.map_detail_conteneur {
	position: absolute;
	z-index: 100;
	height: 101px;
	width: 414px;
	visibility: hidden;
	background-image:url(./images/cadre.png);
	cursor: pointer;
}

.map_detail_interne {
	position: absolute;
	height: 101px;
	width: 334px;
	left: 20px;
}

.map_detail_img {
	position: absolute;
	font-weight: bold;
	height: 1px;
	left: 13px;
	width: 71px;
	height: 71px;
	top: 13px;
	background-size: cover;
	background-size: center center;
}

.map_detail_conteneur_text {
	position: absolute;
	top: 10px;
	left: 92px;
	height: 71px;
	width: 263px;
}

.map_detail_titre {
	position: reltive;
	color: #FF8C00;
	font-size: 21px;
	left: 89px;
	font-family: menphis;
	font-weight: bold;
	width: 265px;
	line-height: 1.2;
}

.map_detail_line {
	position: relative;
	height: 7px;
	width: 263px;
	background-image:url(./images/line.png);
}

.map_detail_date {
	position: relative;
	font-size: 13px;
	width: 263px;
}