/* @override 
	http://www.frigoviande.com/assets/templates/2008/media/css/style.css
*/

body {
	font: 13px/18px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}

h1 {
	
}

h2 {
	font-size: 22px;
	line-height: 28px;
	margin: 12px 0;
}

h3 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}

h4 {
	font-size: 14px;
	line-height: 22px;
	float: left;
}

h5 {
	
}

p {
	margin-bottom: 10px;
}

a {
	color: #EE3129;
}

hr {
	height: 1px;
	float: left;
	width: 100%;
	border: 0;
	margin-top: 10px;
	border-bottom: 1px dotted #d3a55e;
}

small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	float: left;
}

#recettesFiche small {
	margin-bottom: 30px;
}

blockquote {
	display: block;
	padding: 10px 60px;
	float: left;
	margin-bottom: 20px;
}

blockquote:before, blockquote:after {
	color: #69c;
	display: block;
	width: 50px;
}

blockquote:before {
	content: open-quote;
	height: 0;
	margin-left: -0.55em;
}

blockquote:after {
	content: close-quote;
	height: 50px;
	margin-top: -70px;
}

ul li {
	list-style-type: disc;
	margin-left: 30px;
	padding: 2px;
}

ol li {
	list-style-type: decimal;
	margin-left: 30px;
	padding: 2px;
}

#header {
	display: none;
}

#top_image {
	display: none;
}

#nav {
	display: none;
}

#footer {
	display: none;
}

.container {
	width: 90%;
	margin: 0 auto;
	padding-top: 70px;
	margin-top: 10px;
	background: url(../images/logo-print.png) no-repeat left top;
}

#fancy_wrap {
	display: none;
}

table {
	text-transform: capitalize;
}

th, td {
	padding: 5px;
	border: 1px solid #999;
	border-top: none;
}

td {

}

th {
	background-color: #000;
	border-color: #000;
	color: #fff;
	font-weight: bold;
}

.sectionTitle th {
	background: #FFF none;
	border: none;
	border-bottom: 1px solid #000;
}

.sectionTitle th h3{
	margin-top: 20px;
	margin-bottom: 0;
}

tr.sectionTitle.alt th {
	background: #FFF;
}

tr.alt {
	background-color: #f3f3f3;
}

.note, .note.alt {
	font-style: italic;
	background: #ddd;
}

.infos {
	border: none;
}

