html, body {
}
body {
	background-color:#131316;
	margin:0px;
	padding:0px;
}
#mesureur {
	position:absolute;
	left:0;
	top:-2px;
	width:100%;
	height:1px;
}
#mesureur2 {
	position:absolute;
	left:-2px;
	top:0px;
	width:1px;
	height:100%;
}
#site {
	position: absolute;
	width:100%;
	height:100%;
	min-height:890px;
	min-width:995px;
}
* html #site {
	width:expression(document.getElementById('mesureur').clientWidth < 995? "995px" : "100%");
	height:expression(document.getElementById('mesureur2').clientHeight < 890? "890px" : "100%");
}
.ind {
	min-height:890px;
}
