/* Infobulle */
.tooltip{
    position:absolute;
    z-index:999;
    left:-9999px;
    background-color:#7B849C;
    border:1px solid #fff;
    width:130px;
}

.tooltip p{
    margin:0;
    padding:0;
    color:#fff;
    background-color: #222;
    padding:2px 7px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.cadre {
	position:absolute;
	top:300px; left:300px;
	width:130px;
	padding-bottom:15px;
	display:block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	z-index:5000;
}
.cadre .cadreContenu {
	width:100%; 
	background:#7B849C; 
	color:#fff;
	font-family:tahoma;
	font-size:10px;
	padding:8px 10px 8px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.cadre .cadreFleche{
	position:absolute;
	bottom:0;left:20px;
	width:15px; height:15px;
				
}
.cadre .cadreFleche div{
	font-size:0px;
}
.cadre .cadreFleche .barre10{width:15px;height:1px; background:#7B849C;margin:0 auto; font-size:0px; display:block;} 
.cadre .cadreFleche .barre9{width:13px;height:1px; background:#7B849C;margin:0 auto;display:block;} 
.cadre .cadreFleche .barre8{width:11px;height:1px; background:#7B849C;margin:0 auto;display:block;} 
.cadre .cadreFleche .barre7{width:9px;height:1px; background:#7B849C;margin:0 auto;display:block;} 
.cadre .cadreFleche .barre6{width:7px;height:1px; background:#7B849C;margin:0 auto;display:block;} 
.cadre .cadreFleche .barre5{width:5px;height:1px; background:#7B849C;margin:0 auto;display:block;} 
.cadre .cadreFleche .barre4{width:3px;height:1px; background:#7B849C;margin:0 auto;display:block;} 
.cadre .cadreFleche .barre3{width:1px;height:1px; background:#7B849C;margin:0 auto;display:block;} 
