div#consignes {
    background-color:#FFCC00;
}
div#bascule {
    background-color:#FFCC00;
    border=1;
    text-align:left;
}
div#gestion_legende {
    background-color:#FF5548;
    border=2;
    text-align:left;
}
div#idBulle {
text-align: center;
width: 160px;
display: none;
position: absolute;
z-index : 1;
background-color: #DAA520;
padding: 2px;
margin: 2px;
border-style: ridge;
border-width: 3px;
border-color: #F4F49C;
font-family: Arial;
font-size: 8pt;
cursor: pointer;
}
#dvLoading { 
background:#000 url(images/loader.gif) no-repeat center center;
height: 100px;
width: 100px;
position: fixed;
z-index: 1000;
left: 50%;
top:50%;
margin: -25px 0 0 -25px;

 }