<!-- 
$(document).ready( function () { 
 	$('#menu_gauche li div').hide();
	$( '#open' ).show();
} ) ; 
// --> 
