/* CSS Document Based on work by Alsacréations http://www.alsacreations.com */

html, body {
	height: 100%;
	margin: 0;
	}
#global {
	min-height: 100%;
	width: 750px;
	margin: 0 auto;
	position: relative;
	}
#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: #f5d75c;
	height: 32px;
	}
#center {
	/* éviter la superposition 
	du pied de page et du contenu */
	padding-bottom: 60px; 
	overflow: auto;
	}
#sidebar {
	width: 136px;
	float: right;
	}
#content {
	float: left;
	width: 540px;
	}
