#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	opacity: 0.85;
	font-size:11px;
	font-family: Arial, Helvetica,sans-serif;
	text-align: left;
}
#tooltip div { margin: 0px; font-family: Arial, Helvetica,sans-serif;}

#tooltip.pretty {
	font-family: Arial;
	border: none;
	/*width: 280px;*/
	max-width: 320px;
	margin:0px;
	padding:0px;
	opacity: 0.9;
	background: #eee;
}
#tooltip.pretty h3 {
	margin: 5px 10px 10px 10px;
	/*width: 260px;*/
	color:#771C21;
	text-align: left;
}
#tooltip.pretty div.infotexte {
	/*width: 260px;*/
	text-align: left;
	padding:0px;
	margin:0px 10px 10px 10px;
}

#tooltip div.localisation {
	font-weight:700;
	color:#333;
	/*background:#BEDECF;*/
	background:#E6E6E6;
	margin:0px;
	/*width: 260px;*/
	padding:10px;
text-align: left;
}
#tooltip p {
	padding:0px;
    text-align: left;
}

