//  couleur tableau synth 

function info(m,x,z,a,b,c) {
document.getElementById(""+m+"").bgColor ='#c3c2c2';
if (x == 0) {
document.getElementById(""+m+"0").bgColor ='#c3c2c2';
}else{
document.getElementById(""+x+"0").bgColor ='#c3c2c2';
}
if (z == 0) {
document.getElementById(""+m+"00").bgColor ='#c3c2c2';
}else{
document.getElementById(""+z+"00").bgColor ='#c3c2c2';
}
if (a == 0) {
document.getElementById(""+m+"000").bgColor ='#c3c2c2';
}else{
document.getElementById(""+a+"000").bgColor ='#c3c2c2';
}
if (b == 0) {
document.getElementById(""+m+"0000").bgColor ='#c3c2c2';
}else{
document.getElementById(""+b+"0000").bgColor ='#c3c2c2';
}
if (c == 0) {
document.getElementById(""+m+"00000").bgColor ='#c3c2c2';
}else{
document.getElementById(""+c+"00000").bgColor ='#c3c2c2';
}
}

function retour(y,x,z,a,b,c) {
document.getElementById(""+y+"").bgColor ='#f2f2f2';
if (x == 0) {
document.getElementById(""+y+"0").bgColor ='#f2f2f2';
}else{
document.getElementById(""+x+"0").bgColor ='#f2f2f2';
}
if (z == 0) {
document.getElementById(""+y+"00").bgColor ='#FFFFFF';
}else{
document.getElementById(""+z+"00").bgColor ='#FFFFFF';
}
if (a == 0) {
document.getElementById(""+y+"000").bgColor ='#FFFFFF';
}else{
document.getElementById(""+a+"000").bgColor ='#FFFFFF';
}
if (b == 0) {
document.getElementById(""+y+"0000").bgColor ='#FFFFFF';
}else{
document.getElementById(""+b+"0000").bgColor ='#FFFFFF';
}
if (c == 0) {
document.getElementById(""+y+"00000").bgColor ='#FFFFFF';
}else{
document.getElementById(""+c+"00000").bgColor ='#FFFFFF';
}
}





function info2(m,x,z) {
document.getElementById(""+m+"").bgColor ='#c3c2c2';
if (x == 0) {
document.getElementById(""+m+"0").bgColor ='#c3c2c2';
}else{
document.getElementById(""+x+"0").bgColor ='#c3c2c2';
}
if (z == 0) {
document.getElementById(""+m+"00").bgColor ='#c3c2c2';
}else{
document.getElementById(""+z+"00").bgColor ='#c3c2c2';
}
}

function retour2(y,x,z) {
document.getElementById(""+y+"").bgColor ='#f2f2f2';
if (x == 0) {
document.getElementById(""+y+"0").bgColor ='#f2f2f2';
}else{
document.getElementById(""+x+"0").bgColor ='#f2f2f2';
}
if (z == 0) {
document.getElementById(""+y+"00").bgColor ='#FFFFFF';
}else{
document.getElementById(""+z+"00").bgColor ='#FFFFFF';
}
}





function infob(m,x) {
document.getElementById(""+m+"").bgColor ='#c3c2c2';
if (x == 0) {
document.getElementById(""+m+"0").bgColor ='#c3c2c2';
}else{
document.getElementById(""+x+"0").bgColor ='#c3c2c2';
}
}

function retourb(y,x) {
document.getElementById(""+y+"").bgColor ='#f2f2f2';
if (x == 0) {
document.getElementById(""+y+"0").bgColor ='#f2f2f2';
}else{
document.getElementById(""+x+"0").bgColor ='#f2f2f2';
}
}


