function submit_calendrierForm()
{
	var adayVar = document.forms.calendrierForm.calendrierDateJour.value;
	var amonthVar = document.forms.calendrierForm.calendrierDateMois.value;
	var ayearVar = document.forms.calendrierForm.calendrierDateAnnee.value;
	var agedVar = document.forms.calendrierForm.calendrierDomaine.value;
	document.location.href = '/formations/calendrier/calendrier.482.html?aday=' + adayVar + '&amonth=' + amonthVar + '&ayear=' + ayearVar + '&aged=' + agedVar;
}