$(document).ready(function() {
	setTimeout(function() {
		$('#showroom-deconnexion-wrapper').slideDown('slow');
	},1000);
});