/* CSS Document */

/* Encarts sur la page d'accueil : articles en promo */
.articles_promotion {
	position:relative;
	height:190px;
	width:580px;
	background-image:url(../img/bg/cadre-noir-190.png);
	overflow:hidden;
}

.articles_promotion ul {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}

.articles_promotion li {
	position:relative;
	margin:0;
	padding:0;
	margin-top:2px;
	float:left;
	height:188px;
	width:192px;
	background-image:url(../img/bg/encart-article-promo.png);
	background-repeat:no-repeat;
}

.ap_titre {
	position:absolute;
	top:5px;
	left:40px;
	text-align:center;
	width:125px;
	color:#152556;
	font-size:12px;
	font-weight:bold;
}

.ap_titre a {
	color:#152556;
	text-decoration:none;
}

.ap_titre a:hover {
	color:#820A0B;
	text-decoration:none;
}

.ap_img {
	position:absolute;
	top:45px;
	width:185px;
	text-align:center;
}

.ap_prix_promo {
	position:absolute;
	top:118px;
	left:10px;
	height:22px;
	width:58px;
	overflow:hidden;
	background-image:url(../img/bg/barre-prix-gris.png);
	text-decoration:line-through;
	padding:2px 22px 0px 0px;
	text-align:right;
}

.ap_prix {
	position:absolute;
	bottom:17px;
	right:45px;
	color:#FFFFFF;
	font-size:18px;
}

.ap_previous {
	position:absolute;
	top:2px;
	left:-10px;
	background-image:url(../img/bt/fg-carousel.png);
}

.ap_next {
	position:absolute;
	top:2px;
	right:-10px;
	background-image:url(../img/bt/fd-carousel.png);
}


/* Articles associés */
.as_container, .ap_container {
	position:relative;
	width:580px;
}

.as_container_560 {
	position:relative;
	width:560px;
}

.articles_associes {
	position:relative;
	height:185px;
	width:100%;
	overflow:hidden;	
}

.articles_associes ul {
	position:relative;
	margin:0;
	padding:0;
}

.articles_associes li {
	position:relative;
	margin:0;
	padding:0;
	background-image:url(../img/bg/encart-article.png);
	float: left;
    list-style: none;
    height:185px;
	width:192px;
}

.as_previous {
	position:absolute;
	top:0px;
	left:-10px;
	background-image:url(../img/bt/fg-carousel.png);
}

.as_next {
	position:absolute;
	top:0px;
	right:-10px;
	background-image:url(../img/bt/fd-carousel.png);
}

.as_titre {
	position:absolute;
	top:5px;
	left:10px;
	text-align:center;
	width:165px;
	color:#152556;
	font-size:14px;
	font-weight:bold;
}

.as_titre a {
	color:#152556;
	text-decoration:none;
}

.as_titre a:hover {
	color:#820A0B;
	text-decoration:none;
}

.as_img {
	position:absolute;
	top:45px;
	width:185px;
	text-align:center;
}

.as_prix_promo {
	position:absolute;
	top:118px;
	left:10px;
	height:22px;
	width:58px;
	overflow:hidden;
	background-image:url(../img/bg/barre-prix-gris.png);
	text-decoration:line-through;
	padding:2px 22px 0px 0px;
	text-align:right;
}

.as_prix {
	position:absolute;
	bottom:17px;
	right:45px;
	color:#FFFFFF;
	font-size:18px;
}
