h3.receipt {
	font-family: 'Neutraface2DisplayTitling', sans-serif;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #bbb;
	
	margin-bottom: 10px;	
	
	background-image: -moz-linear-gradient(top, #ffcb97, #FF9A35); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffcb97),color-stop(1, #FF9A35)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffcb97', EndColorStr='#FF9A35'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffcb97', EndColorStr='#FF9A35')"; /* IE8 */
}
h3.titlereceipt {
	font-family: 'Neutraface2DisplayTitling', sans-serif;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #fff;
	
	margin-bottom: 10px;
	
	background-image: -moz-linear-gradient(top, #cce977, #99cc00); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #cce977),color-stop(1, #99cc00)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#cce977', EndColorStr='#99cc00'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cce977', EndColorStr='#99cc00')"; /* IE8 */
}
h4 {
	font-family: 'Neutraface2DisplayTitling', sans-serif;
	margin: 0;
	padding: 0;
	margin-left: 8px;
	margin-top: 10px;	
	border-bottom: 1px solid;
}
h5 {
	color: #000;
	border-bottom: 1px solid #EEC900;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0;
	font-family: 'Neutraface2DisplayTitling', sans-serif;
}
h5:first-letter {
	font-size: 20px;
	color: #000;
	background: #EEC900;
	padding: 4px 2px 0 6px;
	font-family: 'Neutraface2DisplayTitling', sans-serif;
}

#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;
}
#recette-desc iframe {
	margin: 0 auto;
}

#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 {
	text-align: center;
}

#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;
}
