

* {
   margin:0;
   padding:0;
}

html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	background:#ffffff;
}

a {
	text-decoration:none;
}

#container {
   width:800px;
   margin:0 auto;
}

#header {
   position:relative;
   float:left;
   width:800px;
   background:#ffffff;
}

#infos-header {
   width:800px;
   height:180px;
   margin:10px 0 10px 0;
   background:#ffc0a9 url('images/header1.png');
}

#navigation{
	width:800px;
	background-color:#ffffff;
	border-left:1px solid #826d4e;
}

#navigation ul li{
	display:inline;
	list-style:none;
	padding:10px;
	border-right:1px solid #826d4e;
}

#navigation ul li a{
	color:#826d4e;
	font:bold 1.2em Verdana, Arial, Helvetica, sans-serif;
}

#navigation ul li a:hover{
	color:#000000;
}


h1 {
   position:absolute;
   left:20px;
   bottom:40px;
   font-size:1em;
   text-transform:uppercase;
}

h1 a:link, h1 a:visited {
   color:#FFF;
   text-decoration:none;
}

h1 a:hover {
	color:#778811;
}

#description {
   position:absolute;
   left:20px;
   bottom:20px;
   font-size:0.8em;
   color:#EBF7FD;
}

#main {
   position:relative;
   float:left;
   width:800px;
   background:#ffffff;
}

#main-content {
	position:relative;
	float:left;
	width:561px;
	margin:10px 0 10px 0;
	display:inline;
	padding:0;
}

#intro { 
	width:571px;
	font:bold 1em Verdana, Arial, Helvetica, sans-serif;
	color:#826d4e;
	padding:25px 0 25px 0;
	border-top:25px solid #baa072;
}

#intro p { 
	padding:0 10px 0 0;
}

.recent { 
	font:bold 1.3em Verdana, Arial, Helvetica, sans-serif;
	padding:20px;
}


#intro a { 
	color:#baa072;
	text-decoration:none;
}

#intro a:hover { 
	color:#826d4e;
	text-decoration:none;
}




/* ARTICLES */

.post {
   margin:0 0 30px 0;
   font-size:0.95em;
   text-align:justify;
   line-height:1.5em;
   padding:0;
}

.post-content {
	padding:20px;
	border-left:1px solid #baa072; 
}

.post ul, .post ol {
   margin:10px 0 10px 40px;
}

.post h2 {
	font-size:1.1em;
	margin:0;
	width:561px;
	padding:3px 0 3px 10px;
	background:#baa072;
}

.post h2 a:link, .post h2 a:visited {
	color:#ffffff;
	text-decoration:none;
}

.post h2 a:hover {
	color:#dfd4c1;
	background:none;
}

.post a:link {
	color:#DDBB55;
	font-weight:bold;
}

.post a:hover, post a:visited {
   background:#EFDFB3;
}

blockquote {
   background:#eee;
   padding:10px;
   margin:5px 0 5px;
   border-top:1px solid #ddd;
   border-bottom:1px solid #ddd;
}

.postmetadata {
	background:#ffffff;
	width:561px;
	margin:0 0 5px 0;
	padding:5px 10px 5px 0;
	border-top:1px solid #baa072;
	border-right:1px solid #baa072;
	border-bottom:1px solid #baa072;
	font-size:0.9em;
	color:#564630;
}

.postmetadata a:link {
	color:#baa072;
	text-decoration:none;
}

.postmetadata a:hover, .postmetadata a:visited {
	color:#baa072;
	font-weight:bold;
}

#signature {
	margin:30px 0 0 0;
	font-size:0.9em;
	color:#baa072;
}

#signature a:link {
	color:#baa072;
	font-weight:bold;
	text-decoration:none;
}

/* SIDEBAR */

.sidebar-wrapper {
	position:relative;
	float:right;
	display:inline;
	width:200px;
	margin:10px 0 30px 0;
	padding:0;
	background:#dfd4c1;
}

#abonnements {
	position:relative;
	float:right;
	width:190px;
	margin:0;
	padding:5px 5px 10px 5px;
	background-color:#baa072;
}

#searchform {
   position:relative;
   float:right;
   margin-top:5px;
}

#s {
	background:#dfd4c1;
	border:1px solid #FFF;
	width:155px;
}

#searchsubmit {
   background:transparent;
   border:none;
   color:#FFF
}

img#rssfeed {
   border:none;
}

.rss {
	font:bold 1.1em Verdana, Arial, Helvetica, sans-serif;
}

#sidebar {
   position:relative;
   float:right;
   width:200px;
}

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

#sidebar li {
   margin:15px;
   list-style-type:none;
   line-height:1.5em;
}

#sidebar li ul li {
   margin:3px;
}

#sidebar h2 {
	font-size:1.1em;
	color:#a8885c;
	margin-top:10px;
	font-weight:bold;
}

#sidebar a, #sidebar a:visited {
	color:#826d4e;
	text-decoration:none;
}

#sidebar a:hover {
	color:#000000;
}

/* FOOTER */

#footer {
	position:relative;
	float:left;
	width:800px;
	color:#ffffff;
	padding:7px 0;
	margin:0 0 10px 0;
	font-size:0.9em;
	text-align:center;
	background:#ffc0a9 url('images/footer.jpg');
}

#footer a:link, #footer a:visited {
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover {
	color:#dfd4c1;
}

/* COMMENTS */

h3#comments {
   margin:10px;
   font-size:0.9em;
}

textarea#comment {
   margin:10px;
   width:350px;
}

#commentform input {
   margin:0 10px;
   width:200px;
}

ol.commentlist {
   background:#dfd4c1;
   width:430px;
   padding:10px;
}

ol.commentlist a:link, ol.commentlist a:visited {
   text-decoration:none;
   color:#6B7D8F;
   font-weight:bold;
}

ol.commentlist a:hover {
   background:#EFDFB3;
}

ol.commentlist li {
   margin:0 0 20px 20px;
   font-size:0.9em;
}

#commentform label {
   font-size:0.8em;
   color:#888;
}


