a.panier {
	display: block ;
	background:  url(../_imgsPanier/addPanier.png) left top no-repeat        ;
	width: 136px ;
	height: 140px;
	color: #fff ;
	font: 1em "Trebuchet MS",Arial,sans-serif ;
	line-height: 1em ;
	text-align: center ;
	text-decoration: none ;
	}
a.panier:hover, a.panier:focus, a.panier:active {
	background:  url(../_imgsPanier/addPanier1.png) left top no-repeat        ;
	text-decoration:none;
	}
	
.caddie {
	display: block ;
	width: 136px ;
	height: 100px;
	color: #fff ;
	font: 1em "Trebuchet MS",Arial,sans-serif ;
	text-align: center ;
	text-decoration: none ;
	margin-left:820px;
	z-index:500;
	top:0px;
	}
caddie:hover, caddie:focus, caddie:active {
	background:  url(../_imgsPanier/panier0.png) left top no-repeat        ;
	text-decoration:none;
	
	}
	
	
	
.prix {
	display: block ;
	background:  url(../_imgsPanier/EtiquettePrix.png) 68px 40px no-repeat        ;
	width: 136px ;
	height: 100px;
	color: #000 ;
	font: 1em "Trebuchet MS",Arial,sans-serif ;
	line-height: 1em ;
	text-align: right;
	text-decoration: none ;
	padding-top:52px;
	padding-right:70px;
	vertical-align:top;
}