.legende {
    font-family:'Times';
    font-size:9pt;
    font-weight:bold;
    color:#FFFFFF;
}

.texteCourant {
    font-family:'Times';
    font-size:12pt;
    font-weight:bold;
    color:#FFFFFF;
}

.texteCritique {
    font-family:'Times';
    font-size:12pt;
    font-weight:bold;
    color:#df9d00;
    text-align:justify;
}

.texteAuteur {
    font-family:'Times';
    font-size:12pt;
    font-weight:bold;
    color:#FFFFFF;
    text-align:right;
}

textarea {
    border-width : 2px;
    border-color : #FFFFFF;
    background : #000000;
}

input {
    border-width : 2px;
    border-color : #FFFFFF;
    background : #000000;
}



.legende2 {
    font-family:'Times';
    font-size:20pt;
    font-weight:bold;
    color:#FFFFFF;
}

.titre {
    font-family:'Times';
    font-size:20pt;
    font-weight:bold;
    color:#df9d00;
}

table {
border-collapse: collapse 
}
a:link { color: #7585d3; text-decoration: none }
a:visited { color: #7585d3; text-decoration: none }
a:hover { color: #49579a; text-decoration: none }
