// JavaScript Document
function survolBouton(id)
{
	(window).document.getElementById(id).bgColor='#F2F889' ;
}

function inertBouton(id)
{
	(window).document.getElementById(id).bgColor='#CCCCCC' ;
}
