h4 {
	font: bold 18px Verdana, sans-serif;
	margin: 0;
	padding: 0;
}
h5 {
	color: #000;
	font: bold 14px Verdana, sans-serif;
	border-bottom: 1px solid #EEC900;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0;
}
h5:first-letter {
	color: #000;
	background: #EEC900;
	padding: 4px 2px 4px 6px;
}

#recette .xboxcontent ul {
	width: 100%;
	border: 0;
	margin: 0 30px;
	padding: 0;
	line-height: normal;
}
#recette .xboxcontent li {
	border: 0;
	margin: 0;
	padding: 0;
	color: #000;
	overflow: visible;
	line-height: normal;
}
#recette-desc {
	margin: 0 20px;
}

#recette-add {
	margin: 0 20px;
}
#recette-add p {
	margin: 2px 0;
	padding: 0;
}
#recette-add label {
	float: left;
	width: 45%;
	padding-right: 1%;
	margin-right: 1%;
	text-align: right;
	background:#EEC900;
	height: 22px;
	line-height: 22px;
}

#recette-adsense {
}

#recette-plus {
	text-align: left;
}
#recette-plus h4 {
	font-size: 11px;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	color: #FF9A35;
}
#recette-plus input, 
#recette-plus textarea {
	font-size: 11px;
}
#recette-plus p {
	margin: 2px 10px;
	padding: 0;
}
#recette-plus label {
	float: left;
	width: 40%;
	padding-right: 2%;
	margin-right: 2%;
	text-align: right;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	background: #FF9A35;
}