/* CSS Document */

#contenu {
	background-image:url(../../images/template/bg-contenu-accueil.jpg);
	padding-right:36px;
}

#box_recettes {
	float:right;
	width:222px;
	background-image:url(../../images/template/bg-bas-box.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:#f3f4ed;
	margin:0 0 124px 20px;
}

*+html #box_recettes {
	margin-bottom:110px;
}

#recettes {
	border:1px solid #cec68e;
	border-bottom:none;
	padding:15px 5px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:15px;
	text-align:center;
	font-size:14px;
	min-height:280px;
}

#recettes .titre {
	font-size:20px;
	color:#85954d;
	margin-bottom:15px;
}

#recettes a.lien_recette {
	color:#b7a442;
	font-weight:bold;
	display:block;
	line-height:14px;
	padding-bottom:15px;
	margin-bottom:4px;
	background-image:url(../../images/template/separateur-feuille.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
}

#recettes a.lien_voir_toutes {
	color:#8f5550;
}