/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-top: 49px;
	padding: 0;
	background: url(images/img01.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	text-transform: none;
	font-weight: normal;
	color: #B0C600;
	font-style: italic;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	font-size: 11px;
}

a:link {
	color: #2d0d04;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
	color: #2d0d04;
}

a:visited {
	color: #2d0d04;
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 860px;
	height: 52px;
	margin: 0 auto;
	background-image: url(images/img02.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Menu */

#menu {
	float: left;
	width: 880px;
	height: 54px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

/* #menu li {
	display: block;
	float: left;
} */
#menu ul li {
	position:relative;
	list-style: none;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
}	
#menu a {
	display: block;
	float: left;
	letter-spacing: -0.5px;
	text-decoration: none;
	text-transform: none;
	color: #B0C600;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	;
	font-size: 16px;
	font-style: italic;
}

#menu a:hover { 
	text-decoration: none; 
	color: #A78A3D;
}

#menu .current_page_item a {
	color: #FFFFFF;
}
#menu ul ul {
	position: absolute;
	top: 40px;
	display:none;
	clear: both;
	width: auto;
	background-image: url(images/img03.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #FAE9BD;
}
#menu ul ul li{
	display:block;
	text-align: center;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu ul.niveau1 li.sousmenu:hover ul.niveau2, 
#menu ul.niveau2 li.sousmenu:hover ul.niveau3 {display:block;} 
/** LOGO */

#logo-wrap {
	width: 860px;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	background-image: url(images/img03.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo {
	width: 820px;
	height: 200px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: left top;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 75px;
}

#logo h1 { 
	padding-top: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-style: italic;
}

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

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #F9E6B4;
	padding-top: 170px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 850px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 620px;
	background-image: url(images/img10.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/* Content 2 */

#content2 {
	width: 850px;
	background-image: url(images/img03.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
}


/* Post */

.post {
	padding: 15px 15px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post h1 {
}

.post h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	font-size: 18px;
	color: #B0C600;
	background-image: url(images/img09.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.post .entry {
	padding: 0 15px;
}

.post .meta {
	padding: 15px 0 30px 0;
	border-top: 1px dotted #D1D1D1;
	font-size: 11px;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #666600;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(images/img11.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(images/img12.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 215px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sousmenu2 {
	background-image: url(images/sousmenu.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #B0C600;
}

#sidebar ul ul ul {
	list-style-position: inside;
	list-style-type: circle;
	color: #B0C600;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
}
#sidebar li li  li{
	margin: 0;
	padding-left: 15px;
	background: none;
}

#sidebar h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #B0C600;
	background-image: url(images/img07.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 115px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #BED99C;
}

#x {
	padding: 3px;
	border: none;
	background: #467805;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
	width: 860px;
	height: 125px;
	margin: 0 auto;
	background-image: url(images/img04.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer {
	margin: 0 auto;
	height: 64px;
	min-height: 64px;
	padding: 0;
}

html>body #footer {
	height: auto;
}

#footer p {
}

#legal {
	clear: both;
	padding-top: 10px;
	text-align: center;
	color: #999999;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

#legal a {
	color: #999999;
}
.posttitle {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #B0C600;
}

