body{
    font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
    font-size: 11px;
}
table{
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    border-collapse: collapse;
    font-size: 15px;
    
}
.entetetableau{
    /*background-color: rgba(136, 120, 120, 0.68);*/
    background-color: #8ec63f;
    color: white;
    font-weight: bold;
}

td{
    padding: 2px 10px 2px 10px;
    text-align: center;

}

.ligne0{
    background-color: white;
    
}
.ligne1{
    background-color: #ecece3;
}
.texteclassement{
    font-size: 12px;
}
.titresexecateg{
    text-align: center;
    padding: 5px 0 10px 0;
    font-size:x-large ;
    font-weight: 700;
}
.titresexe{
    text-align: center;
    font-size:xx-large ;
    font-weight: 700;
    vertical-align: middle;
}
.titrecourse{
    font-size: xx-large;
    font-weight: 900;
}
.distance{
    font-size:medium;
    font-weight: 100;
}
.tableheader{
    margin-bottom: 30px;
}
.tabletitle{
    margin-top: 5px;
}
.tabletitlesexe{
    margin-top: 40px;
    background-color: #8ec63f;
    color: white;
}