@charset "utf-8";
.tofsCadre {
	border: 1px solid #FFF;
}

.TitreBulles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #800000;
	float: left;
	background-color: #FFF;
	height: 16px;
	width: 247px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.txtCadre01 {
	float: left;
	margin-top: 7px;
	width: 250px;
}
.txtCadre02 {
	float: left;
	margin-top: 4px;
	border-top: 1px dotted #FFF;
	padding-top: 2px;
	width: 250px;
}


a.info      span.fd {
    display: none;
}
a.info:hover   span.fd { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	width:252px;
	background-color:#800000;
	color:#FFF;
	text-align: left;
	padding: 10px;
	border: 1px solid #FFF;
	top: 32px;
	height: 208px;
	left: -126px;
	font-size: 9px;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
}



a.info{
	position:relative; /*this is the key*/
	z-index:2;
	text-decoration:none;
}

a.info:hover{
	z-index:10;
}
