
/**********article***********/
.article{
	width:159px;
	float:left;
	margin-left:21px;
	padding:0;
	position:relative;
	margin-top:-16px;
}
.article .coup_coeur{
	left: auto;
	right: -7px;
    position: absolute;
    top: -6px;
}
.article .content{
	float:left;
	margin-top:3px;
}
.article .content > h2{
	margin:0;
}
.article .img{
	background-color:#FFF;
	padding-bottom:7px;
	position:relative;
	cursor:pointer;
	height:220px;
	display:block;
	z-index:4;
}
.article .img > img{
	border-bottom:1px solid #5c3e54;
	padding-bottom:4px;
}
.article > a{
	float:left;
	width:100%;
	text-align:center;
}
.article .marque{
	float:left;
	font-weight:normal;
	color:#532748;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
	width:100%;
	text-align:left;
	margin-top:2px;
	margin-bottom:2px;
}
.article h3{
	margin:0;
}
.article .description{
	float:left;
	font-size:11px;
	color:#36151f;
	width:140px;
	display:block;
	cursor:pointer;
	text-align:left;
	margin-left:0;
	font-weight:normal;
}
.article .prix{
	float:right;
	width:auto;
	font-weight:bold;
	font-size:19px;
	color:#532748;
	text-align:right;
	display:block;
}

.article .prix_barre{
	font-size:15px;
	font-weight:bold;
	color:#36151f;
	text-decoration:line-through;
	float:right;
	margin-right:5px;
	margin-top:5px;
	display:block;
}
.article .img .new{
	position:absolute;
	right:3px;
	top:6px;
}
.article .img .exclusif{
	background-color:#FFF;
	width:78px;
	position:absolute;
	bottom:6px;
	left:14px;
	text-align:center;
}
.article .img .promo{
	width:47px;
	height:22px;
	color:#FFF;
	background-color:#ba1b3d;
	font-size: 15px;
	font-family: FuturaBold;
	text-align:center;
	line-height:22px;
	position:absolute;
	bottom:-1px;
	right:12px;
}

.article .livraison,.article .paiement{
	float:left;
}
.article .livraison{
	margin-top:2px;
	width:159px;
	height:17px;
	text-align:center;
	line-height:20px;
	font-size:11px;
	color:#8d0f3e;
	text-transform:uppercase;
	font-family: FuturaLight, Arial,Helvetica,Sans serif;
	background-color:#d9d3d1;
}

/************/
/*************layer article commun************/
.layer_article .article > a {
	margin-top:10px;
}
.layer_article{
	width:261px;
	height:316px;
	background:url(/sites/gsell/images/bg_layer_article.png) no-repeat -3px 3px;
	padding:15px;
	position:absolute;
	margin-top:-25px;
	margin-left:-15px;
	display:none;
	z-index:999;
}
.layer_article.right{
	right:-21px;
	left:inherit;
	margin-left:inherit;
	*right:0;
	*left:-111px;
}
.layer_article .left, .layer_article .right{
	float:left;
}
.layer_article .right{
	width:96px;
	margin-left:0px;
}
.layer_article .right .couleurs{
	margin-left:9px;
	margin-top:18px;
}

.layer_article .left .article{
	margin-left:0px;
}
.layer_article .article{
	margin-top:0px;
}
.layer_article .right .btn{
	width:68px;
	margin-left:14px;
	margin-top:18px;
	float:left;
}
.layer_article .right a.lien{
	margin-left:5px;
	margin-top:10px;
	float:left;
}
.layer_article .couleurs .couleur {
    background:url(/sites/gsell/images/sprite.png) no-repeat 0px -1759px;
    display: block;
    float: left;
    height: 22px;
    padding: 8px 7px 7px 7px;
    width: 22px;
}
.layer_article .couleur.selected {
    background:url(/sites/gsell/images/sprite.png) no-repeat -60px -1759px;
}
.layer_article .couleur img {
    border: medium none;
    float: left;
}
.layer_article .lien{
	color:#532748;
	font-size:10px;
	background:url(/sites/gsell/images/resultats/sprite.png) no-repeat 0 -134px;
	padding-left:10px;
	margin-left:42px;
}
.layer_article a.lien span{
	text-decoration:underline;
}
