//rollover couleur des menus
function roll01(td){
           if(document.getElementById||(document.all && !(document.getElementById))){
            td.style.backgroundColor="#000011";
		   }
		}
          
function roloutl01(td){
           if(document.getElementById||(document.all && !(document.getElementById))){
            td.style.backgroundColor="#444444";
           }    
}
