body {
	background: #471c15 url(img/striped.jpg) repeat-y top left;
	height: 100%;
	font-family: Arial;
	font-size: 12px;
}

.center {
	text-align: center;
	}
	

a {
	color: #9fb805;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	}
	
a:hover {
	color: #3f4f4e;
	background: #9fb805;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	}
	
#page {
	background: white;
	width: 520px;
	position: absolute;
	top:0px;
	left: 15px;
	}
	
#main {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#ban {
	background: transparent url(img/vachement.jpg) no-repeat;
	width: 500px;
	height: 245px;
	margin-left: 10px;
	}
	
#sidebar {
	position: absolute;
	width: 300px;
	left: 540px;
	top: 0px;
	}
	
h3, #sidebar h2 {
	color: #9fb805;
	font-family: Impact;
	font-size: 24px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

#sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 1px;
	}


.titre, .titre a {
	color: #3f4f4e;
	font-family: Impact;
	font-size: 32px;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}



.post-title, .post-title a {
	color: #3f4f4e;
	font-family: Impact;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

.post-info {
	color: #9fb805;
	margin-top: 0px;
	padding-top: 0px;
	}
	
.comment-author, .comment-author a {
	font-size: 20px;
	color: #3f4f4e;
	}
	
.comment-date {
	font-size: 12px;
	color: #9fb805;
}

.comment-info {
	padding-top: 2j0px;
	}
	
blockquote {
	border-bottom: 5px solid #471c15;

	margin: 0px;
}

fieldset {
	border: none;
	}
	
#footer {
	width: 500px;
	text-align: center;
	}
