body {
    background-color: white;
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: 0px 89px;
    margin: 0;
    padding: 0;
}

div.menu {
    background-image: url("images/menu/bande.jpg");
    height: 89px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

div.menu table td { padding: inherit 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;
}

