html {
	margin: 0;
	padding: 0;
	height: 100%; /* Required */
	width: 100%;
	min-width: 770px;
}

body {
	margin: 0;
	padding: 0;
	height: 100%; /* Required */
	width: 100%;
	min-width: 770px;
}

#conteneur-page {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto ! important;
	height: 100%;
	min-width: 770px;
	min-height: 100%;
}

#conteneur-contenu {
 	padding-bottom: 170px;
}

#conteneur-pieddepage {
	position: absolute;
	bottom: 0 ! important;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 170px;
	min-width: 770px;
	min-height: 170px;
}

