a.produit /* définition de la classe "image" de la balise <a> */
	{ 
  	 display: block; /* la balise a doit être en bloc */
     width: 70px; 
     height: 60px; 
     background-image: url(img/3-2-produit.gif); /* source de l'image de départ */
     }
	 
a.produit:hover /* définition de la classe "image" de la balise <a> au survol */
	{ 
     background-image: url(img/3-2-produitbis.gif); /* source de l'image d'arrivée */
     } 
/*--------------------------------------------------------------------------------------*/ 
a.news
	{ 
  	 display: block; 
     width: 67px; 
     height: 62px; 
     background-image: url(img/1-5-news.gif); 
     }
	 
a.news:hover 
	{ 
     background-image: url(img/1-5-newsbis.gif);
     } 
/*--------------------------------------------------------------------------------------*/ 
a.chef
	{ 
  	 display: block; 
     width: 78px; 
     height: 60px; 
     background-image: url(img/3-6-chef.gif); 
     }
	 
a.chef:hover 
	{ 
     background-image: url(img/3-6-chefbis.gif);
     } 
/*--------------------------------------------------------------------------------------*/  
a.presse
	{ 
  	 display: block; 
     width: 70px; 
     height: 62px; 
     background-image: url(img/1-7-presse.gif); 
     }
	 
a.presse:hover 
	{ 
     background-image: url(img/1-7-pressebis.gif);
     } 
/*--------------------------------------------------------------------------------------*/
a.contact
	{ 
  	 display: block; 
     width: 74px; 
     height: 60px; 
     background-image: url(img/3-4-contact.gif); 
     }
	 
a.contact:hover 
	{ 
     background-image: url(img/3-4-contactbis.gif);
     } 
/*--------------------------------------------------------------------------------------*/ 
 a.audio
	{ 
  	 display: block; 
     width: 103px; 
     height: 95px; 
     background-image: url(img/audio1.gif); 
     }
	 
a.audio:hover 
	{ 
     background-image: url(img/audio2.gif);
     } 
/*--------------------------------------------------------------------------------------*/ 
 a.video
	{ 
  	 display: block; 
     width: 103px; 
     height: 95px; 
     background-image: url(img/video1.gif); 
     }
	 
a.video:hover 
	{ 
     background-image: url(img/video2.gif);
     } 
/*--------------------------------------------------------------------------------------*/ 
/*Ce style permet de cacher le corps de texte des news */
	.cachediv {
		visibility: hidden;
		overflow: hidden;
		height: 1px;
		margin-top: -1px;
		position: absolute;
	}
	
	/*--------------------------------------------------------------------------------------*/ 
