$(document).ready(function() {
	// IE6 PNG FIX
	PngFix("#titre h1");
	PngFix(".logo-left a img");
	PngFix(".logo-right a img");
	// Resize
	Resize();
});

function Resize() {
	$("#sidebar").height($("#content").height());
}