/* CSS Document ------------------------------------------------------------------------------- */
/* Mise en forme du site Agence Locale de Tourisme Pays des Combrailles ----------------------- */
/* Déclarations de styles applicables à la recherche géographique ----------------------------- */
/* www.iris-interactive.fr -------------------------------------------------------------------- */


#cartographie {
	position:relative;
}
#map {
	height:558px;
	border:1px solid #979797;
	margin:5px;
}
#maploading {
	display:block;
	width:358px;
	height:49px;
	padding:2px;
	margin:0;
	background:#FFFFFF url(../images/google-maps/progression.gif) no-repeat center 19px;
	position:absolute;
	z-index:30 !important;
	left:-999em;
	top:282px;
	text-align:center;
	border:#CCCCCC 1px solid;
}

#mapInfobulle td {
	font-size:10px;
	color:#000000;
	vertical-align:top;
	}

#mapInfobulle td.img {
	padding:0;
	}

#mapInfobulle td.desc {
	padding:0;
	}

#mapInfobulle #title {
	color:#000000;
	font-weight:bold;
	}

#mapInfobulle #type {
	color:#000000;
	font-style:italic;
	}


/* -------------------------------------------------------------------------------------------- */
/* Google maps */
/* -------------------------------------------------------------------------------------------- */

#mapInfobulle {
	border:2px solid #0072db;
	background-color:#eeeeee;
	width:100%;
	color:#000000;
}
#mapInfobulle span.tel,
#mapInfobulle span.fax,
#mapInfobulle a.mail,
#mapInfobulle a.web {
	padding:2px 0 2px 20px;
}
#mapInfobulle span.tel {
	background:transparent url(../images/telephone.png) no-repeat left;
}
#mapInfobulle span.fax {
	background:transparent url(../images/printer_empty.png) no-repeat left;
}
#mapInfobulle a.mail {
	background:transparent url(../images/email.png) no-repeat left;
}
#mapInfobulle a.web {
	background:transparent url(../images/application_double.png) no-repeat left;
}
/*
#mapInfoBulle .tel {
	background:url(../images/google-maps/phone.png) no-repeat 0 0;
	padding:2px 0 2px 20px;
	}

#mapInfoBulle .mail {
	background:url(../images/google-maps/email.png) no-repeat 0 0;
	padding:2px 0 2px 20px;
	}

#mapInfoBulle .web {
	background:url(../images/google-maps/web.png) no-repeat 0 0;
	padding:2px 0 2px 20px;
	}
*/
#mapInfobulle a.boutongoogle {
	background:url(../images/bg-a-bt.gif) no-repeat left top;
	padding:2px 0 2px 21px;
	color:#FFFFFF;
	text-decoration:none;
	float:right;
	height:17px !important;
}
#mapInfobulle a:hover.boutongoogle {
	background:url(../images/bg-a-bt.gif) no-repeat left bottom;
}
*html #mapInfobulle a.boutongoogle, 
*html #mapInfobulle a:hover.boutongoogle {
	padding:0 0 0 10px;
}
#mapInfobulle a.boutongoogle span {/*
	background:url(../images/bg-a-bt.gif) no-repeat right top;*/
	padding:2px 10px 1px 0;
}
#mapInfobulle a:hover.boutongoogle span {/*
	background:url(../images/bg-a-bt.gif) no-repeat right bottom;*/
}