body {
    background: url("fond.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
    margin: 0 auto 20px;
    width: 760px;
}
#en_tete {
    background-image: url("entete.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: 200px;
    margin: auto auto 0;
    text-align: center;
}
a {
    color: maroon;
    text-decoration: none;
}
a:hover {
    color: #187095;
    text-decoration: underline;
}
#corps {
    background-repeat: repeat-x;
    color: white;
    font-family: "Times New Roman",Times,Arial,"Arial Black",serif;
    font-size: 20px;
    margin: auto auto 5px;
    padding: 5px;
    text-align: center;
}
#visite {
    background-repeat: repeat-x;
    color: black;
    font-family: "Times New Roman",Times,Arial,"Arial Black",serif;
    font-size: 30px;
    margin: auto auto 10px;
    padding: 5px;
    text-align: center;
}
#pied_de_page {
    background-repeat: repeat-x;
    margin-bottom: 20px;
    margin-top: 50px;
    padding: 5px;
    text-align: center;
}
