<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#tableau_resultat{
    width: 590px;
    margin-top: 10px;
    margin-bottom: 10px;
}
table tr th{
    font-size: 12px;
    font-family: arial;
    padding: 5px;
    border-bottom:3px solid #ff8a00;
}
table tr td{
    font-size: 12px;
    font-family: arial;
    padding: 5px;
}
#info_course h2{
    font-family: 'PoliceGrosTitre';
    font-size: 21px;
    font-weight: normal;
    margin:0;
    padding: 0;
    border: 0;
    color:#ff8a00;
    position: absolute;
    margin-top: -35px;
    margin-left: -2px;
        
}
#info_course{
    position: absolute;
    width: 348px;
    min-height: 150px;
    margin-left: 600px;
    margin-top: 15px;
    padding-left: 25px;
    padding-top: 55px;
    background-image: url(images/information_course_2.png);
    background-repeat:no-repeat;
    background-position: top left;
    font-family: Arial;
    font-size: 12px;
    color:#7f7f7f;
}
#info_course table tr td{
    color:#7f7f7f;
}
#tableau_resultat tr td a{
    text-decoration: none;
    color:#000;
}
table tr td.centrer{
    text-align: center;
}
#contenu_interne{
    width:580px; height: 300px;
}
html&gt;body #contenu_interne {
    height: inherit;
    min-height: 300px;
}</pre></body></html>