$(document).ready(function() 
{
	$('#sous_menu').show();
	$('#sous_menu3').show();
	
});

