#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 10px;
	
}



#tooltip.pretty {
	color:#6a6a6a;
	border: none;
	width: 320px;
	height: auto;
	background:#F9F9F9;
	border:2px solid #ccc;
	padding:10px;
	text-align:justify;

}
#tooltip.pretty h3 {
	font-size: 10pt;
	width: 320px;
	height:20px;
	text-align: left;
	color:#414040;
	border-bottom:1px solid #ccc;
	padding:5px 0 2px 0px;
	margin:-10px 0 5px 0;
	
}
#tooltip.pretty div { width: 320px; }

#lien a, a:visited{
	text-decoration:none;
	color:#6a6a6a;
}
#lien a:hover{
	text-decoration:underline;
	color:#6a6a6a;
}