/* DÉBUT CSS SCORE */

.contenu_centre {
    width: 100%;
    max-width: 900px;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: #6d6a75ff; /* fond clair */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    color: white; /* texte principal */
}

th, td {
    padding: 14px 18px;
    text-align: center;
}

th {
    background-color: #de9e36ff; /* entête jaune doré */
    color: black; /* texte foncé */
    font-weight: 600;
}

tr:hover {
    background-color: #bfbdc1ff; /* gris foncé au survol */
    color: black;
}

/* FIN CSS SCORE */
