/**
 * @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;
border-bottom: 1px #003366 dotted;
cursor: pointer;
font-style: normal;
}
cite.infotip span {
position: absolute;
left:-999em;
border:3px solid #333;
background:#F8F8F8;
color: #333;
font-size: 12px;
font-weight: normal;
}
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: left;
padding: 5px;
z-index : 60000;
}
