.link_bulle {
	cursor: default;
	color: gray;
	border-bottom: 1px dotted #782814;
}

.infos_bulle {
	z-index: 500;
	position: absolute;
	top: -999px;
	visibility: hidden;
	font: normal 10px Verdana, Arial;
	color: #fff;
	padding: 8px;
	border: 1px solid #782814;
	background-color: #A8371C;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90); 
}
