function StepCalend(etape){
	document.getElementById('etape').value = etape.value;
	document.forms.gestion.submit();
}