span.fx-bulle div {
	position: relative;
	display: none;
	padding: 0;
	margin: 0;
	font-size: 10px; 
	font-family: Geneva, Verdana, sans-serif;
	color: #000;	/* Couleur typo dans la bulle */
	}
span.fx-bulle div.fx-bulle-wrapper div {
	display: block;
	}
span.fx-bulle div.fx-bulle-wrapper  {
	width: 220px;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 1000;
	}
	
span.fx-bulle div.fx-bulle-wrapper div.fx-bulle-top {
height:0px !important;
	}

span.fx-bulle div.fx-bulle-wrapper div.fx-bulle-content {
	min-height: 35px;
	height: auto !important;
	height: 44px;
	margin: 0 0 0 0px;
	padding: 10px;
	background-color:#dfeff4; /*#faf6e2;*/
	border: #8fc3d7 2px solid; /* Couleur contour bulle */
	}
	
span.fx-bulle div.fx-bulle-wrapper div.fx-bulle-bottom {
height:0px !important;
	}

span.fx-bulle div.fx-bulle-wrapper div.fx-bulle-bottom-left {
width:0px !important;
	}
	



