/*Feuille de style speciale info-bulles, merci a Alessandro Fulciniti (http://web-graphics.com) */

.tooltip {
	width: 250px;	
	color:#FFF;
	font: lighter 0.8em/1.3em Arial,sans-serif;	
	text-decoration: none;
	z-index: 100;
}

.tooltip span.top {
	
	padding: 15px 20px 0;
	min-height: 5px;
	_height: 5px;	
	color:#FFF;
	font-weight: bold;
	background: url(../img/design/infobulles.gif) no-repeat top left;
}

.tooltip b.bottom {
	padding: 2px 15px 40px;
	color: #0b5593;
	background: url(../img/design/infobulles.gif) no-repeat bottom left;
}