$(document).ready(function() {
  $('.sous-menu').each(function(index) {
   	$(this).css("width",$(this).parent().width());
	});
});
