#infobulle_tooltip{
	width:63px;
	position:absolute;
	float:left;
	display:none;
	z-index:101px;
	color:#fff;
	text-align:center;
}
#infobulle_tooltip .infobulle_top{
	background:url(../pic/infobulle_top.gif);
	background-repeat:no-repeat;
	height:7px;	
}
#infobulle_tooltip .infobulle_middle{
	/*background-image: url('../pic/infobulle_middle.gif');*/
	background:#262626;
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#infobulle_tooltip .infobulle_middle span{
	position:relative;
	/*top:-8px;*/
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#infobulle_tooltip .infobulle_middle span a{
	color:#fff;
}

#infobulle_tooltip .infobulle_bottom{
	background:url(../pic/infobulle_bottom.gif);
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:31px;
	position:relative;
	/*top:-6px;*/
}
