 a.bulleparts
{  text-decoration : none; 
  /* Définition de l'arrière plan de notre lien */
  background      : transparent url('v.gif') no-repeat right center;
  position        : relative; /* Indispensable pour le bon positionnement de l'info-bulle */ 
}  
 a.bulleparts:hover 
{  border          : 0;  /* ligne qui corrige le bug d'IE6 et inférieur */} 
/* Rend invisible tout notre bloc span */
a.bulleparts span.bulleparts
{ position   :  absolute;
  top        :  -3000em;
  left       :  -3000em;
  width      :  -3000px;
  height     :  -3000px;
  overflow   :  hidden; } 
/* Rend visible tout notre bloc span et lui attribue sa place et son image par span. */
a.bulleparts:hover span.bulleparts, a.bulleparts:focus span.bulleparts
{  top       : -35px !important; top : -10px;
  left       :  1px;
  width      :  110px;
  overflow   :  visible;} 

span.eur
{  display     : block; 
   background  : transparent url('partenaires/ar_europe2008.jpg') repeat-y;
   padding     : 0 1px; } 
span.reg
{  display     : block; 
   background  : transparent url('partenaires/occitanie-2.gif');
   padding     : 0 1px; } 
span.cgg
{  display     : block; 
   background  : transparent url('partenaires/ar_cgg-3.jpg') repeat-y;
   padding     : 0 1px; } 
