/* CSS Document */
.infos_bulles
{
	position: absolute;
	visibility: hidden;
	padding: 4px;
	text-align:left;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #B5AB54;
	border-bottom:1px solid #B5AB54;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #000000;
	background-image: url(../img/bg_etiquette.gif);
	background-repeat: repeat-y;
	background-color: #F4EFE3;
	width:260px;
	z-index:1000;
}


.lienBulle {
	cursor: help;
	background-color: #F4EFE2;
	background-image: url(../img/bg_lien_etiquette.gif);
	background-repeat: repeat-y;
	padding: 0px 5px 0px 5px;
	border-bottom: solid 1px #B5AB54;
	white-space: nowrap;
}


a.vertIb:visited {
	color: #567C27;
	text-decoration: none;
}
a.vertIb:link {
	color: #567C27;
	text-decoration: none;
}
a.vertIb:hover {
	color: #009933;
	text-decoration: none;
}