body {
	margin: 0;
	padding: 0;
	background: #455054 url(images/img01.gif) repeat-x left top;
	font-size: 14px;
	text-align: justify;
	color: #000000;
}

body a {
	text-decoration:none;
}

body a:hover {
	cursor:hand;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Times, serif;
}

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 2em;
}
p, ol {
	line-height: 200%;
}
/* Header */

#header {
	width:950px;
	height: 250px;
	margin: 0 auto;
	background: url(images/logo.png) no-repeat left top;
}

#header-en {
	width:950px;
	height: 250px;
	margin: 0 auto;
	background: url(images/logo-en.png) no-repeat left top;
}

#header h1, #header p {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	padding: 122px 0 0 310px;	
}

#header-en h1, #header-en p {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	padding: 122px 0 0 310px;	
}
/* Page */

#page {
	width: 900px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 620px;
	margin-top: -70px;
	margin-bottom: 30px;
	padding: 30px 20px;
	background: #a7acaf url(images/bg-content.gif) no-repeat center top;
	border: 10px solid #FFFFFF;
	line-height: 150%;
	position:relative;
	z-index:12;
}

#content ul {
	line-height: 200%;
}

.title {
	margin: 0;
	padding-left:5px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

.title a {
	text-decoration: none;
	color: #3B3513;
}

.entry {
	padding-bottom: 20px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	margin-top: 50px;
}

#sidebar a {
	text-decoration:none;
	color: #4d4d4d;
}

#sidebar .linkRecette {
	color: #ffffff;
}


#sidebar .linkRecette:hover {
	text-decoration: underline;
}

#sidebar td {
	color: #ffffff;
	padding-left:8px;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
}

#sidebar li {
	padding-bottom:10px;
}

#sidebar li ul {
	padding: 0px 0px 0px 10px;
}

#sidebar h2 {
	margin: 0;
	height: 35px;
	padding: 5px 0px 0px 13px;
	background: url(images/img03.png) no-repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffff;
}

#sidebar h2:hover {
	background: url(images/img03_hover.png) no-repeat left top;
}

#sidebar a:hover {
	text-decoration: none;
	cursor:hand;
}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(images/img02.gif) repeat-x left top;
	text-align: center;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#footer p {
	margin: 0;
	padding: 20px 0px;
	text-transform: uppercase;
}

#footer p a {
	color: #FFFFFF;
}
