@CHARSET "ISO-8859-1";

body { margin: 0; padding: 0; font-size: small; color: #333 }

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	background: url('../images/bulle.PNG');
}



#tooltip.fancy {
	background: url('../images/bulle.PNG');
	padding-top: 5em;
	height: 100px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 1.1;
}
#tooltip h3, #tooltip div { margin: 0; }
