/* affiche_utilisateurs.php */
table {
    width: 100%;
    border-collapse: collapse; /* Evite les doubles bordures */
}

th, td {    
    border: 1px solid #000; 
    padding: 8px; 
    text-align: left; 
}
       
th {
    background-color: #7a7979; 
}

.me {
    color: red;
}