.tableDraft tr td, .tableDraft tr th{
    padding: 5px;
    border: 2px solid black;
}
.tableDraft{
    border-collapse: collapse;
    border-radius: 10px;
}
.choix{
    text-align: center
}
#draftSection h1{
    text-align: center;
}
.nomChoix{
    cursor: pointer;
}

.ballotage{
    text-align: center;
    margin: auto;
}
.relache{
    text-decoration: line-through;
}