td.menu_panier {
	font-weight: bold;
	display: block;
	text-decoration: none;
	background: url(lien.png) 0 0 repeat-y;
	width: 160px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: left;
	color: #c6322c;
}

td.lien_menu a{
	font-weight: bold;
	display: block;
	text-decoration: none;
	background: url(lien.png) 0 0 repeat-y;
	height: 25px;
	width: 160px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: left;
	color: #c6322c;
}

td.lien_menu a:hover {
	font-weight: bold;
	display: block;
	text-decoration: none;
	background: url(lienhover.png) 0 0 repeat-y;
	height: 25px;
	width: 160px;
	color: #c6322c;
}
h3 {
	font-weight: bold;
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	color: #135cae;
	margin-top: 20px;
}
strong {
color: #c6322c;
font-size: 13px;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	color: #c6322c;
	font-size: 15px;
	background-color: #f9f9f9;
}

h2 {
	color: #c6322c;
	font-size: 16px;
}
h4 {
	color: #333333;
}

.cache {
	color: #9ccd00;
}