/* CSS DEBUT InfoBulle */
.boToolTipTitle {text-align:left;font-family:Verdana;font-size:14px;color:#F70008;font-weight:bold;padding:5px 5px 0px 5px;}
.boToolTipDesc  {text-align:justify;font-family:Verdana;font-size:10px;color:#000000;font-weight:bold;padding:5px 5px 5px 5px;line-height: 14px;min-height:123px;}
.boToolTipImg   {border: 1px solid #e2239c;margin-right: 5px;}


/* Rend invisible tout notre bloc span */
a.boToolTipPanel span
{								   
    position       :  absolute;
    top            :  -2000em;
    left           :  -2000em;
    width          :  1px;
    height         :  1px;
    overflow       :  hidden; 
    background     :  #E29EE0;   /* Définition du fond, sinon on a le même que notre lien */
    border         :  1px solid #000000; /* Définition des bordures */
}   
a.boToolTipPanel
{				
  color           : #000000; /* Couleur de notre lien */
  font-size       : 14px;   /* Taille de la police */
  
  text-decoration : none;    /* Aucun soulignement du texte */
  padding-left:30px;margin-left:30px;padding-top:10px;margin-top:10px;vertical-align:center;
  
  
  /* Définition de l'arrière plan de notre lien */
  background      : transparent url('comment.gif') no-repeat right center;
}  
/* Rend visible tout notre bloc span et lui attribue une taille */
a.boToolTipPanel:hover span, a.boToolTipPanel:focus span
{
    top        :  auto;
    left       :  auto;
    width      :  430px;
    height     :  auto;
    overflow   :  visible;
    margin-top:2em;
}

a.boToolTipPanel:hover 
{
  border : 0;  /* ligne qui corrige le bug d'IE6 et inférieur */
} 

/* CSS FIN InfoBulle */

