/* CSS Document */a.image { /* definition of the "image" class in the <a> tag */     display: block; /* a tag must be a block */     background-image: url(images/fond_menu00.gif); /* source for start image */     background-repeat: repeat;     }	 a.image:hover { /* definition of the "image" class for <a> tag when hovered onto */     background-image: url(images/fond_menu01.gif); /* source for target image */     } .sousmenuNormal{background-image:url(images/fond_menu01.gif);}.sousmenuHover{background-image:url(images/fond_menu00.gif);}