$(document).ready(function()  {
	$(window).scroll(function() {
	   $('#totaleContainer').css('top', $(this).scrollTop() + 200 + "px");
	});

});


