body, html {
	height: 100%;
	}
	
body {	
	width: 877px;
	font-family: Georgia;
	font-size: 12px;
	color: #554e4e;
}

h1, h1 a {
	text-decoration: none;
	font-size: 60px;
	color: #96535a;
	background: url('img/titre.jpg') bottom left no-repeat;
	padding:0px;
	margin: 0px;
	font-weight: normal;
	}
	
a {
	color: #96535a;
	text-decoration: none;
	}

a:hover {
	border-bottom: 1px #96535a dotted;
	}
	
#top {
	background: url('img/header.png') top right no-repeat;
	height: 344px;
	width: 403px;
	position: absolute;
	top:0;
	right: 0;
	}
	
#page {
	width: 510px;
	background: url('img/page.jpg') left repeat-y;
	padding-left: 100px;
	min-height: 100%;
	}
	
#sidebar {
	position: absolute;
	top: 344px;
	right: 0px;
	width: 300px;
	text-align: left;
	}
	
#prelude {
	font-size: 10px;
	}
	
.post {
	margin-top: 50px;
	}
	
.post-title {
	font-size: 20px;
	text-transform: uppercase;
	background: url('img/title.gif') left no-repeat;
	padding-left: 17px;
	padding:O;
	margin: 0;
	padding-bottom: 0px;
	}
	
.post-info {
	padding-left: 15px;
	color: #96535a;
	padding:O;
	margin: 0;
	font-size: 10px;
	}
	
.post-info-co {
	padding-left: 19px;
	color: #96535a;
	padding:O;
	margin: 0;
	font-size: 10px;
	background: url('img/comm.gif') left no-repeat;
	}

h3 {
	color: #96535a;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 20px;
	}

fieldset {
	border: none;
	}
	
input , textarea {
	display: block;
	}

blockquote {
	border-top: 1px solid #96535a;
	border-right: 1px solid #96535a;
	border-left: 10px solid #96535a;
	padding:0px;
	margin: 0px;
	margin-top: 10px;
	padding: 10px;
	}

.comment-info {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	border-left: 10px solid #96535a;
	border-right: 1px solid #96535a;
	border-bottom: 1px solid #96535a;
	font-style: italic;
	padding-left: 10px;
	color: #96535a;
	}
	
h2 {
	color: #96535a;
	text-transform: uppercase;
	font-size: 16px;
	
	}
	
ul, li {
	list-style-type: none;
	margin-left: none;
	}