table.tableAgendaInfo {
    font-family: Tahoma, Arial;
    font-size: 9pt;
}

tr.trAgendaInfo {
    height: 25px;
}

td.tdAgendaInfo_titre {
    font-weight: bold;
}

td.tdAgendaOnglet {
    text-align: center;
    vertical-align: middle;
    background: url(/images/onglet.png);
    background-repeat: no-repeat;
    font-family: Tahoma, Arial;
    font-size: 18pt;
    color: #d2232a;
    font-variant: small-caps;
    letter-spacing: 5px;
}

td.tdAgendaCoinHautGauche {
    background: url(/images/coinHautGauche.png);
}

td.tdAgendaCoinHautDroite {
    background: url(/images/coinHautDroite.png);
}

td.tdAgendaCoinBasGauche {
    background: url(/images/coinBasGauche.png);
}

td.tdAgendaCoinBasDroite {
    background: url(/images/coinBasDroite.png);
}

td.tdAgendaHaut {
    border-top: 1px solid #d2232a;
}

td.tdAgendaMilieu {
    border-left: 1px solid #d2232a;
    border-right: 1px solid #d2232a;
}

td.tdAgendaBas {
    border-bottom: 1px solid #d2232a;
}

div.divAgendaListe {
    margin-left: 10px;
    font-family: Tahoma, Arial;
}

div.divAgendaListe_titre {
    font-size: 9pt;
    font-weight: bold;
}

div.divAgendaListe_texte {
    font-size: 8pt;
}

textarea#activites {
    background-image: url(/images/activites.png);
    background-repeat: no-repeat;
    background-position: center;
    color: #000000;
}

textarea#commentaires {
    background-image: url(/images/commentaires.png);
    background-repeat: no-repeat;
    background-position: center;
    color: #000000;
}
