jQuery().ready(function(){
	jQuery(".contenu").accordion({
		header: "h3",
		autoheight:false
	});
});
