/* CSS Document */
.facture {
	position: relative;
	}
a img {
	border: 0;
	}
.pastille {
	position:absolute;
	z-index: 1;
}
span.pastille,span.bulle.span.entete,span.detail {
	display:block;
}
.pastille a {
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
.pastille a span {
	visibility: hidden;
	text-decoration: none;
}
.pastille a:hover span {
visibility: visible;
	display:block;
	text-decoration: none;
}
.pastille a:hover {
	display:block;
}
.bulle {
	position: absolute;
	left: -5px;
	top: -9px;
	border: 3px solid #961e00;
	z-index: 90;
	}
.entete {
	background-image: url(../images/blank.gif)
	}
.detail {
	border-top: 3px solid #961e00;
	background-color: #ededed;
	color: #000000;
	padding: 7px 11px;
	z-index: 91;
	}
.detail .titreBulle {
	color: #961e00;
		}	

.detail span {
	margin: 0  0  9px  0;
		}
.detail .titreBulle {
	margin: 0;
		}

strong.cercle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	visibility: visible;
	width: 23px;
	height: 29px;
	padding-top:4px;
	text-align: center;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 11px;
	background-image:url(../images/bgpastille.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
strong.petitCercle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	visibility: visible;
	width: 18px;
	height: 23px;
	padding-top:1px;
	text-align: center;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 9px;
	background-image:url(../images/bgpastille_petit.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
	
