body {
    background: url("rayuresrouges.png") repeat-x fixed;
    margin: 0px;
    font-family: "Trebuchet MS", arial, sans-serif;
}

a {
    color: #835140;
    text-decoration: underline;
}
a:hover {
    color: #404040;
    text-decoration: none;
}

div#menu {
    margin: 0px;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
    width: 594px;
    border: 1px black solid;
    background: white;
    text-align: center;
}

div#livre {
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    height: 450px;
    overflow: hidden;
    border: 1px white dashed;
    border-top: solid white 1px;
}

div.ligne {
    height: 450px;
    width: 3600px;
    margin: 0px;
}

div.page {
    float: left;
    border: 1px black solid;
    background: white;
    padding: 50px;
    margin: 0px;
    width: 498px;
    height: 348px;
    text-align: center;
}