function selectionSection() {
	var form = document.getElementById("annuaireForm");

	form.submit();
}