#tooltip {
	position: absolute;
	z-index: 9999;
	color: #E5DFE5;
	max-width: 400px;
}
 
#tooltip .tipHeader {
	height: 8px;
}
 
/* hack IE */
*html #tooltip .tipHeader {margin-bottom: -6px;}
 
#tooltip .tipBody {
	background-color: #437C93;
	padding: 5px;
	text-align: left;
	margin: 15px 0 0 -120px;
}
 
#tooltip .tipFooter {
	height: 8px;
}

.img_infobulle_infos {
	height: 27px;
	vertical-align: middle;
}