
html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #EDFBD2 url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2B4E15;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family:  Arial, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
	text-align: justify;
}

ul, ol {
}

blockquote {
}

a {
	color: #71AB48;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
	height: 100%;
	min-height: 100%;
	background: url(images/img02.jpg) repeat-x left bottom;
}

html>body #wrapper {
	height: auto;
}

/* Menu */

#menu {
	width: 778px;
	height: 56px;
	padding-top: 10px;
	margin: 0 auto;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	height: 20px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: #949684;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #949684;
	color: #FFFFFF;
}

/* Logo */

#logo {
	width: 778px;
	height: 180px;
	margin: 0 auto;
	color: #FFFFFF;
}

#logo_text{
	width: 350px;
	height: 180px;
	float: right;
}

#logo_img{
	width: 428px;
	height: 180px;
	float: left;
}

#logo_text h1 {
	float: left;
	margin: 0;
	padding: 50px 0 0 20px;
	letter-spacing: -2px;
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 50px;
}

#logo_text h2 {
	padding: 2px 0 0 90px;
	letter-spacing: -1px;
	float: left;
	margin: 0px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
}

#logo_text a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo_img img{
	width: 414px;
	height: 260px;
	float: right;
	/*border: 5px solid #cbccb6;	*/
	margin: -16px 0 0 0;
	
}

/* Page */

#page {
	width: 778px;
	margin: 0 auto;
	padding: 20px 0;
	vertical-align: top;

}

/* Content */

#content {
	float: left;
	width: 494px;
	margin-top: 80px;	
}

.post {
	padding-bottom: 20px;
}

.post .title {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: 2px;
}

.post .title_red {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: 2px;
	font-size: large;
	color: Red;
}

.post .title a {
	text-decoration: none;
	color: #57A122;
	text-transform: uppercase;
}

.post .entry {
	padding: 10px 20px 0 20px;
	/*border-left: 1px solid #556B2F;		*/
}

.post .meta {
	height: 30px;
	border-bottom: 1px solid #3E5C0E;
	font-weight: bold;
	background-image: url(images/book.png);
	background-repeat: no-repeat;
	background-position: right;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.permalink{
	margin-right: 20px;
}

.post .permalink {
}

#magazine{
	float: left;
	width: 240px;
}

#utile{
	float: right;
	width: 240px;
}

#magazine li, #utile li{
	list-style: none;
	font-weight: bold;
}

#magazine img, #utile img{
	float: right;
	padding: 50px 0 0 20px;
}
#magazine h2, #utile h2{
	letter-spacing: 0px;
	text-decoration: none;
	color: #000000;
	text-transform: uppercase;
	font-size: 12px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
	vertical-align: top;

}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 15px;
}

#sidebar li li {
	margin: 0;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 22px;
	margin: 0;
	padding: 6px 0 3px 20px;
	background: #B6E074;
	border: 1px  dotted #4D7C2B;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/* Search */

#search form {
	padding: 20px;
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}

/* Footer */

#footer {
	clear: both;
	padding: 10px 0;
	font-size: smaller;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}
