body {
    background-color: #2a0e90;
    color : white;
}

h1 {
    text-align : center;
}

td {
    border : 3px solid black;
}

h4 {
    justify-content: right;
}

.image {
    width : 100%;
    height: 150px;
}



.centrer {
    text-align : center;
}

header {
    background-color: #C1BDB3; /* Couleur de fond du haut de la page */
    text-align: center;
    height : 130px;
    width : 100%;
}


.logo, .logoProfil {
    height: 70px; /* Ajuste la hauteur de l'image */
    width: auto; /* Assure une largeur proportionnelle */
}

body, header {
    margin: 0;
    padding: 0;
}
