/**
 * @copyright	Copyright (C) 2009 Cédric KEIFLIN alias ced1870 & Ghazal
 * http://www.ck-web-creation-alsace.com
 * http://www.joomlack.fr.nf
 * @license		GNU/GPL
**/
cite.infotip {
position: relative;
text-decoration: none;
color: black;
/*border-bottom: 1px gray dotted;*/
cursor: pointer;
}
cite.infotip span {
position: absolute;
left:-999em;
/*border:3px solid #909090;*/
width: 366px;
height: 190px;
margin-top:100px;
background-image:url(tooltip_bg.png);
background-repeat:no-repeat;
/*color: #000;*/
}
cite.infotip:hover, cite.infotip.sfhover {
background: none; /* correction d'un bug IE */
z-index: 50000;
}
cite.infotip:hover span, cite.infotip.sfhover span {
display: inline;
left:auto;
position: absolute;
text-align: center;
padding: 0px;
z-index : 60000;
}

