.bubble {
    width: 202px;
    position: absolute;
    display: none;
    z-index: 100;
}
.bubble .content_overlay {
    width: 172px;
    background: white;  
    padding: 10px 10px 7px 8px;
    font: 11px Arial, Arial, Helvetica, sans-serif;
    border: #aaa 1px solid;
    border-bottom: none;             
}
.bubble .txt_overlay {
    width: 171px;
    color: #4b4b4b;
}
.bubble .line_overlay {
    background:url(/resources/images/interface/maps/ligne_horizon.gif) no-repeat;
    width: 171px;
    height: 1px;
    margin: 7px 0;
}
.bubble .arrow_overlay {
    background: url(/resources/images/interface/maps/overlay_arrow.gif) no-repeat;
    background-position:-15px 0;
    width: 192px;
    height: 11px;
}
.clear_both {
    clear: both;
}

.tooltip_element {
	border:1px solid #aaa;
	padding:4px;
	position: absolute;
	z-index:200;
	background:rgb(255,255,255);
	background:rgba(255,255,255,0.9);
	margin-right:10px;
}