// JavaScript Document
$(document).ready(function(){
	$("body").height($("#conteneur").height());
						   });
