
$(document).ready(function(){
	initFiche();
	
	
	
});


function initFiche() {


$(function() {
    $('.getDate').datepick({
        minDate: new Date(),
        dateFormat: 'yy-mm-dd',
        showOn: "both",
        buttonImage: "img/ico-calendrier.gif",
        buttonImageOnly: true
        });
});

	
}
