/* Couleurs */
body {
    background-color: #D4D3DC;
    color: #384454;
}

h1 {
    color: #384454;
    border-bottom: #E1A624 dashed 5px;
    padding: 10px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    color: #384454;
}

a {
    color: #317AC1;
    text-decoration: underline;
}

img {
    height: 189px;
}

/* Disposition */
body {
    font-family: Arial, sans-serif;
    
}

h1 {
    text-align: left;
}

p {
    text-align: left;
}

a {
    text-align: left;
}
a:hover {
    color: #E1A624;
    text-decoration: none ;
}