#Slidepromo, #Slideventes, #Slidecoeur{
	width:690px;
	height:194px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 26px;
	background-repeat:no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/*z-index:2;*/
}

#Slidepromo{
	background-image:url(../images/bg_promo.gif);
}

#Slideventes{
	background-image:url(../images/bg_ventes.gif);
}

#Slidecoeur {
	background-image:url(../images/bg_coeur.gif);
}

.titrepromo, .titrecoeur, .titreventes{
	background-repeat:no-repeat;
	width:245px;
	height:55px;
	position:absolute;
	margin-top:0px;
	margin-left:0px;
	z-index:1;
}

.titreventes{
	background-image:url(../images/titre_ventes.png);
}

.titrepromo {
	background-image:url(../images/titre_promo.png);
}

.titrecoeur {
	background-image:url(../images/titre_coeur.png);
}

.promoimage, .coeurimage, .ventesimage {
	width:259px;
	height:194px;
	margin:0px;
	float:left;
}

#PromoController, #ventesController, #coeurController{
	width:130px;
	height:15px;
	margin-top:0px;
	margin-left:550px;
	margin-bottom:0px;
	color:#fff;
	font-size:12px;
	cursor:pointer;
	position:absolute;
}

#PromoController span, #coeurController span, #ventesController span{
	width:15px;
	height:15px;
	margin-top:8px;
	margin-left:16px;
	margin-bottom:0px;
	color:#fff;
	font-size:12px;
	cursor:pointer;
	float:left	
}

#PromoController span.promojFlowSelected {
	color:#133d87;
	font-weight:bold;
}

#ventesController span.ventesjFlowSelected {
	color:#01c8d0;
	font-weight:bold;
}

#coeurController span.coeurjFlowSelected {
	color:#0372a2;
	font-weight:bold;
}

.promolegende, .coeurlegende, .venteslegende{
	width:390px;
	height:134px;
	margin-top:0px;
	padding-top:23px;
	margin-left:16px;
	float:left;
	}
	
.promolegende h1, .coeurlegende h1, .venteslegende h1{
	font-size:16px;
	font-weight:normal;
	margin-top:6px;
	margin-bottom:0px;
	color:#000;	
	}
.promolegende h2, .coeurlegende h2, .venteslegende h2{
	margin-top:6px;
	margin-bottom:0px;
	font-size:12px;
	color:#000;	
	}
.promolegende p, .coeurlegende p, .venteslegende p{
	margin-top:6px;
	margin-bottom:0px;
	font-size:12px;
	color:#666;
	}

.promolink, .coeurlink, .venteslink{
	width:400px;
	height:36px;
	background-repeat:no-repeat;
	background-position:right;
	margin-top:0px;
	margin-left:20px;
	margin-bottom:0px;
	padding-right:10px;
	text-align:right;
	float:left;
}

.promolink {
	background-image:url(../images/promolink.png);
}

.coeurlink {
	background-image:url(../images/coeurlink.png);
}

.venteslink{
	background-image:url(../images/venteslink.png);
}

.promolink a, .coeurlink a, .venteslink a{
	color:#FFF;
	font-size:14px;
	line-height:44px;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 26px;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
	}
	
.promolink a:hover, .venteslink a:hover, .coeurlink a:hover{
	color:#FFF;
	text-decoration:underline;
	}

#promojFlowSlide, #coeurjFlowSlide, #ventesjFlowSlide{
}


.promojFlowPrev, .coeurjFlowPrev, .ventesjFlowPrev{
	
	background-repeat:no-repeat;
	width:21px;
	height:29px;
	margin-left:0px;
	margin-top:-120px;
	position:absolute;
	cursor:pointer;
}

.promojFlowPrev {
	background-image:url(../images/gauche_promo.png);
}

.coeurjFlowPrev {
	background-image:url(../images/gauche_coeur.png);
}

.ventesjFlowPrev{
	background-image:url(../images/gauche_ventes.png);
}

.promojFlowNext, .coeurjFlowNext, .ventesjFlowNext{
	background-repeat:no-repeat;
	width:21px;
	height:29px;
	margin-left:669px;
	margin-top:-120px;
	position:absolute;
	cursor:pointer;
}

.promojFlowNext {
	background-image:url(../images/droite_promo.png);
}

.coeurjFlowNext {
	background-image:url(../images/droite_coeur.png);
}

.ventesjFlowNext {
	background-image:url(../images/droite_ventes.png);
}