//rollover couleur des menus
function roll02(td){
           if(document.getElementById||(document.all && !(document.getElementById))){
            td.style.backgroundColor="#4B5175";
		   }
		}
          
function roloutl02(td){
           if(document.getElementById||(document.all && !(document.getElementById))){
            td.style.backgroundColor="#424768";
           }    
}
