/*
Theme name : Libre
Theme URI: http://www.cdlaveyron/recitsdevol/
Description : theme du blog du cdvla
Version: 0
Author : Thomas Morel

Libre by Thomas Morel || http://www.lesmorels.com

*/
 
body {
font-family: Lucida Grande, Arial, Helvetica, Sans-serif;
font-size: 0.8em;
text-align: justify;
background: url(images/backg.gif);
margin: 0;
}
a{
	text-decoration: underline;
	color: #C1C4C9;
}
a:hover{
	text-decoration: none;
	background-color: #C1C4C9;
	color:#212836;
}
a:visited{
	text-decoration: none;
	color:#C1C4C9;
	
}


#page {
margin: 0 auto 0 auto;
padding: 0;
width: 800px;
color:#02090f;
background: url(images/body.jpg) repeat-y;
}

#header {
font-family: Trebuchet MS, Lucida Grande, Arial, Helvetica, Georgia, Sans-serif;
float: left;
background: url(images/header.jpg) no-repeat;
height: 200px;
width: 800px;
padding: 0 10px 20px 10px;
}

#content {
float: left;
width: 520px;
margin-bottom: 20px; 
padding:0px 15px 0px 15px;
}

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

.sidebar {
float: right;
width: 230px;
}

.post{
	border-bottom: 1px dotted  #ffffff;
}

.post h2 {
background: url(images/titrearticle.gif) no-repeat right center;
font-family: "Times New Roman" , serif;
text-align: left;
font-size: 2em;
color: white;
padding: 0 150px 0 0;
margin: 15px 0 0 0;

}

.post h2 a{
	text-decoration: none;
	color: #C1C4C9;
	font-style: italic;
	
}

.post h2 a:hover{
	text-decoration: none;
	background-color:#C1C4C9;
	color: #212836;
	font-weight: bold;
}

.post h2 a:visited{
	text-decoration: none;
	color: #C1C4C9;
	font-style: italic;
}

.postmetadata {
	font-style: italic;
	color: #C1C4C9;
	font-size: 0.7em;
	border-top: 1px dotted #02090f;
	border-bottom: 1px dotted  #02090f;
	height: 20px;
	padding: 5px 0 0 0;
	
}

#comments-template{
	width:520px;
	float: left;
	
}


.commentmetadata {
	font-style: italic;
	color:#C1C4C9;
	border-bottom: 1px dotted #C1C4C9;
	padding-bottom: 10px;
	
}

.comments-template ol p{
	padding: 15px 20px 10px 20px ;
	color:#e5c177;
	text-align: justify;	
}

.comments-template h3{
text-align: left;
font-family: "Times New Roman" , serif;
font-size: 1.5em;
font-style: italic;

color: #C1C4C9;
}

.more-link { 
display: block;
margin-top:10px;
color: #C1C4C9;
font-style: italic;
}

#footer {
font-size: 1em;
background:url(images/footer.jpg) no-repeat;
clear: both;
text-align: center;
width: 800px;
margin: 0px;
height: 180px;
padding: 10px;
}


