#map1,
#map2 {
	/*float: left;*/
	display: inline-block;
	clear: both;
}
#map1 img,
#map2 img,
#map1 area,
#map2 area{
cursor: default; display: block;
}
.toto {
    fill:transparent;/*#be1622; rgba(190,22,34,0.45);*/
    stroke: transparent;
    stroke-width: 2px;
	cursor:crosshair;
}
.tutu{
	background-color: aqua;

}

#carte_14_diff2 area{
	display: block;
	background-color: aqua;
	visibility: visible;
}
#resultats{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:500;
}

#carte{
	margin-top: 5%;
}
@media screen and (max-height:770px) {
#carte{
	margin-top: 0%;
}	
}