$(window).resize(function(){

	$('.contenu').css({ 'width': $(window).width() - 40 });
	
	
	
	
});
