$jQ(document).ready(function() {
	$jQ('#carte').accordion({autoHeight: false, selectedClass: 'active', header: '.head'});
	});