.link_bulle {
cursor: help;
color: gray;
}
.link_bulle img { vertical-align: middle; }
.infos_bulle {
	z-index: 500;
	position: absolute;
	top: -999px;
	visibility: hidden;
	font: normal 10px Verdana, Arial;
	color: #990000;
	padding: 8px;
	border: 1px solid #990000;
	background-color: #FFF1B9;
	/*opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);*/
}
div.information {
	width: 615px;
	color: #990000;
	margin-bottom: 1.2em; background: #FFF1B9 url(images/bgInformations.gif) no-repeat left bottom;
	padding-bottom: 14px; font-size: 0.9em;
}
div.information h4 { padding: 0.5em 0.7em 0.2em 0.7em; margin: 0 0 0.2em 0;
background: url(images/bgInformations.gif) no-repeat;
	 }
div.information p { padding: 0 0.7em 0.8em 0.7em; margin: 0;
	background: #FFF1B9; }

