html, body {
margin: 0;
padding: 0;
height: 100%
}
body { 
    background-color:#FFFFFF; 
    background-image:url(../images/fond.gif);
    height: 100%;
    margin: 0 auto;
}
.container{
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -1px; /* the bottom margin is the negative value of the footer's height */
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: left;
    background-color: #FFF;
    width: 784px;
    background-image: url("../images/fond_blanc.gif");
}

table{
    padding: 0;
    margin:0;
}


