/* Design (images) by Ouaz
http://www.ouaz-studio.com
Pour http://www.kitgraphique.net

Découpage, modifications et CSS par Konnecting
http://www.konnecting-entertainment.com
Pour Narus http://www.narys.fr

CSS de http://www.a-vos-cas.com
Le 23 mars 2008

global/autre.css
*/

/* Les infobulles */
a.aide:hover
{
  cursor : help;
}
a.infobulle 
{
  position : relative;
}
a.infobulle span 
{
  display : none;
}
a.infobulle:hover 
{
  background : none;
  z-index : 500;
}
a.infobulle:hover span 
{
	font-family : Verdana, sans-serif;
	font-size : 10pt;
  display : inline; 
  position : absolute;
  white-space : nowrap;
  top : 30px;
  left : 20px;
  background-color : #fffbe5;
  color : #000000;
  padding : 5px;
  border : 1px solid #900606;
  border-left : 4px solid #900606;
  text-align : left;
}
