* {
    font-family: 'Times New Roman', Times, serif;
}

h1 {
    font-family: "MonteCarlo";
    font-size: 3em;
    background: url("logo.png") no-repeat center;
    padding-top: 250px;
    margin-bottom: 1em;
    text-align: center;
}

#conteneur {
    text-align: center;
    padding-bottom: 170px;
    background: url("oreole.png") no-repeat center;
}

a {
    color: black;
}