@charset "utf-8";
/* CSS Document */
#edito_simple{
	margin:0px;
	width:224px;
	height:285px;
	text-align:left;
	background-color:#eaeaea;
	float:right;
	overflow: hidden;
	color: #333;
}
	
	#edito_simple h4 {
		background-color:#4e1412;
		height:35px;
		width:204px;
		display:block;
		color:#FFF;
		text-decoration:none;
		font-size:16px;
		line-height:35px;
		margin:0px;
		padding:0px;
		font-weight:bold;
		padding-left:20px;
	}
	
	#edito_simple .edito_1 {
		text-align:justify;
		float:left;
		width:165px;
		height:140px;
		padding:30px;
	}
	
	#edito_simple .edito_1 li {
		margin-bottom:10px;
	}
	
	
