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

