@charset "utf-8";
/* CSS Document */

#cont {
	margin:0 auto;
	padding:0;
	width:950px;
  border-top:1px #ef9e00 solid;
  border-bottom:1px #ef9e00 solid;
  margin-bottom:20px;
}

/* Carte */
#map {
  background-repeat:no-repeat;
	background-size:900px auto;
	width:900px;
	position:relative;
  border:25px solid #e9e9f0;
}


/* Infobulles */
.infobulle {
	display:none;
	width:340px;
	background:white;
	padding:5px 0px;
	position:absolute;
	box-shadow:0px 1px 3px rgba(0,0,0,0.6);
	margin-left: 15px;
  margin-top: 2px;
  z-index:10000;
}
.infobulle h3 {font-weight:bold; padding:0 0 4px; border-bottom: 1px solid black; margin: 0;}
.infobulle p {float:left; width:200px; font-size:12px;line-height:1.05em;}
.infobulle img {float:left; width:100px;}
.infobulle a {margin-top:10px;float:left;}
.content p {text-align:left;}

/*#map div:hover .infobulle {display:block;}   */

.infobulle li {
	display:inline-block;
	width:310px;
	padding:10px 15px;
  margin-left: 0 !important;
}
.infobulle li:nth-child(2n) {background:#eee;}

/* VILLES */
.ville {
	width:15px;
	height:15px;
	border-radius:5px;
	position:absolute;
	top:0;
	left:0;
	display:block;
}
a.estaing-espalion-saintcome { width:30px;}

.saugues {top:43px; left:846px;}
.estaing-espalion-saintcome {top:121px; left:729px;}


/*Liste communes*/
.liste-communes {text-align:center;}

/*********** REPONSIVE ****************/

#cont {width:100%;}
#map {border:none;}