function fonction_over(nom){	nom.style.color="#FFF";	nom.style.backgroundColor="#000";	//cursor:hand;84848E}function fonction_out(nom){	nom.style.color="#000";	nom.style.backgroundColor="";}function fonction_over2(nom){	nom.style.color="#b9354d";	nom.style.backgroundColor="#000";	//cursor:hand;84848E}function detail_over(nom){	nom.style.backgroundImage='url(../img/2lign1.jpg)';}function detail_out(nom){	nom.style.backgroundImage='url(../img/3fd1.jpg)';}
