function getElementsByClass(searchClass, node, tag) {
    var classElements = new Array();
    if ( node == null )
        node = document;
    if ( tag == null )
        tag = '*';
    var els = node.getElementsByTagName(tag);
    var elsLen = els.length;
    var pattern = new RegExp("(^|\\s)"+searchClass+"(\\s|$)");
    for (i = 0, j = 0; i < elsLen; i++) {
        if ( pattern.test(els[i].className) ) {
            classElements[j] = els[i];
            j++;
        }
    }
    return classElements;
}

function font1(classe, taille) {
	body = document.getElementsByTagName('body');
	cibles = getElementsByClass('corps');
	for (i=0; i < cibles.length; i++) {
		cibles[i].style.fontSize = taille;
		}
	}

function font2(classe, taille) {
	body = document.getElementsByTagName('body');
	cibles = getElementsByClass('corps7');
	for (i=0; i < cibles.length; i++) {
		cibles[i].style.fontSize = taille;
		}
	}

function font3(classe, taille) {
	body = document.getElementsByTagName('body');
	cibles = getElementsByClass('corpsgrassmall');
	for (i=0; i < cibles.length; i++) {
		cibles[i].style.fontSize = taille;
		}
	}
	
function font4(classe, taille) {
	body = document.getElementsByTagName('body');
	cibles = getElementsByClass('italique');
	for (i=0; i < cibles.length; i++) {
		cibles[i].style.fontSize = taille;
		}
	}
	
function font5(classe, taille) {
	body = document.getElementsByTagName('body');
	cibles = getElementsByClass('tarial');
	for (i=0; i < cibles.length; i++) {
		cibles[i].style.fontSize = taille;
		}
	}
	
function font5(classe, taille) {
	body = document.getElementsByTagName('body');
	cibles = getElementsByClass('tarial');
	for (i=0; i < cibles.length; i++) {
		cibles[i].style.fontSize = taille;
		}
	}
	
function font6(classe, taille) {
	body = document.getElementsByTagName('body');
	cibles = getElementsByClass('rubactu');
	for (i=0; i < cibles.length; i++) {
		cibles[i].style.fontSize = taille;
		}
	}
	
function font7(classe, taille) {
	body = document.getElementsByTagName('body');
	cibles = getElementsByClass('rubagro');
	for (i=0; i < cibles.length; i++) {
		cibles[i].style.fontSize = taille;
		}
	}
	
function font8(classe, taille) {
	body = document.getElementsByTagName('body');
	cibles = getElementsByClass('rubequip');
	for (i=0; i < cibles.length; i++) {
		cibles[i].style.fontSize = taille;
		}
	}
	
function font9(classe, taille) {
	body = document.getElementsByTagName('body');
	cibles = getElementsByClass('rubForma');
	for (i=0; i < cibles.length; i++) {
		cibles[i].style.fontSize = taille;
		}
	}
	
function font10(classe, taille) {
	body = document.getElementsByTagName('body');
	cibles = getElementsByClass('rubrenco');
	for (i=0; i < cibles.length; i++) {
		cibles[i].style.fontSize = taille;
		}
	}
	
function font11(classe, taille) {
	body = document.getElementsByTagName('body');
	cibles = getElementsByClass('rubreport');
	for (i=0; i < cibles.length; i++) {
		cibles[i].style.fontSize = taille;
		}
	}
	
function font12(classe, taille) {
	body = document.getElementsByTagName('body');
	cibles = getElementsByClass('titren-');
	for (i=0; i < cibles.length; i++) {
		cibles[i].style.fontSize = taille;
		}
	}
	
function font13(classe, taille) {
	body = document.getElementsByTagName('body');
	cibles = getElementsByClass('corps7r');
	for (i=0; i < cibles.length; i++) {
		cibles[i].style.fontSize = taille;
		}
	}

