@charset "utf-8";
/* CSS Document */

/* tooltip styling. uses a background image (a black box with an arrow) */ 


div.tooltip {  
    font-size:14px;
    background-image:url(../images/navig/infobulle.png);
	background-repeat:no-repeat;
    font-size:11px;;
    display:none; 
    color:#FFF;
	width:310px;
} 
 
/* tooltip title element (h3) */ 
div.tooltip h3 { 
    margin:0; 
    font-size:12px; 
    color:#FFF; 
}



