/* fond violet clair : rgb(233,243,255) */
/* bord violet foncé : rgb(213,213,246) */


TABLE.cadre_haut {
    border-top: 0px rgb(0,0,0) solid;
    border-bottom: 1px rgb(153,153,153) solid;
    border-left: 0px rgb(0,0,0) solid;
    border-right: 0px rgb(0,0,0) solid; 

    width: 750px;

    margin-top: 10px;
}

TABLE.cadre_haut TD {
    border: 0px rgb(0,0,0) solid;
}

TABLE.cadre_haut TD.titre_haut {
    border-top: 0px rgb(0,0,0) solid;
    border-bottom: 1px rgb(153,153,153) solid;
    border-left: 0px rgb(0,0,0) solid;
    border-right: 0px rgb(0,0,0) solid; 
}

TABLE.cadre_haut TD.infos_expo {
    background: rgb(255,255,255);
 
    border: 1px rgb(153,153,153) solid;

    text-align: right;

    color: #000000;
    font-weight: normal;
    font-family: Century Gothic, Verdana,  arial;
    font-size: 13px;

    margin: 10px;
}


TABLE.cadre_milieu {
    border-top: 0px rgb(0,0,0) solid;
    border-bottom: 1px rgb(0,0,0) solid;
    border-left: 0px rgb(0,0,0) solid;
    border-right: 0px rgb(0,0,0) solid; 

    width: 750px;

    font-weight: normal;
    font-family: fixed;
    font-size: 13px;

}
