.bloc{
    max-width: 1250px;
    margin: 0 auto;
	margin-top: 40px;
    padding: 20px;
    background-color: rgb(0, 0, 0);
    margin-bottom: 60px;
    color: white;
}

header {
    width: 100%;
    background-color: rgb(0, 0, 0);
    padding: 15px 0;
    top: 0;
    left: 0;
    font-family: 'Times New Roman', Times, serif;
    
}

header {
    width: 100%;
    background-color: rgb(0, 0, 0);
    padding: 15px 0;
    top: 0;
    left: 0;
    font-family: 'Times New Roman', Times, serif;
    
}

.interlien ul {
    list-style: none; /* Enlever les boutons sur le cote de la liste */
    padding: 0;

    display: flex;
    justify-content: center;  /* répartit les 5 éléments sur toute la ligne 

    width: 90%;     /* marge interne pour aérer */
    margin: auto;
}


.interlien li a {
    color: white; /* Mettre en couleur blanche */
    text-decoration: none; /* Enlever la couleur  */
    border: 2px solid white;
    border-radius: 10px;
    padding: 10px 125px;
}


.interlien li a:hover{
    color: black;
    text-decoration: underline;
    background-color: white;
}



.body{ 
    background-color: blanchedalmond;
    font-family: 'Times New Roman', Times, serif;
    margin: 0;
    
}

.infoperso{
    font-size: large;
    background-color: rgb(0, 0, 0);
    color: white;
    padding: 30px;
    font-family: 'Times New Roman', Times, serif;
    height: 100vh; 
    
}



main {
    width: 20%;
    text-align: justify;
    border-right: 5px solid white;
}

.test{
    font-weight: bold; /* Mettre en un peu gras toutes les classes .test */

}

.container{
    display: flex;
    
}

aside {
    width: 80%;
    margin-bottom: 70px;
}

