var w='';
$(document).ready(function() {
	//delay
	setTimeout(function(){$('.home').fadeOut(2000,function(){	$(location).attr('href',"accueil.html");})},5000);
});
