/* CSS Document */

.reseller {
	width: 310px;
	height:75px;
	float:left;
}


.menu_cat {
	padding:10px 20px;
	margin-bottom:25px;
	border-bottom:1px dashed #C9CFA8;
	border-top:1px dashed #C9CFA8;
	background-color:#DDDFD1;
}
.menu_cat div {
	display:inline-block;
	margin-right:20px;
}
*+html .menu_cat div {
	display:inline;
}
.menu_cat span {
	font-size:16px;
	font-weight:bold;
}

h2 {
	clear:both;
}
#contenu a.retour_menu {
	clear:both;
	display:block;
	text-align:right;
	font-weight:bold;
	color:#8F5550;
}
	
.box_cat {
	border:1px solid #CEC68E;
	background-color:#F3F4ED;
	padding:0px 15px 15px 15px; 
	margin-bottom:15px;
}

#contenu a.recette {
	padding:15px 10px;
	float:left;
	width:269px;
	display:block;
	margin-bottom:10px;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#B7A442;
	font-weight:bold;
}

#contenu a.recette:hover {
}

.image_recette {
	float:left;
	margin-right:15px;
	border:1px solid #B7A442;
	display:block;
	height:60px;
	overflow:hidden;
	background-image:url(../../images/contenu/place-holder-recette.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

.image_recette img {
	border:none;
}

.image_recette ,
.image_recette img {
	width:80px;
}

.recette .titre_recette {
	
}