$(document).ready(function(){

	//$('.poup-up').fadeIn();

	$('.poup-up .close').click(function(){

		$('.poup-up').fadeOut();									

	});

});
