
/*

	fonctions pour menu du sommaire

*/

function cOn01(td){
	if(document.getElementById||(document.all && !(document.getElementById))){
		td.style.backgroundColor="#C00000";
	}
}
function cOn02(td){
	if(document.getElementById||(document.all && !(document.getElementById))){
		td.style.backgroundColor="#C00000";
	}
}
	function cOn03(td){
	if(document.getElementById||(document.all && !(document.getElementById))){
		td.style.backgroundColor="#C00000";
	}
}
function cOn04(td){
	if(document.getElementById||(document.all && !(document.getElementById))){
		td.style.backgroundColor="#C00000";
	}
}
function cOut01(td){
	if(document.getElementById||(document.all && !(document.getElementById))){
		td.style.backgroundColor="#000000";
	}
}
function cOut02(td){
	if(document.getElementById||(document.all && !(document.getElementById))){
		td.style.backgroundColor="#3C3C3C";
	}
}
function cOut03(td){
	if(document.getElementById||(document.all && !(document.getElementById))){
		td.style.backgroundColor="#6E6E6E";
	}
}
function cOut04(td){
	if(document.getElementById||(document.all && !(document.getElementById))){
		td.style.backgroundColor="#FFFFFF";
	}	
}

