body {
    background-image: url("fond.jpg");
    background-position: left top;
    background-repeat: repeat;
    color: #ffffff;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
    text-align: center;
}

#contenu {
    background-image: url("logo_lapinlibre.png");
    background-position: center 10px;
    background-repeat: no-repeat;
    min-height: 450px;
    padding: 10px 0 0;
    margin: 0 auto;
    width: 800px;
}

#contenu a {
    text-decoration : none;
    color: #ffffff;
}


h1 {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 50px;
    font-style: italic;
    font-weight: normal;
    margin: 200px 0 5px;
    padding: 15px 0;
    text-align: center;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
}


h2 {
    border-bottom: 1px dashed #2a4564;
    border-top: 1px dashed #2a4564;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 22px;
    font-style: italic;
    font-weight: normal;
    margin: 0 0 30px;
    padding: 25px 0;
    text-align: center;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
}

.infos_zone {
    font-weight: normal;
    margin: 0 0 30px;
    text-align: justify;
}


.liste_liens {
    text-align: left;
}

footer {
	padding: 20px 0;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
}