function envoiDemande(hndl){
	if(validForm(hndl)){
		callAjax('demAdd.php',null,$('resultat'),hndl);
	}
}

