

body {
    margin : 10px;
    padding : 10px;
	height:100%;
    font-family : Verdana,Arial;
    font-size : 2;
	background: url(index/walnut10.jpg)
}

div {
	text-align:left;
	height:100%;
	.deco_gauche { float:left}
	.deco_droite { float:right}
	}
div#bandeau  {
	width:100%;
	height:20%;
	}

div#menu {
	float:left;
	width:18%;
	height:100%;
	}
div#menu_haut {
	width:100%;
	height:15%;
	}
div#menu_bas {
	width:100px;
	height:200px;
	background-color:#CC99CC;
	
	}
div#contenu {
	float:right;
	width:75%;
	height:100%;
	padding : 20px;
	background: url(index/cuir3.jpg);
	}
div#pied_page {
	clear:both;
	width:95%;
	height:20px;
	padding : 20px;
	}