#product .av_wrap {
	float:right;
}
.av_wrap .av_value{
		background:transparent url(../img/status.png) no-repeat;
		background-position:0px 0px;
		display:block;
		height:22px;
		width:57px;
		float:right;
		margin:7px 0px 5px 0px;
}

.av_wrap .av_value.vert {background-position:0px 0px;}
.av_wrap .av_value.orange {background-position: 0px -23px;}
.av_wrap .av_value.rouge {background-position:0px -46px;}

.product_listing_footer_legend {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-origin: padding-box;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto auto;
  float: left;
  height: 200px;
  margin-bottom: 20px;
  margin-top: 15px;
  text-align: center;
  width: 100%;
}
.footer_legend_wrapper {
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  width: 680px;
}
.listing_footer_legend_left_column {
  float: left;
  text-align: left;
  width: 59%;
}
.listing_footer_legend_title {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
}
.legende_stock_picto {
  clear: left;
  float: left;
  height: 22px;
  margin-top: 20px;
  width: 66px;
  background:transparent url(../img/status.png) no-repeat;
}
#legende_stock {
  margin-top: 19px;
}
.legende {
  color: #000000;
  float: left;
  font-size: 10px;
  margin-left: 10px;
  vertical-align: top;
}
#legend_stock_commande {
  background-position: 0px -23px;
 }
#legend_stock_off {
  background-position: 0px -46px ;
}
#legend_stock_ok {
  background-position: 0px 0px;
}