/* Pour les resumés de sites */
.out_popup{
	position:relative;
	width:540px;
}
.popup_carte{
	font-size:10px;
	background-color:#fff;
	border-radius:3px;
	padding:2px;
	box-shadow:0px 0px 4px  grey;
	position:absolute;	
}
.resume_map{	
	width:240px;
	background-color: #fff;
	box-shadow:0px 0px 4px  grey;
	border-radius:2px;
	padding:2px;
}
.centre_pix{
	position:relative;
	top:0px;
	left:0px;
	width:120px;
	float:left;
	padding:0px;
	margin-right:8px;
}
.centre_pix img{
	width:100%;
	padding:0px;
	margin:4px;
	box-shadow:0px 0px 10px  grey;
	border-radius:4px;
}
.centre_titre h3{
	font-size: 14px; 
	padding:0px;
	margin:0px;
	text-align: left; 
}
.centre_ico{
	position:relative;
	top:0px;
	right:0px;
	height:14px;
	float:right;
	padding:0px;
	margin-left:2px;
}
.centre_bloc_in{
	overflow: hidden;
	text-align: justify;	
	width:100%;
	height:100%;
	padding-bottom:5px;
}
.cel_dist{
	display: inline-block;
	position: relative;
	width:70px;
	font-style: italic;
}
.pos_local{
	font-style: italic;
	letter-spacing: 1px;
}
/* CARTE */
.env_map{
	width:100%;
	margin:0px;
	padding:0px;
	position:relative;
	z-index:8000;
}
.boutons_map{
	position:absolute;
	right:14px;
	top:10px;
	z-index:8100;
	width:30px;
}
.bouton_map{
	width:28px;
	height:28px;
	background-color:#fff;
	border:0px;
	margin:1px;
	box-shadow:0px 0px 10px  grey;
}
.toolbox_map{
	width:28px;
	position:absolute;
	top:100px;
	left:20px;
	display:none;
}
.map_curseur{
	position:absolute;
	top:30px;
	left:50%;
	width:200px;
	margin-left:-100px;
	z-index:8080;
	display:none;
	font-size:12px;
	color:#000;
	background-color:rgba(230,230,230,0.8);
	border:inset #999;
	text-align:center;
	padding:2px;
	line-height: 1;
}
.tab_pos,.map_curseur td{
	text-align:center;
	border:0px;
	font-size:11px;
}

.tab_pos td{
	text-align:right;
	width:100px;
}

.doigts{
	position:absolute;bottom:0px;left:50%;margin-left:-56px;
}
.map_jump{
	position:absolute;
	top:-85px;
	left:0px;
}
.map_Compas{
	background-image: url("/geo_/images/map_Compas.png");
	cursor: pointer;
}
.map_valider{
	background:#fff url(image/valid.png) no-repeat center center;
	cursor: pointer;
}
.map_annuler{
	background:#fff url(image/novalid.png) no-repeat center center;	
	cursor: pointer;
}
.map_tools{
	background:#fff url(../geo_/images/map_Compas.png) no-repeat center center;	
	cursor: pointer;
}
.map_clear_zone{
	background:#fff url(/geo_/images/map_clear_zone.png) no-repeat center center;	
	cursor: pointer;
}
.map_rubber{
	background:#fff url(/geo_/images/map_rubber.png) no-repeat center center;
	cursor: pointer;	
}
.map_disp_ico{
	background:#fff url(/geo_/images/map_disp_ico.png) no-repeat center center;	
	cursor: pointer;
}
.map_FS{
	background:#fff url(/geo_/images/map_full_screen.png) no-repeat center center;	
	cursor: pointer;
}
.map_SS{
	background:#fff url(/geo_/images/map_small_screen.png) no-repeat center center;	
	cursor: pointer;
}
@media only screen and (max-width: 810px)  {
	.map_cadre_curseur{
		top:50px;
		font-size:10px;
		text-align:right;
	}
}