.image
{ /* définition de la classe "image" de la balise <a> */
     display: block; /* la balise a doit être en bloc */
     width: 60px; /* largeur de l'image réactive */
     height: 25px; /* hauteur de l'image réactive */
     background-image: url(../IMG/apnavlist.jpg); /* source de l'image de départ */
     
}
.image:hover { /* définition de la classe "image" de la balise <a> au survol */
     background-image: url(../IMG/apnavlist2.jpg); /* source de l'image d'arrivée */
}
.buttF {
	  display: block;
	  width: 55px;
	 height:  41px;
	  float: left;
	  background-image: url(../IMG/french1.jpg);
	  background-repeat: no-repeat;
}
.buttF:hover {
	  background-image: url(../IMG/french2.jpg);
}
.apabris {
	background-attachment: fixed;
	background-image: url(../IMG/fondabri.gif);
	background-repeat: repeat-x-y;
	background-position: 60px;
}
.apCHEVAL {
	background-attachment: fixed;
	background-image: url(../IMG/apcheval.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-position: bottom;

}
.body {
scroll:auto;
  scrollbar-base-color:#FF8040;
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#EF5810;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#FF8040;
}
.apTarifs {
background-attachment: fixed;
background-image: url(../IMG/aptarifs.jpg);
background-repeat: repeat-x;
background-position: -30px;
}
.apPrices {
background-attachment: fixed;
background-image: url(../IMG/ap_prices.jpg);
background-repeat: repeat-x;
background-position: 60px 10px;
}
.apTarifsLeft {
	background-attachment: scroll;
	background-image: url(../IMG/aptarifs2l.jpg);
	background-repeat: no-repeat;
	background-position: -40px -100px;
}
.etiq1 {
	background-attachment: fixed;
	background-image: url(../../2terresFIFI/IMG/barricat2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.bgvins {
	background-attachment: fixed;
	background-image: url(../../2terresFIFI/IMG/feuille.jpg);
	background-repeat: no-repeat;
	background-position: 300px 250px;
}
