.MDListeGauchebl {
    LEFT: 0px; POSITION: absolute ; z-index:15000; 
}

.MDListeDroitebl {
    RIGHT: 0px; POSITION: absolute ; z-index:15000;
}



.MDListeConteneur {
    WIDTH: 1040px; POSITION: relative; HEIGHT: 150px
}
.MDListeGauche {
    LEFT: 20px; TOP: 75; POSITION: absolute  ; z-index:16000;
}

.MDListeDroite {
    RIGHT: 10px; TOP: 75;POSITION: absolute  ; z-index:16000;
}



.MDListeCentre {
    MARGIN-LEFT: 15px; OVERFLOW: hidden; MARGIN-RIGHT: 15px; POSITION: relative; HEIGHT: 150px; cursor: pointer;
}
#scroll-conteneur {
    LEFT: 0px; WIDTH: 6200px; POSITION: absolute
}

     
    #dhtmlgoodies_tooltip{
        background-color:#2C8BD5;
        border:1px solid #000;
        position:absolute;
        display:none;
        z-index:20000;
        padding:2px;
        font-size: 8pt;
        -moz-border-radius:6px;    /* Rounded edges in Firefox */
        font-family: Tahoma;
        color:#FFF;
        
    }
    #dhtmlgoodies_tooltipShadow{
        position:absolute;
        background-color:#CCC;
        display:none;
        z-index:10000;
        opacity:0.7;
        filter:alpha(opacity=70);
        -khtml-opacity: 0.7;
        -moz-opacity: 0.7;
        -moz-border-radius:6px;    /* Rounded edges in Firefox */
    } 