﻿$(document).ready(function() {
	
	//***********************************************
	// Gestion du slide pour afficher le footer
	//***********************************************
	
	// initialisation
	$("div.footer").show();
	$("#openfooter").hide();
    $("#closefooter").show();
        
	
});

