function displayCalendar()
{
 $('iframeCalendrier').style.display = 'block';
 $('iframeCalendrier').style.zIndex = 999;
}

function miseAJourDate()
{
 if ($('dateDepart').value != '')
 {
  $('duree').style.display = 'block';
  $('flexibilite').style.display = 'block';	
 }
}
