body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center; /* pour corriger le bug de centrage IE */
	font: 0.8em "Trebuchet MS", arial, helvetica, sans-serif;
	background: #fff;
	color: #000;
}
html {
	height: 100%;
	overflow: hidden;
}
div#conteneur {
	position: relative;
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	text-align: left; /* on rétablit l'alignement normal du texte */
	background: #fff;
	
}
* html div#conteneur { /* pour IE */
	height: 100%;
}

