
#titre_fsante{
	background: #FFF url(/images/common/fd-titre-fichesante.jpg) no-repeat left;
	padding-left:5px;
	width:229px;
	color:#FFFFFF;
	font-weight:bold;
}
#titre_fsante_fdbleu{
	background: #DCE8EB url(/images/common/fd-titre-fichesante2.jpg) no-repeat left;
	padding-left:5px;
	width:229px;
	color:#FFFFFF;
	font-weight:bold;
}
#details_infos_fichesante{
	background-color:#DCE8EB;
}

/*
 INFO BULLE quand les titres sont trop long
*/
span.info {  
      position:relative; /* Très important */  
      z-index:10;   
      padding-left:5px;
	width:229px;
	color:#FFFFFF;
	font-weight:bold;
      
  }  
span.info:hover {  
      z-index:20;   
  }  
span.info span {  
      display:none;    
      color:#000;
      font-weight:bold; 
  }  
span.info:hover span {
      display:block;  
      position:absolute;  
      top:18px;   
      left:10px;  
      padding-left:25px;  
      padding-top:24px;   
      padding-bottom:5px;  
      padding-right:8px;  
      width:205px;  
      height:45px;  
      text-decoration:none;  
      text-align:justify;  
  }  
/* Pour avoir un beau background de bulle avec PNG   transparent*/  
  span.info:hover>span { background-image:url(/images/common/bt_infobulle.png);}  
  span.info:hover span {   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/common/bt_infobulle.png",sizingMethod="crop");} 
  
