/********************************************************/
/*   Chgmt couleur menus - ©2003 yAro - yAronet.cOm     */
/********************************************************/

function mOvr(src) {
	src.style.cursor = 'hand';
	src.style.backgroundColor='#ffcc00';
}

function mOut(src) {
	src.style.cursor = 'default';
	src.style.backgroundColor='#f7f7f7';
}

function fOver(src) {
	src.style.cursor = 'hand';
	src.style.backgroundColor='#e3e7e8';
}

function fOut(src) {
	src.style.cursor = 'default';
	src.style.backgroundColor='#FFF0DA';
}

