#accueil-prod {
	text-align: justify;
}

.thumb_bon {
	width: 206px;
	float: left;
	font-size: 11px;
}
.thumb_bon h4, .thumb_beau h4, .thumb_bien h4 {
	margin: 8px 0;
	color: #c60b1f;
	font-size: 13px;
	text-align: left;
}

.thumb_bon img, .thumb_beau img, .thumb_bien img {
	border: none;
}
/*
.thumb_beau {
	width: 134px;
	float: left;
	margin-left: 9px;
	font-size: 11px;
}*/

.thumb_bien {
	width: 205px;
	float: left;
	margin-left: 9px;
	font-size: 11px;
}


/* RECHERCHE */
#recherche_produit {
	padding: 10px 5px;	
}

#recherche_produit h4 {
	color: #c60b1f;
	font-size: 13px;
	font-weight: bold;
}
#recherche_produit h5 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
#recherche_produit select {
	display: block;
	width: 180px;
}

.nbr_results {
	font-size: 18px;
	font-weight: bold;
	color: #c60b1f;
}

/* LISTING DES PRODUITS */
#prod-listing .thumb-prod {
	float: left;
	text-align:center;
	width: 105px;
}

#prod-listing img {
	border: 1px solid #CCCCCC;
	width: 100px;
	height: 100px;
}
#prod-listing a {
	color: #666666;
}
#prod-listing p {
	font-weight: bold;
	padding: 2px;
	margin: 0;
}

.id_prod {
	float: left;
	background: url(../_img/tpl.nos-produits/id-footer.jpg) #f0f7f3 no-repeat bottom;
	width: 220px;
	padding-bottom: 30px;
}

.id_prod h5 {
	padding-left: 10px;
	font-size: 14px;
	color: #c60b1f;
}
.id_prod div {
	padding: 0 10px;
}


.ecometre {
	float: right;
	width: 195px;
}

.price {
	color: #c60b1f;
	font-size: 14px;
	font-weight: bold;
}

p.acheter {
	clear: both;
	text-align: center;
}
p.acheter img { border: none; }

h5.decouverte {
	font-size: 14px;
	font-weight: normal;
	color: #c60b1f;
}

/* Menu est spécifique... */
#Arbo_Dynamique li ul {
	list-style-type: disc;
	margin-left: 0px;
}

#Arbo_Dynamique li ul li ul {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

#Arbo_Dynamique li ul li ul li{
	padding: 0;
}

#Arbo_Dynamique li ul li, #Arbo_Dynamique li ul li a {
	color: #FFFFFF;
}


/* === VALEURS NUTRITIONNELLES === */
div.val_nutri{
	margin:10px 0px;
	padding:0px;
	background-color:#c3d1d2;
}
div.val_nutri img{
	/*margin-left:-10px;*/
}
div.val_nutri h5{
	color:#353f40;
	font-size:12px;
	margin-bottom:5px;
	text-align:center;
	padding:0px;
}

div.val_nutri table{
	margin:0px 8px;
	width:182px;
}
div.val_nutri table tr{
	height:17px;
	font-size:11px;
	background-color:#ffffff;
}
div.val_nutri table tr td{
	height:17px;
	font-size:11px;
	padding:4px 3px;
	border:none;
	background-color:#ffffff;
}

