/* vignette vente flash rollover */

/* utilisé par venteFlashRollover.js */
#trailimageid {
	clear: both;
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 270px;
	height: 0px;
	z-index: 200;
}

/* vignette */
#trailimageid .VenteFlashProduitPhare .calque {
	position: absolute;
	z-index:2;
	top:20px;
	left:200px;
	height:146px;
	width:270px;
	background:url(/vente_flash/img/fond.gif) no-repeat center;
}
#trailimageid .VenteFlashProduitPhare .txt_vente {
	z-index: 100;
	position: absolute;
	left: 95px;
}
#trailimageid .VenteFlashProduitPhare .calque .produit {
	position: absolute;
	top: 20px;
	left: 0px;
	margin: 5px 10px 0 15px;
	z-index: 10;
}
#trailimageid .VenteFlashProduitPhare .calque .fond_noir {
	background-color: #000;
	position: absolute;
	width: 262px;
	margin-top: 40px;
	margin-right: 7px;
	margin-bottom: 30px;
	margin-left: 4px;
	top: 0px;
}
#trailimageid .VenteFlashProduitPhare .calque .texte {
	float: right;
	width: 180px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fff;
	font-size: 12px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
#trailimageid .VenteFlashProduitPhare .calque .texte strong {
	color: #f60;
	font-size: 16px;
}
#trailimageid .VenteFlashProduitPhare .calque .texte .barre {
	text-decoration: line-through;
}
#trailimageid .VenteFlashProduitPhare .calque .texte em {
	font-style: italic;
	margin-top: 5px;
	font-size: 14px;
	text-align: left;
}
#trailimageid .VenteFlashProduitPhare .calque .texte .compteur {
	display: inline;
	border-left-color: #fff;
	border-left-style: solid;
	border-left-width: 1px;
	font-size: 18px;
	line-height: 18px;
}
#trailimageid .VenteFlashProduitPhare .calque .texte .stock {
	text-align: right;
}
#trailimageid .VenteFlashProduitPhare .calque .texte .interligne {
	border-bottom-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

