Vous êtes connecté en tant que anonymous Se Deconnecter
public/scriptJS/changerCSS.js
2c437b76
 function changerTailleTexte(taille){
 	document.getElementById("lecture").href = "stylesCSS/lecture0"+taille+".css";
 }
 function changerInterFace(type){
 	document.getElementById("interface").href = "stylesCSS/interface"+type+".css";
 }
 function changerTypographie(type){
 	document.getElementById("typographie").href = "stylesCSS/typographie"+type+".css";
 }