#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 300px;
	border-bottom: solid #d0d0d0 2px;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/

	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
	background-image: url(../images/pix_bulles.gif);
	font-family: Arial, Helvetica, sans-serif;
	color:#13235b;
	font-size: 11px;
	text-align: justify;
	filter: Alpha(Opacity=90);
}
#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
