html, body {font: 12px Arial;margin: 0;padding: 0;}
#container {position: relative;width: 600px;margin: 4px auto;}
#header {position: relative;height: 90px;background-color: #0068B4;}
#menu {float: left;width: 120px;height: 350px;background-color: #88C065;}
#page {float: right;width: 480px;height: 310px;background-color: #AFD394;}
#footer {float: right;width: 480px;height: 40px;background-color: #CDBCA3;}

.style {margin: 4px;}
.titre {position: absolute;top: 30px;left: 20px;font-size: 24px;color: #FFFFFF;}
.nav {font-size: 13px;}

