BODY {
    /*font-family: Georgia, Symbol, serif;*/
    font-family: Geneva, sans-serif;
    font-size: 62.5%;
    margin-left: 0px;
    margin-right: 0px;
}

#top {
    top: 0px;
    height: 96px;
    width: 800px;
    margin: auto;
    background-image: url("../images/haut.jpg");
    background-repeat: no-repeat;
    background-position: 100% 10%;
    /*background-attachment: fixed;*/
}

#menu_fond {
    top: 96px;
    width: 100%;
    height: 47px;
    margin: auto;
    z-index: 1;
}

#menu {
    top: 96px;
    width: 800px;
    height: 47px;
    margin: auto;
    z-index: 2;
}

#content {
    top: 143px;
    height: 400px;
    font-size: 1.4em;
    margin: auto;
    padding-left: 40px;
    /*Hack du padding pour MS IE 5 WIN*/
    width: 800px;
    voice-family : "\"}\"";
    voice-family: inherit;
    width: 760px;
}
/*Hack pour Opera 5*/
html>body #content {
    width: 760px;
}

#bottom {
    position: absolute;
    font-size: 10px;
    padding-top: 10px;
    color: black;
    width: 800px;
    margin-left: -400px;
    left: 50%;
    text-align: center;
}

#bottom A:link, A:visited {
    color: black;
}

#bottom A:hover {
    text-decoration: none;
}

#preload {
    visibility: hidden;
    z-index: 0;
    position: absolute;
    top: 0px;
}
#menu UL, #menu LI{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#menu LI {
    float: left;
    text-align: center;
    font-weight: bold;
}

A.lien:hover { text-decoration:none; }