#bubble_tooltip{
	width:190px;
	position:absolute;
	top:-20px;
	display:none;
	z-index:10000;
}
#bubble_tooltip .bubble_top{
	width: 190px;
	height: 23px;
	cursor:move;
	z-index:10000;
}
#bubble_tooltip .bubble_middle{
	width: 177px;
	background-image: url(../fondInfobulle.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
	z-index:10000;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:0px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
	z-index:10000;
}
#bubble_tooltip .bubble_bottom{
	width: 190px;
	height: 20px;
	z-index:10000;
}
#bubble_tooltip .fondLeft {
	font-family: Arial, Helvetica, sans-serif;
	width:auto;
	z-index:10000;
}
#bubble_tooltip .coinBasLeft {
	float: left;
	height: 14px;
	width: 10px;
	z-index:10000;
}
#bubble_tooltip .coinRightBas {
	float: left;
	height: 14px;
	width: 10px;
	z-index:10000;
}
#bubble_tooltip .middleBottom {
	float: left;
	width: 100%;
	z-index:10000;
}
#bubble_tooltip .leftHeader {
	float: left;
	width: 148px;
	height: 23px;
	background-image: url(../coinLeftHaut.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	z-index:10000;
}
#bubble_tooltip .rightHeader {
	height: 23px;
	width: 42px;
	float: left;
	background-image: url(../coinRightHaut.png);
	background-position: right 0px;
	background-repeat: no-repeat;
		cursor:pointer;
		z-index:10000;

}
#bubble_tooltip .fermer {
	height: 14px;
	width: 8px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	position: relative;
	top: 5px;
	cursor:pointer;
	z-index:10000;
}
