html, body {
	height: 100%;
	margin: 0;
	}
div#global {
	min-height: 100%;
	width: 879px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	background: url(img/global.png) center repeat-y;
	}
div#center {
	/* Pour éviter la superposition 
	du pied de page et du contenu : */
	padding-bottom: 150px; 
	}
div#footer {
	position: absolute;
	width: 879px;
	height: 84px;
	bottom: 0;
	background: #FFFCC7 url(img/bas.jpg) no-repeat;
	color: #825069;
	}
div#content {
	float: right;
	width: 650px;
	padding-right: 20px;
	font-size:14px;
	font-family:"Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light"					
	}
div#content h2 {
	color: #825069;
	}

div#sidebar {
	float: left;
	width: 200px;
	}
div#center {
	padding-bottom: 50px;
	overflow: auto;
}
html {
	background: #ddd url(img/fond.png);
	}
div#header {
	background: #7fcf2e url(img/top.jpg) no-repeat;
	color: #fff;
	height: 216px;
	}
div#header h1 {
	margin: 0;
	}
#global #center #content a {
	color: #825069;
	text-decoration: underline;
}

div#header h2 {
	margin: 0;
	color: #825069;
	font-weight: bolder;	
	}
ul#menu {
	margin: 0;
	padding: 20px 35px;
	list-style: none;
	}
ul#menu li a {
	color: #000000;
	text-decoration: none;
	font-family:"Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light";	
}
ul#menu li a:hover {
	color: #825069;
	font-weight: bolder;
}

