/* Auteur: Conception-siteweb */
/* Site web: conception-siteweb */
/* Ne mettre qu'une seule div "bulle" par page
/* Version: 1.03 */

#bulle { 
position: absolute; 
visibility: hidden;  
font-size:12px;
}
.infog{ 
position : absolute;
border:0px solid #cdc078; 
padding: 0px; 
color:#cdc078 
background-color:#eee8aa; 
font-family:"trebuchet MS";
font-size:250%;
font-weight:bold;
text-align:center;
top: 0px
}

.infoh{ 
position : absolute;
border:0px solid #cdc078; 
padding: 0px; 
color:#cdc078 
background-color:#eee8aa; 
font-family:"trebuchet MS";
font-size:250%;
font-weight:bold;
text-align:center;
top: -600px

}

.info{ 
position : absolute;
border:0px solid #cdc078; 
padding: 0px; 
color:#cdc078 
background-color:#eee8aa; 
font-family:"trebuchet MS";
font-size:250%;
font-weight:bold;
text-align:center;
top: 0px
}
