function totoScroll()
{
	if (document.getElementById('boite_flottante')) {
     document.getElementById('boite_flottante').style.top = document.getElementsByTagName('BODY')[0].scrollTop + 500;
	}
}
