body {
	font-family: Lucida Grande, Arial, Helvetica, Sans-serif;
	font-size: 0.8em;
	text-align: left;
	background: url('images/fond.jpg') no-repeat;
	color: black;
	margin: 0;
}

#page {
	margin: 0 auto 0 auto;
	width: 1000px;
	background-color: #ffffff;
}

#header {
	font-family: Trebuchet MS, Lucida Grande, Arial, Helvetica, Georgia, Sans-serif;
	float: left;
	background:#cccccc;
	width: 1000px;
	height: 150px;
	background: url('images/banniere.jpg') no-repeat;
}

#header h1 {
	padding: 0 20px 0 0;
	font-size: 2em;
	text-align: left;
}
 
#header p {
	padding: 0 20px 0 0;
	font-size: 1em;
	text-align: right;
}

#wBandeau, #wBandeau div, #wBandeau div div {
	margin: 0;
	padding: 0;
	display: block;
	text-align: left;
}

#wBandeau {
	display: none;
	position: absolute;
	font: 1em Trebuchet MS, Lucida Grande, Arial, Helvetica, Georgia, Sans-serif;
	color: #ccc;
	width: 100%;
	top: 150px;
	left: 0;
}

#wBandeau #wLiens {
	background: #393939;
	padding: 5px
}

#wBandeau #wContent {
	position: absolute;
}

#wBandeau a {
	color: #fff;
}

#wBandeau a:hover {
	color: gray;
}

#wBandeau #wContent div {
	display: none;
	width: 160px;
	background: #393939;
	padding: 5px;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

#wBandeau #wContent div li {
	list-style-type: none;
	list-style-position: outside;
}

#content {
	float: left;
	width: 580px;
	margin-bottom: 20px;
	background-color: #ffffff;
	padding: 20px;
	margin-top: 32px;
}


#content h2 {
	font-size: 1.3em;
	border: 1px dashed #393939;
	padding: 5px;
	text-align: center;
}

.post_content {
	font-size: 1em;
	color: #555;
	border: 1px solid #393939;
	padding: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}

.postmetadata {
	font-size: 0.8em;
	color: #999;
}

.sidebar {
	float: right;
	width: 330px;
	margin: 65px 20px 20px 25px;
	background-color: #ffffff;
	border: 1px solid #393939;
	-moz-border-radius: 10px;
}

.sidebar h2 {
	font-size: 1.2em;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 5px;
}

#footer {
	font-size: 1em;
	background:#393939;
	padding: 10px 10px 0 0;
	clear: both;
}

#footer p{
	text-align: center;
	font-size: 1em;
	padding: 0 10px 20px 0;
	color: white;
}

.comments-template{
	margin: 10px 0 0 0;
}
 
.comments-template ol{
	margin: 10px;
	padding: 0 0 0 15px;
	list-style: none;
}
 
.comments-template ol p{
	font-family: Trebuchet MS, Arial, Hevletica, Sans-serif;
	font-size: 0.9em;
}
 
.comments-template ol li{
	margin: 10px 0 0 0;
	line-height: 15px;
	padding: 0 0 10px;
}
 
.comments-template h2, .comments-template h3{
	font-size: 1.2em;
}
 
.commentmetadata{
	font-size: 0.9em;
}
 
.comments-template p.nocomments{
	padding: 0;
}
 
.comments-template textarea{
	font-family: Trebuchet MS, Arial, Hevletica, Sans-serif;
	font-size: 0.9em;
}
 
.cadre_commentaires {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.post_content a {
	color: #006699;
}
 
.post_content a:hover {
	color: #fff;
	background: #006699;
}
 
.sidebar a:hover {
	text-decoration: none;
	border-bottom: 1px dotted;
}