$(function(){

$(".shadow").wrap("<div class='wrapperShadow'></div>"); 
$(".wrapperNews:first").addClass('firstWrapperNews');
$("#footerFirstFloor .actuFooter:first").addClass('firstActuFooter');
$("#footerHomeFloor .actuFooter:first").addClass('firstActuFooter');
$("#footerSecondFloor .actuFooter:first").addClass('firstActuFooter');
});

