
a.info_bulle
{				
  color           : #2F368A;
  text-decoration : none; 
  padding         : 2px 16px 2px 2px; /*Définition des marges intérieures de notre lien */
  /* Définition de l'arrière plan de notre lien */
  /*background      : transparent url('comment.gif') no-repeat right center;*/
  position        : relative; /* Indispensable pour le bon positionnement de l'info-bulle */ 
} 
 
a.info_bulle:hover 
{
  border          : 0;  /* ligne qui corrige le bug d'IE6 et inférieur */
} 

/* Rend invisible tout notre bloc span */
a.info_bulle span.info_bulle 
{								   
  position   :  absolute;
  top        :  -2000em;
  left       :  -2000em;
  width      :  1px;
  height     :  1px;
  overflow   :  hidden; 
} 

/* Rend visible tout notre bloc span et lui attribue une taille */
a.info_bulle:hover span.info_bulle, a.info_bulle:focus span.info_bulle
{
	background-color:#FFFFFF;
	top        :  auto;
	left       :  auto;
	width      :  450px;
	height     :  auto;
	/*overflow   :  visible;*/
	color 	 :  #000000;
	text-decoration : none;
	border: 1px solid #000000;
	padding-bottom: 10px;
}  

span.header
{
   display         : block; 
   /*height          : 35px;  /* Hauteur correspondant à celle de notre image */
   line-height     : 220%;  /* Propriété qui centrera le texte verticalement */
   text-align      : center;
   /*background      : transparent url('./top.gif') no-repeat 0 0; */
   text-decoration : underline; 
   font-weight     : bold;
} 

span.content
{
   display     : block; 
  /* background  : transparent url('./centre.gif') repeat-y;*/
   padding     : 0 8px;
   colo:
}
 

