BODY {
	COLOR:#000000;
	background-image: url(Texture0219.jpg);
	top: 20px;
	bottom: 20px;
	border-left: 5px;
	border-top: 5px;
}

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

A {
	COLOR:#990000;
	TEXT-DECORATION: none;
}

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

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;
}

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

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

tr.ligne_titre2 {
	COLOR: black;
	BACKGROUND-COLOR:#FFCC66;
	font-weight:bold;
}
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;
}

