function goGestion(act, id) {
	document.formGestion.act.value = act ;
	document.formGestion.idUtil.value = id ;
	document.formGestion.submit() ;
}