@CHARSET "ISO-8859-1";

.dojoDialog .titreDialog {
    width:500px;
    text-align:center;
    font-weight:bolder;
    font-size:11pt;
    background: #eee;
    padding:5px 0px 5px 0px;
}

.dojoDialog .divlisteAgence {
    height:300px;
    width:500px;
    overflow:scroll;
}

.dojoDialog .listeAgence {
    width:480px;
    
}

.dojoDialog .listeAgence td {
    padding:10px;
    border-bottom:1px solid #307BC1;
}

.dojoDialog .nomAgence {
    font-weight:bolder;

}
