var t=1;			
	function changerTaille(modif) {
		t = t + modif;
		document.getElementById("content_page").style.fontSize = t + "em";
}
