body{
    background-color: bisque;
    font-family: 'Roboto Mono', monospace;
}

img{
    border: 3px red solid;
    border-radius: 10px;
    clear:both;
}


.titre-principal{
    font-family: 'Roboto Mono', monospace;
    font-size: 40px;
    color: firebrick;
    text-decoration: underline;
    text-align: center;
}

.titre{
    font-family: 'Roboto Mono', monospace;
    font-size: 20px;
    text-decoration: underline;
}

p{
    font-family: 'Roboto Mono', monospace;
    font-size: 15px;
}

u{
    text-decoration: underline;
    font-weight: bold;
}

.num{
    font-family: 'Roboto Mono', monospace;
    font-size: 15px;
}

.lien{
    font-family: 'Roboto Mono', monospace;
    font-size: 15px;
    text-decoration: none;
    color: black;
}
