BODY   { color: #000; background-color: #ffffff }

th   { color: #ff0; font-size: 12px; background-color: #660000; text-transform: uppercase }

A     { color: #600; text-decoration: none }

A:hover {
	COLOR: red;
	TEXT-DECORATION: underline;
}

table.panier {
	background-color:#000000;
	color=#FFFFFF;
}

td.ligne_panier {
	COLOR: black;
	BACKGROUND-COLOR:#F3E2A0;
	font-weight:bold;
}
td.panier_total {
	COLOR: black;
	BACKGROUND-COLOR:#FFCC66;
	font-weight:bold;
}
td.ligne_minipanier  { color: black; font-weight: bold; font-size: xx-small }

table.contenu  { color: #fff; background-color: #000000 }

tr.ligne_titre  { color: #fff; font-size: 12px; background-color: #660000; text-transform: uppercase }

tr.ligne_titre2  { color: black; font-weight: bold; background-color: #fc6 }
tr.ligne_contenu {
	COLOR: black;
	BACKGROUND-COLOR:#F3E2A0;
	font-weight:bold;
}
tr.ligne_total {
	COLOR: black;
	BACKGROUND-COLOR:#FFCC66;
	font-weight:bold;
}

.image {
	border: 1px solid #000000;
}

