<!--
/* CSS issu des tutoriels css.alsacreations.com */

html, body {
height: 100%;
width: 100%;

overflow: hidden;
}

body {

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
background-color: #FFFFFF; /*couleur de fond blanche*/
margin-left: auto;
margin-right: auto;

}



#menu {
position: absolute;
left:10px;
top: 150px;
background-color: #FFFFFF;
width: 230px;
}


#frame {
height: 80%;
margin-left: 240px;
padding: 0;
overflow: scroll;
background-color:#FFFFFF;
}

#header {
background-color: #FFFFFF;
width: 100%;
height: 20%;
}




-->
