
#prelude {
	position : relative;
	background: #63543B;
	margin-top: 0;
	border: 0 none;
	width: 820px;
	height: 278px;
}

#prelude img{
	display: block;
}

#accueil{
	border: 0 none;
	margin-top: 0px;
	padding: 0 0 0 0px;
}

#accueil p{
	font-size : 0.85em;
	font-style : normal;
	font-weight : lighter;
	text-align: justify;
	color: #1E1E1E;
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
}

#img_titre{
	background: url(images/title_home.gif) no-repeat;
	margin: 0 0 50px 0;
	padding: 0;
	border: 0;
	width: 465px;
	height: 41px;
}

/* POSTS
-------------------------------------------------------- */

.post-content{
	line-height : 1.8em;
	font-size : 0.85em;
	font-style : normal;
	font-weight : lighter;
	text-align: justify;
	color: #1E1E1E;
	margin-bottom: 30px;
}

.post-title {
	font-family : Arial,Geneva,Helvetica,sans-serif;
	color: #63543B;
	font-size: 16px;
	font-weight : bold;
	border-bottom: 0px solid #D1CCC5;
	text-align: center;
	margin-bottom: 20px;
	background: #ffffff;
	
}

.post-bigtitle {
	font-family : Arial,Geneva,Helvetica,sans-serif;
	color: #F6FDE1;
	font-size: 16px;
	font-weight : bold;
	border-bottom: 0px solid #D1CCC5;
	text-align: center;
	margin: 0 0 40px 0;
	padding: 4px 0 3px 0px;
	background: #63543B;
	
}

.post-bigtitle2 {
	font-size: 12px;
	font-weight : normal;
}

.post-title a {
	text-decoration : none;
}

.chapo {
	margin-bottom : 2em;
}
.chapo p:first-letter {
	/*font-weight : bold;
	font-size : 2.5em;
	font-family : serif;
	float : left;
	margin-right : 0.2em;*/
}

.post-info, .post-info-co {
	font-size : 0.85em;
	/*text-align : right;*/
}

.post-info {
	margin : 0;
}

.post-info-co {
	clear : both;
	margin-top : 0;
}

.post{
	margin : 1.5em 0 0 0;
}


