function vide() {
	
	
	document.getElementById('otherDonationAmmount').value = '';
	document.form.montantRadio[0].status == '';
   	
}

function change(num) {
	document.getElementById('otherDonationAmmount').value = num;	  	
}
