/*Cascading Style Sheets of ImaGesHeberG InfosBulles */

.tip {
 color:#FFF;
 width:170px;
 z-index:13000;
}
 
.tip-title {
 font-weight:bold;
 font-size:11px;
 margin:0;
 min-height:10px;
 color:#9FD4FF;
 padding:8px 8px 4px;
 background:url(images/bubble_170.png) top left;
}
 
.tip-text {
 font-size:11px;
 padding:4px 8px 8px;
 background:url(images/bubble_170.png) bottom right;
 text-align:justify;
}

.custom .tip {
 color:#FFF;
 width:250px;
 z-index:13000;
}
 
.custom .tip-title {
 font-weight:bold;
 font-size:11px;
 margin:0;
 min-height:10px;
 color:#9FD4FF;
 padding:8px 8px 4px;
 background:url(images/bubble_250.png) top left;
}
 
.custom .tip-text {
 font-size:11px;
 padding:4px 8px 8px;
 background:url(images/bubble_250.png) bottom right;
 text-align:justify;
}