function gestion_courbe(){
	var body = document.getElementById('body').clientWidth;
	var calcul = Math.round(body-((body/2)+488))-1;
	document.getElementById('fond_courbe').style.width = calcul+'px';
}
