

/** Infobulle **/

#tooltip {
	position: absolute;
	z-index: 9000;
	border: 0px;
	background: transparent url('../images/infobulle.png') top left no-repeat;
	padding: 5px;
	opacity: 0.85;
	text-align: left;
	width: 187px;
	height: 27px;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-weight: normal;
	color: #000000;
	background : none;
}

