@charset "utf-8";
/* CSS Document */

.shop_container{
	width: 100%;
	height: 100px;
}
.shop_back{
	position: absolute;
	width: 648px;
	height: 100px;
	margin-top: 0px;
	margin-left: 100px;
	background-image: url(/img/shop_contours.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.shop_article_img{
	position: absolute;
	width: 100px;
	height: 100px;
	margin-top: 0px;
	margin-left: 0px;
}
.shop_article_txt{
	position: absolute;
	margin-top: 10px;
	margin-left: 110px;
	text-align: left;
	font-size: 21px;
}
.shop_prix_total{
	position: absolute;
	width: 137px;
	margin-top: 6px;
	margin-left: 600px;
	margin-right: 11px;
	text-align: right;
	font-size: 21px;
	font-style: normal;
}
.shop_prix_decomp{
	position: absolute;
	width: 137px;
	margin-top: 29px;
	margin-left: 600px;
	margin-right: 11px;
	text-align: right;
	font-size: 14px;
	font-style: normal;
}
.shop_acheter{
	position: absolute;
	width: 137px;
	margin-top: 72px;
	margin-left: 600px;
	margin-right: 11px;
	text-align: right;
	font-size: 21px;
}
.shop_tracks{
	font-size: 16px;
	font-weight: normal;
}
