.PopUpMask {
    background-color: #888888;
    filter:alpha(opacity=10);
    -moz-opacity:0.1;
    opacity: 0.1;
}

.RequestMask {
    cursor: "not-allowed";
    filter:alpha(opacity=0);
    -moz-opacity:0.0;
    opacity: 0.0;
}

.harvest_close {
    width: 14px;
    height: 14px;
    background: transparent url(../../../images/buttons/actions/ico_fermer_popup.gif) no-repeat center right;
    top:4px;
    right:5px;

}

.harvest_title {
    font-weight : bold;
    font-size:12px;
    color: #044D93;
}

.harvest_header
{
    border-bottom:2px solid #C8C8C8;
    background-color: #CAE2FA;
}

.harvest_content {
    color: #000000;
    background-color: #F8F8F9;
}

.dialog {
    background-color: #FFFFFF;
    border:2px #C8C8C8 outset;
}

/* ######################################################### */
/* #                                                        # */
/* #       styles propres à AXA                             # */
/* #                                                        # */
/* ######################################################### */


div.bandeau
{
    background-color:#CAE2FA;
}

.bouton-texte
{
    color:#044D93;
}

.window_ok_button, .window_no_button, .window_cancel_button
{
    background-color:#D2D2D2 !important;
}
        

