			/* fonctions permettant le changement de couleur de la cellule quand rollon */
			function bc1on(elem) {
				elem.style.backgroundColor = "#EECBCB";
			}
			function bc1(elem) {
				elem.style.backgroundColor = "#F3DBDB";
			}
			function bc3on(elem) {
				elem.style.backgroundColor = "#EECBCB";
			}
			function bc3(elem) {
				elem.style.backgroundColor = "#F3DBDB";
			}
			function bc4on(elem) {
				elem.style.backgroundColor = "#CEE1E7";
			}
			function bc4(elem) {
				elem.style.backgroundColor = "#EBF3F6";
			}
			function bc5on(elem) {
				elem.style.backgroundColor = "#ECC8CF";
			}
			function bc5(elem) {
				elem.style.backgroundColor = "#F6E5E8";
			}
			function bc6on(elem) {
				elem.style.backgroundColor = "#FFE2AC";
			}
			function bc6(elem) {
				elem.style.backgroundColor = "#FFF0D5";
			}
			function bc7on(elem) {
				elem.style.backgroundColor = "#FED5B9";
			}
			function bc7(elem) {
				elem.style.backgroundColor = "#FEE7D7";
			}
			function bc8on(elem) {
				elem.style.backgroundColor = "#DDECDE";
			}
			function bc8(elem) {
				elem.style.backgroundColor = "#F3F7F3";
			}
			function bc9on(elem) {
				elem.style.backgroundColor = "#DEEFCB";
			}
			function bc9(elem) {
				elem.style.backgroundColor = "#EEF7E4";
			}
			function bc10on(elem) {
				elem.style.backgroundColor = "#E0E8F3";
			}
			function bc10(elem) {
				elem.style.backgroundColor = "#EFF3F8";
			}
			function bc11on(elem) {
				elem.style.backgroundColor = "#C4CED9";
			}
			function bc11(elem) {
				elem.style.backgroundColor = "#D8E0E7";
			}

