/* Fond rouge à châtaignes */
li~li~li~li>em {
    background-color: red;
}

/* Fond cyan à couverture */
body>ul>li>em {
    background-color: cyan;
}



/* Liens de différentes couleurs selon leurs destinations */
[href^="mailto:"] {
    color: red;
}

[href^="https"] {
    color: green;
}

div>a~a~a {
    color: violet;
}

#liste {
    background-color: #FFF5E2;
    color: black;
    list-style-type: none;
}

h3 {
    font-size: 1.3em;
}

#links {
    text-align: center;
    background-color: #FFF5E2;
    padding: 5px;
}