body {
    background-color: white;
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: 0 89px;
    margin: 0;
    padding: 0;
}
div.menu {
    background-image: url("images/bande.jpg");
    height: 89px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}
div.menu table td { padding: 10px 30px }
div.menu table td a img { border-width: 0 }
body>div.menu { position: fixed }

div.contenu {
    font: small "Verdana", sans-serif;
    padding: 100px 50px 30px 182px;
}
div.contenu a img {
    border-width: 0;
}
blockquote {
    border: solid silver 1px;
    background-color: #CCCCFF;
    padding: 0px 40px;
    text-align: justify;
}
blockquote p.cite {
    font-size: smaller;
    text-align: right;
}
