.titre
{
    background-color:#000000; color:rgb(255, 255, 255); font-family:fantasy, sans-serif; font-size: xxx-large;
}

h1 {
    color: rgb(63, 41, 187);
    border: 4px solid #ffffff ;
    background-color:#dae0ff;
   
}

.image {
    text-align: center;
    border: 4px solid #ffffff;
    border-radius: 4px;
    display: inline-block;
}


.liste {
    color: rgb(255, 255, 255);
    font-size: large;
}

.liens {
    font-size: large;
}