// JavaScript Document


function modif (elem) {
	elem.style.color='#333333'
	elem.style.backgroundColor = '#e8e8e8'
}



