/*

Fichier uniquement nécéssaire pour la compatibilité ie firefox opéra
*/
function handleOver_ope_btn_ok() {document.OPE_BTN_OK.src=btn_ope_select_hover.src;}
function handleOut_ope_btn_ok() {document.OPE_BTN_OK.src=btn_ope_select.src;}

function connect_handleOver() { 
	document.BTN_OK.src=root_img+"btnoklittlehov.jpg";
}

function connect_handleOut() {
	document.BTN_OK.src=root_img+"btnoklittle.jpg";
}

// MENU
function ThemeHover(mode, div){
	div_TH=document.getElementById(div);
	if (mode=="on") {
		prev_color=div_TH.style.color;
		prev_color2=div_TH.style.backgroundColor;
		div_TH.style.color="#000000";
		div_TH.style.backgroundColor="#CCE680"; /* B2D940 */
	} else {
		div_TH.style.color=prev_color;
		div_TH.style.backgroundColor=prev_color2;
	}
}



