h3 {
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 1px #666;
	
	background-image: -moz-linear-gradient(top, #FF9A35, #ffcb97); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FF9A35),color-stop(1, #ffcb97)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF9A35', EndColorStr='#ffcb97'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF9A35', EndColorStr='#ffcb97')"; /* IE8 */
	
	margin-bottom: 10px;
}

h3 a {
	color: #333;
	text-decoration: none;
}



h3.cuisine {
	background: none;
	border: 0;
	text-shadow: #444 0px 1px 1px;
	color: #FF9A35;
	font-size:24px;
	margin-bottom: 15px;
}
h3.cgreen {
	color:#9c0;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
	border-bottom: 1px solid #9c0;
	
	-webkit-box-shadow: 0px 1px 1px #444;
	-moz-box-shadow: 0px 1px 1px #444;
	box-shadow: 0px 1px 1px #444;
}
h3.cuisine a {
	color: #FF9A35;
	text-decoration: none;
}

ul.recettes li {
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #888;
	padding-right: 20px;
}

ul.recettes li a {
	color: #000;
	text-decoration: none;
}
ul.recettes li a:hover,
ul.recettes li a:hover strong {
	color: #000;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
