html, body {
	font-size: 90%;
	font-family: "Trebuchet MS", Arial, Helvetica, SunSans-Regular, sans-serif;
	height: 100%;
	margin: 0;
	background: #5f973e url(../images/html.png); }
#global {
	background-color: white ;
	min-height: 100%;
	width: 800px;
	padding: 0;
	/* pour centrage */
	margin: 0 auto;
	position: relative;
	border-color: #2c6e64;
	border-style: solid;
	border-width: 0 4px; }
#haut_de_page {
	background: #ffc547 url(../images/logo-2chenes.jpg) no-repeat;
	height: 150px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px; 
	}
#corps {
	padding-bottom: 30px;
	overflow: auto;
	padding-right: 10px;
	padding-left: 10px; }
#pied_de_page {
	background-color: #e6e9b0;
	position: absolute;
	width: 100%;
	bottom: 0;
	border-top: 5px solid #ffc547; }
#contenu{
	float: right;
	width: 570px; }
#navigation {
	float: left;
	width: 180px; }