function validation(url){
	document.fiche.action=url;
	document.fiche.submit();
}
