body {
margin: 0;
padding:0;
position: absolute;
width: 100%;
height: 100%;
font: normal 11px verdana;
}
.top {
width: auto;
height: 126px;
font-size: 11px;
padding: 10px;
}
.conteneur {
height: 490px;
width: 100%;
}
.left {
position: absolute;
left: 0;
top: 150px;
width: 180px;
height: 338px;
background-image: url(gauche.gif);
}
.frame {
margin-left: 180px; /* place this block to the right of the menu block that is 180 pixels wide */
width: 490px;
height: 338px;
overflow: auto; /* This property will allow the block to be scrollable */
}
.bottom {
width: auto;
height: 30px;
padding: 9px;
color: #CCCCCC;
font: normal 10px verdana;
}
