.infobulle_contenu {
	display: none;
}
#cluetip {
	position: absolute;
	color: #000;
	font-size: 9px;
	font-weight: bold;
	/*z-index: 1001;*/
}
#cluetip-outer {
	position: relative;
	background: url(../img/info_bulle_fleche.gif) no-repeat 0 0;
	width: 216px;
	bottom: 10px;
	right: 10px;
	z-index: 1002;
}
h3#cluetip-title {
}
#cluetip-inner {
	padding: 10px 10px 10px 12px;
	margin: 0 0 0 8px;
	border-top: 1px solid #97999C;
	border-right: 1px solid #97999C;
	border-bottom: 1px solid #97999C;
	background-color: #FFF;
}
span#cluetip-close {
	text-align: right;
	color: #900;
}
#cluetip-close img {
	border: 0;
}
