$(document).ready(function() {
	$("#formules").accordion({autoHeight: false, headerSelected: "active", header: ".head"});
});
