 
a.info_bulle
{				
  color           : #d24e00;
  
  text-decoration : none;
  
  padding         : 2px 2px 2px 2px; 
  
 
  
  
  position        : relative; 
}  
 
a.info_bulle:hover 
{
  border          : 0;  /* corr bug IE6 */
} 


a.info_bulle span.info_bulle, span.info_bulle:hover 
{								   
  position   :  absolute;
  top        :  -2000em;
  left       :  -2000em;
  width      :  1px;
  height     :  1px;
  overflow   :  hidden; 
  z-index:800;
} 


a.info_bulle:hover span.info_bulle, a.info_bulle:focus span.info_bulle
{
  top        :  auto;
  left       :  auto;
  width      :  220px;
  height     :  auto;
  overflow   :  visible;
  padding-left:30px;
  z-index:800;
} 

span.header
{
   display         : block; 
   height          : 35px;  
   line-height     : 220%;  
   text-align      : center;
   background      : transparent url('img/infobulle/top.gif') no-repeat 0 0; 
   font-size       : 15px; 
   font-weight     : bold;
} 

span.content
{
   display     : block; 
   background  : transparent url('img/infobulle/centre.gif') repeat-y;
   padding     : 0 8px;
   text-align:justify;
   font-size: 11px;
} 

span.footer
{
   display     : block; 
   height      : 5px; 
   background  : url('img/infobulle/bot.gif') no-repeat bottom left; 
   font-size   : 0; /* corr bug IE */
}     