body {
    font-family: Arial, Tahoma, Helvetica, sans-serif ;
}

#textScore {
    font-size: 0.8rem;
}

#textScore {
    width: 2.7rem;
}

form {
    border: solid;
    padding: 0.8rem;
    border-width: 3px;
    border-radius: 10px;
}

.flexCenter{
    display: flex;
    justify-content: center;
}

.marginBottom {
    margin-bottom: 1rem;
}

.enteteForm {
    margin-bottom: 0.4rem;
}

.invisible {
    visibility: hidden;
}

/* la table "possibles" */
#possibles {
    border-collapse: collapse;
}
#possibles th {
    font-weight: inherit;
    padding: 0.2rem;
}
#possibles .tableScore {
    font-weight: bold;
}
#possibles thead th {
    border: outset dodgerblue;
    color: white;
    font-weight: bold;
    background-color: darkblue;
}
#possibles tbody th {
    border: solid thin;
}
#possibles tbody .tableScore {
    border: none;
}
#possibles tbody tr:nth-child(odd) {
    background: #DDD;
}

/* la table "rapport" */
#rapport {
    border: solid;
    padding: 0.5rem;
    border-width: 1px;
    border-radius: 5px;
}
#rapport th {
    font-weight: inherit;
}
#rapport .entete {
    text-align: left;
}
#rapport .valeur {
    text-align: right;
}