 a.bullep
{  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.bullep:hover 
{  border          : 0;  /* ligne qui corrige le bug d'IE6 et inférieur */} 
/* Rend invisible tout notre bloc span */
a.bullep span.bullep 
{ 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.bullep:hover span.bullep, a.bullep:focus span.bullep
{ top        :  auto;
  left       :  1px;
  width      :  115px;
  overflow   :  visible;} 

span.bleu
{  display     : block; 
   background  : transparent url('partenaires/francebleu115-2.jpg') repeat-y;
   padding     : 0 1px; } 
span.eur
{  display     : block; 
   background  : transparent url('partenaires/ar_europe2008.jpg') repeat-y;
   padding     : 0 1px; } 
span.reg
{  display     : block; 
   background  : transparent url('partenaires/ar_region2.jpg');
   padding     : 0 1px; } 
span.cgg
{  display     : block; 
   background  : transparent url('partenaires/ar_cgg-3.jpg') repeat-y;
   padding     : 0 1px; } 
span.ccu
{  display     : block; 
   background  : transparent url('partenaires/ar_ccu.jpg') repeat-y;
   padding     : 0 1px; } 
