$(document).ready(function(){	
	
	$('#box1,#box2,#box3').jLambert();

	$('#logo').click(function(){
		window.location.href = $('a', this).attr('href');
	});
	
	$('a[rel=popup]').facebox();
	
	$('a.hautdepage').click(function(){
		$('html,body').animate({scrollTop: 0}, 'slow');
		return false;
	});
	
	$('#go_recherche').click(function() {
		$(this).parent().find('form').submit();
	});
});
