body {
	background:url('./images/bois.gif') repeat #000;
	color:#323033;
	font:70% Verdana, Tahoma, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	}
	
div#page {
	width:700px;
	height:auto;
	margin:auto;
	border:5px solid #CCCCCC;
	background:url('./images/bois_menu.gif') repeat-y right #FFFFFF;
	}

ul , li { margin:0; padding:0; list-style-type:none; }
a { color:#333333; text-decoration:none; font-weight:bold; }
a:hover { color:#666666; font-weight:bold; }
a img { border:0; }
h1, h2, h3, h4, h5 { margin:0; font-size:100%; width:auto; }
p { margin:0; padding:5px 0; }
div.clear { clear:both; }
.cache { position:absolute; top:-500px; left:0; width:1px; height:1px; }

/* Header */

h1 { background:url('./images/header.png') no-repeat; width:675px; height:100px; padding:25px 0 0 25px; color:#FFF; font-size:200%; }

ul#prelude {
	width:700px;
	height:13px;
	background:#4F4329;
	text-align:center;
	font-size:80%;
	padding-top:2px;
	}

#prelude li { display:inline; }
#prelude a { border-right:1px solid #FFF; padding-right:4px; font-weight:normal; color:#FFF; }
#prelude a#end { border-right:0; padding-right:0; }

/* Conteneur General */

div#main {
	float:left;
	width:480px;
	height:auto;
	margin-bottom:20px;
	}
	
/* Posts & style */
div.post {
	margin:20px auto 20px auto;
	padding-left:13px;
	}
	
h2.post-title { color:#5F8518; font:180% normal; }
h2.post-title span { border-bottom:1px dashed #5F8515; }

div.post-content p.img { margin:auto; text-align:center; }

p.post-info { color:#816C3F; background:url('./images/info_bulle.png') no-repeat left; padding-left:19px; }
p.post-info a { font-weight:normal; color:#816C3F; }
p.post-info a:hover { font-weight:bold; }

a.suite { font-weight:normal; color:#5F8518; text-decoration:underline; }

p.post-info-co { text-align:right; border-bottom:1px dashed #816C3F; padding-bottom:0; }
p.post-info-co a { font-weight:normal; color:#816C3F; }

ul#pagination { text-align:center; }
#pagination li { display:inline; }
#pagination a { color:#323033; text-decoration:underline; font-weight:normal; }
#pagination a.selected { text-decoration:none; }
#pagination a:hover { font-weight:bold; }

/* Menu */

div#menu {
	width:170px;
	float:right;
	padding-right:20px;
	}

#menu h2 { text-transform:uppercase; font:170% normal; margin:10px auto 10px auto; }
#menu h2.vert { color:#0F6526; border-bottom:1px dashed #0F6526; }
#menu h2.rouge { color:#BC0023; border-bottom:1px dashed #BC0023; }
#menu h2.jaune{ color:#9AA255; border-bottom:1px dashed #9AA255; }

#menu h3 { color:#304766; font-size:130%; }

#menu ul { margin-bottom:20px; }
#menu ul li { border-bottom:1px dotted #A8A399; padding-bottom:2px; margin-top:4px; width:160px; margin-left:8px; }
#menu a { color:#323033; font-weight:normal; }
#menu a:before { content:"+   "; }

/* Footer */
	
p#footer {
	clear:both;
	width:687px;
	background:#4F4329;
	color:#FFF;
	padding-left:13px;
	font-size:90%;
	}
	
#footer a { font-weight:normal; text-decoration:underline; color:#FFF; }
