.tab_list_prod {
	width: 940px;
}

.tab_cat_prod {
	width: 432px;
}

.tab_apercu_produit {
	width: 508px;
	background-color: #faf4e7;
}

.apercu_subcat {
	height: 29px;
	color: #dcd1b2;
	text-transform: uppercase;
	background-image: url('../images/bg_apercu_subcat.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 4px;
	font-weight: bold;
}

.apercu_produit {
	height: 250px;
	background-image: url('../images/bg_apercu_produit.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 15px;
}

.apercu_titre {
	font-weight: bold;
	color: #462c0f;
}

.apercu_desc {
	color: #462c0f;
}

.liste_cat {
	font-size: 11px;
	color: #d62816;
	text-transform: uppercase;
	font-weight: bold;
}

.preview_img {
	border: 1px solid #a3a097;
}

a.prod_link:link {color: #3c2611; font-size: 11px; padding-left: 10px; text-decoration: none;}
a.prod_link:visited {color: #3c2611; font-size: 11px; padding-left: 10px; text-decoration: none;}
a.prod_link:active {color: #3c2611; font-size: 11px; padding-left: 10px; text-decoration: none;}
a.prod_link:hover {color: #FFFFFF; font-size: 11px; padding-left: 10px; background-color: #3c2611; display: block; text-decoration: none;}


