//lien gluant vers liste articles
window.onscroll = imagebouge;
function imagebouge()
{
var y = document.body.scrollTop;
imagebougeap(105+y);
}

function imagebougeap(y)
{
document.getElementById('lienliste').style.top=y;
}
