@charset "utf-8";
/* CSS Document */
.btsub {
   width: 22px;
   height: 23px;
   margin: 0;
   padding: 0;
   border: 0;
   background: transparent url(../images/paniergris.jpg) no-repeat top left ;/* on place l'image en arrière plan */
   cursor: pointer; 
    text-indent: -3000px;
	font-size:0px;
    
}
.btsub:hover {
	background: transparent url(../images/paniert.jpg) no-repeat top left;
	text-indent: -3000px;
}

/* Contact */
.btsub1 {
   width: 228px;
   height: 67px;
   margin: 0;
   padding: 0;
   border: 0;
   background: transparent url(../images/contact_envoyer.jpg) no-repeat top left ;/* on place l'image en arrière plan */
   cursor: pointer; 
   text-indent: -3000px;
    
}
.btsub1:hover {
	background: transparent url(../images/contact_envoyer_off.jpg) no-repeat top left
}

.btsub2 {
   width: 22px;
   height: 23px;
   margin: 0;
   padding: 0;
   border: 0;
   background: transparent url(../images/paniert.jpg) no-repeat top left ;/* on place l'image en arrière plan */
   cursor: pointer; 
   text-indent: -3000px;
    
}
.btsub2:hover {
	background: transparent url(../images/paniert.jpg) no-repeat top left;
	text-indent: -3000px;
}


