/* ---------------------------------------------------- */
/* --------   Promo     ------------------------------- */
/* ---------------------------------------------------- */
	body {
		font-family: Arial, Times New Roman,  Helvetica, sans-serif;
		font-size: 13px;
		margin : 0;
	}

	.TitrePromo  {
		font-size : 15px;
		font-weight: bold;
		font-style: italic;
	}

	.TabPromo {
		font-size : 12px;
		font-weight: bold;
		border-collapse:collapse;
		border: #FFFFFF;
	}

	.PromoPrixBarre {
		font-size : 10px;
		text-decoration: line-through ;
	}
	
	.PromoPrix {
		font-size : 13px;
		font-weight: bold;
		color : #FF0000;
	}

	.NormalPrix {
		font-size : 13px;
		font-weight: bold;
	}

	A.PromoLien  {	
		font-size: 12px;
		text-decoration : none;	
		color : black;	
	}

	A.PromoLien:HOVER  {	
		text-decoration : none;	
		color : red;	
	}

	A.promo  {	
		font-size: 12px;
		font-weight: normal;
		text-decoration : none;	
		color : black;
	}

	A.promo:HOVER  {	
		font-size: 12px;
		font-weight: normal;
		text-decoration : none;	
		color : red;
	}


/* ---------------------------------------------------- */
/* --------   Banniere  ------------------------------- */
/* ---------------------------------------------------- */
.Banniere{
	font-size : 10px;
	font-weight: bold;
	text-align: center;
}

.Banniere_PrixPromo {
	font-size : 11px;
	color : #FF0000;
}

.Banniere_PrixBarre {
	text-decoration: line-through ;
}

A.Banniere {	
	text-decoration : none;	
	color : black;
}

A.Banniere:HOVER  {	
	text-decoration : none;	
	color : red;
}


