@charset "UTF-8";
html {
	height: 100%;
	width: 100%;
	margin: 0px;	
}

body {
	background-image: url(images/texture-fond.gif);
	margin: 0px;
}
#entete {
	background-image: url(images/Fond-entete.jpg);
	background-repeat: repeat-x;
	height: 114px;
	width: 100%;
	text-align:center;
}
#contenu {
	background-color: #000000;
	padding:0px 21px 21px 21px;
	width: 864px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dfdfdf;
}
#billets {
	float: left;
	width: 590px;
	margin-bottom: 25px;
	padding-top: 21px;
}
code {
	display: block;
	background: #999;
    border: 1px solid #ffffff;
    padding: 3px;
    margin: 6px;
}
#billets h2 {
	margin: 0px;
	font-variant: small-caps;
	font-weight: 100;
	font-size: 15px;
	color: #ad7b04; 
}
#sidebar h2 {
	margin: 0px;
	font-variant: small-caps;
	font-weight: 100;
	font-size: 15px;
	color: #ad7b04; 
}

#categories h2 {
	margin-top: 25px;
}
#links h2 {
	margin-top: 25px;
}		
#main {
	float: left;
	width: 221px;
}
.post {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
.post-content {
	font-size: 12px;
    line-height: 17px;
    background-color: #222222;
    padding: 10px;
}
.post-info a {
	color: #909090;
	text-decoration: none;
}
.post-content a {
	color: #909090;
	text-decoration: none;
}
#sidebar li{
	list-style-type: none;
}
#sidebar a{
	color: #DFDFDF;
	text-decoration: none;
}
#sidebar a:hover{
	padding-left: 2px;
}
#Mylinks {
	background-image: url(images/fond-contact.gif);
	background-repeat: no-repeat;
	float: right;
	text-align: right;
	margin-bottom: 21px;
}
#MyLinks a {
	background-color: #ad7b04;
	color: #000;
	padding: 1px 3px 1px 3px;
	text-decoration: none;
	float: right;
	margin-left: 3px;
}
#MyLinks a:hover {
	color: #fff;
}
#sidebar {
	background-image: url(images/fond-contact.gif);
	background-repeat: no-repeat;
	float: right;
	width: 199px;
	padding-right: 11px;
	padding-left: 11px;
	padding-top: 11px;
	margin-bottom: 25px;
	margin-top: 21px;
	

}
#sidebar ul, li {
	margin: 0px;
	padding: 0px;
}

#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #222222;
	
}
#leComment {
 margin-top: 15px;
 padding-bottom: 15px;
 border-top: 1px solid #222222;
 
 
}
#footer a{
	color: #222222;
	text-decoration: none;
	
}
.post-title a{
	color: #ad7b04;
	font-weight: 1px;
	text-decoration: none;
	margin-bottom: 3px;
}
.post-info {
	font-style: italic;
	margin-top: 3px;
	color: #222222;
}
.field input {
	border: 1px solid #222222;
	background-color: black;
	color: #DFDFDF;
	width: 120px;
}
.post-chapo {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
}
#co {
	margin: 0px;
	font-variant: small-caps;
	font-weight: 100;
	font-size: 15px;
	color: #ad7b04; 
	margin-right: 15px;
	

}
#comments h3 {
	margin: 0px;
	font-variant: small-caps;
	font-weight: 100;
	font-size: 15px;
	color: #ad7b04; 
	margin-bottom: 15px;
	

}
#comments fieldset {
	border: 1px solid #000000;
	margin-bottom: 10px;	

}
#OpenClose a {
	color: #DFDFDF;
	text-decoration:none;
	background-color: #222222;
}
.post-content h4 { display: block; background: #333; border: 1px solid #fff; padding: 7px }
