/* Couleurs */
body {
    background-color: #ffffff;
    color: #000000;
}

h1 {
    color: #0000ff;
    font-style: italic;
}

p {
    font-size: 50px;
    line-height: 1.5;
    color: violet;
}

a {
    color: #0000ff;
    text-decoration: underline;
}

img {
    width: 400px;
    height: 400px;
    text-align: center;
}

/* Disposition */
body {
    font-family: Arial, sans-serif;
    margin: 20px;
}

h1 {
    text-align: center;
}

p {
    text-align: justify;
}

a {
    text-align: right;
    color: red;
}


img {
    float: right;
}

#bleu{
    color: #0000ff;
}

#rouge{
    color: violet;
}
