var obj = null;

var redimf=function() {

    var height0=$("div#header").height();
	var height1=$("div#navbar").height();
	var height2=$("div#block_princ").height();
	var height3=$("div#footer").height();
	var height4=$("div#onglets").height();
	var total=height0+height1+height2+height3+height4;
	$("div#container").height(height0+height2+height3+height4);
	var heightB=$("#container").height();
	$("#footer").css("top",heightB);	
	$("body.search").css("height",heightB+50);
	$("body").css("height",heightB+50);
	}




/*$(document).ready(function() {
	var height0=$("div#header").height();
	var height1=$("div#navbar").height();
	var height2=$("div#block_princ").height();
	var height3=$("div#footer").height();
	var height4=$("div#onglets").height();
	var total=height0+height1+height2+height3+height4;
	$("div#container").height(height0+height2+height3+height4);
	var heightB=$("#container").height();
	$("#footer").css("top",heightB+50);	
	$("body.search").css("height",heightB+100);
	$("body").css("height",heightB+200);

});*/