html {
	color: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #41403c;
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

body {
	width: 760px;
	margin: 0px auto;
	padding: 0px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: white;
}

a:hover {
	color: #ff9900;
	text-decoration: underline;
}

.clear {
	clear: both;	
}

#main {
	background-image: url(images/background-1.jpg);
	background-repeat: repeat-y;
}

#main-inner {
	background-image: url(images/background-2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#main-texture {
	width: 735px;
	margin: 0px auto;
	padding: 20px 0px;
	background-image: url(images/fond-texture.jpg);
	background-repeat: repeat-y;
}

#content {
	margin: 0px 20px;
	margin-right: 0px;
	width: 473px;
	background-color: #1a1818;
}

#footer {
	margin: 0px;
	padding: 0px;
	height: 140px;
}

#top {
	height: 131px;
}

#top h1 {
	margin: 0px;
	padding: 0px;
}

#dc-footer {
	margin: 30px;
	margin-top: 0px;
	font-size: 10px;
}

div.post, #trackbacks, #comments {
	padding: 20px 10px;
	width: 453px;
	text-align: justify;
}

#comments {
	font-size: 12px;	
}

#comments p.comment-info {
	margin: 10px 20px;	
}

#comments blockquote {
	margin: 10px 20px;
	background-color: black;
	border: 1px dashed #41403c;
}

#comments blockquote p {
	margin: 10px;	
}

#comments form fieldset {
	border: none;	
}

div.post h2.post-title, #trackbacks h3, #comments h3 {
	margin: 0px;
	padding-left: 32px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 0px;
	height: 26px;
	width: 413px;
	background-image: url(images/barre_titre.png);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 18px;
}

div.post p.post-info {
	margin-top: 0px;
	margin-left: 32px;
	margin-bottom: 10px;
	font-size: 10px;
}

div.post p.post-info-co {
	margin: 10px 20px;
	font-size: 12px;
	padding: 0px;
	padding-top: 5px;
	border-top: 1px solid white;
}

div.post div.post-content, #trackbacks p, #comments form {
	padding: 0px;
	margin: 0px 20px;
	font-size: 12px;
}

#sidebar {
	width: 229px;
	float: right;
}

div.sidebar-module {
	width: 229px;
	margin-bottom: 20px;
}

div.sidebar-module h2 {
	width: 177px;
	height: 26px;
	background-image: url(images/module_haut.png);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding-left: 52px;
	padding-top: 14px;
	font-size: 14px;
}

div.sidebar-module div.module-inner {
	background-image: url(images/module_fond.png);
	background-repeat: repeat-y;
	font-size: 12px;
	padding: 10px 20px;
	padding-left: 40px;
}

div.sidebar-module div.module-inner ul {
	margin: 0px;
	padding: 0px;
}