hr {
	color : #99CCFF;
}
body {
	margin-left : 10px;
	margin-top : 20px;
	font-family : Tahoma;
	font-size : 11px;
}
TD {
	font-family : Tahoma;
	font-size : 11px;
}
A:ACTIVE, A:LINK, A:VISITED { 
	text-decoration : none; 
	color: #6633CC; 
	font-weight : bold;
}
A:HOVER {
	color : #CE6300;	
}
.prixBeforePromo{
	text-decoration: line-through;
}
.prixPromo{
	color : Red;
	font-weight : bold;
}
.nomProduit {
	font-size : 22px;
	font-weight : bold;
}
.accProduit {
	font-weight : bold;
}
.errText {
	font-weight : bold;
	font-size : 12px;
	
}
.errTitle {
	font-weight : bold;
	font-size : 20px;
}
.errNum {
	font-size : 10px;
	font-style : italic;
	font-weight : normal;
}
.titrePanier {
	font-size : 22px;
	font-weight : bold;
}
.titreAdesse {
	font-size : 15px;
	font-weight : bold;
}

@media print {
	.feedback {
    	visibility : hidden;
	}
}
