.wrapper-contenu {
	border: 1px solid #DDD;
	background-color: rgba(255,255,255,.9);
	padding: 0 .4em .4em
}
.wysiwyg {
	font-size: 14px;
	line-height: 120%;
	padding: 15px;
}
.wysiwyg h2 {
	font-size: 2em;
	font-family: "Asenine";
	margin-bottom: .5em;
	color: #000;
	line-height: 100%;
}
.wysiwyg h3 {
	font-size: 1.6em;
	font-family: "Asenine";
	margin-bottom: .5em;
	color: #000;
	line-height: 100%;
}
.wysiwyg h4 {
	font-size: 1.4em;
	font-family: "Asenine";
	margin-bottom: .5em;
	color: #000;
	line-height: 100%;
}
.wysiwyg h5 {
	font-size: 1.2em;
	font-family: "Asenine";
	margin-bottom: .5em;
	color: #000;
	line-height: 100%;
}
.wysiwyg h6 {
	font-size: 1em;
	font-family: "Asenine";
	margin-bottom: .5em;
	color: #000;
	line-height: 100%;
}
.wysiwyg p {
	font-size: 1em;
	line-height: 120%;
	color: #666;
	margin-bottom: 0.5em;
	text-align: justify
}
.wysiwyg ul, .wysiwyg ol {
	margin-bottom: 2em
}
.wysiwyg ul li {
	list-style-type: circle;
	font-size: 1em;
	list-style-position: inside;
	margin-left: 1em;
	line-height: 150%
}
.wysiwyg a {
	color: #659b05;
	font-weight: 700
}
.wysiwyg a:hover {
	text-decoration: underline
}
.wysiwyg img {
	background: 0 0;
	border: 1px solid #c3c1c1;
	padding: 10px;
	margin: 10px;
	max-width: 98%;
	height: auto;
}
.wysiwyg dl dt {
	font-weight: 700;
	font-style: italic
}
.wysiwyg dd {
	border-left: 1px solid #ccc;
	margin-bottom: 1em;
	margin-left: .5em;
	padding-left: 1em
}
.wysiwyg blockquote, .wysiwyg q {
	background-color: #f8f8fa;
	border: 1px solid #d1d1d1;
	clear: both;
	color: #585859;
	float: none;
	margin-bottom: 1em;
	padding: 10px 50px;
	-o-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden
}
.wysiwyg code, .wysiwyg pre {
	color: #585859;
	font-family: monospace;
	margin-bottom: 1em;
	text-align: left;
	white-space: normal
}
.wysiwyg .author {
	color: #010101;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;	
}
.wysiwyg .post_date {
	display: block;
    font-size: 11px;
    font-style: italic;
    font-weight: 700;
    padding-bottom: 15px;	
}
.message {
	/*border-top: solid 1px #ddd;*/
	margin-top: 20px;
	background: #fff;
	padding: 15px;	
}
.message .content .bloc{margin-top: 0;}