function bgcouleur(dd,ee){
	if(ee==0){
		dd.style.backgroundColor="";
	}else{
			ee.style.backgroundColor=dd;

	}
}