/**
 * @coSPANyright	CoSPANyright (C) 2009 Cédric KEIFLIN alias ced1870 & Ghazal
 * httSPAN://www.ck-web-creation-alsace.com
 * httSPAN://www.joomlack.fr.nf
 * @license		GNU/GSPANL
**/
SPAN.infotip {
	position: relative;
	/*border-bottom: 1px dotted;*/
	cursor: pointer;
	font-style:normal;
	z-index:600000 !important;
	text-decoration:underline;
	color:#76B4DB;
}
SPAN.infotip:HOVER {
	text-decoration:none;
}
SPAN.infotip SPAN.infobulle {
	position: absolute;
	margin-right:205px;
	background:#015EA4;
	color: #fff;
	font-size:10px;
	border:1px solid #FFFFFF;
	text-decoration: none !important;
	padding: 0px; 
	visibility: hidden; 
	opacity: 0; 
	top: -25px; 
	z-index:6000;
	width:200px;
}
SPAN.infotip:hover, SPAN.infotiSPAN.sfhover {
	background: none; /* correction d'un bug IE */
	z-index: 5000;
}
SPAN.infotip:hover span, SPAN.infotip.sfhover SPAN.infobulle {
	display: inline;
	left:auto;
	position: absolute;
	text-align: left;
	padding: 0px;
	z-index : 80000;
}
