body {
margin: 0;
padding: 0;
background-color: #fffcde;
}

#page {
position: relative;
width:800px;
}

#menu {
position: relative;
width: 200px;
height:600px;
left:0px;

}
#contenu {
position: absolute;
width:600px;
top:0px;
left:200px;
}



#footer {
position: relative;
width: 100%;
}
