/* CSS Document --------------------------------------------------------------------------------*/
/* Mise en forme du site Auvergne Terre Cyclo --------------------------------------------------*/
/* www.iris-interactive.fr ---------------------------------------------------------------------*/

#mapInfobulle td {
	font-size:10px;
	color:#999999;
	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;
	}

#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 .spacer {
	width:100%;
	clear:both;
	font-size:1px;
	height:1px;
	border-bottom:1px solid #eeeeee;
}