/* Général */
body {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #ffffff, #d3d3d3); /* Dégradé subtil de blanc à gris clair */
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    margin: 20px auto;
    background-color: white;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px; /* Coins arrondis */
}

th, td {
    padding: 20px;
}

img {
    height: 110px;
    border-radius: 50%; /* Image ronde */
}

.taille {
    width: 250px;
}

/* En-tête */
th {
    background-color: #0f857a; 
    text-align: left;
    color: white; /* Texte blanc */
}

#nom {
    font-size: 20px;
    color: #ffffff; 
    margin: 0;
}

/* Corps */
td h3, h6 {
    margin: 12px 0;
}

td {
    vertical-align: top;
}

.corp {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}

.liens {
    font-size: 14px;
    color: #0f857a; /* Couleur des liens */
    text-decoration: none; /* Pas de soulignement */
}

.liens:hover {
    text-decoration: underline; /* Soulignement au survol */
}

.titre {
    color: #0f857a; 
    font-size: 18px;
    margin-bottom: 10px;
}

.house {
    font-size: 12px;
    color: #444;
}
