@charset "utf-8";
/* CSS Document */
#edito_simple{
	margin:0px;
	width:180px;
	text-align:left;
	background-color:#fff;
	float:left;
	color: #333;
	overflow: hidden;
}
	
	#edito_simple h4 {
		padding: 0;
		margin: 0;
		background: #eaeaea;
		border-bottom: 1px solid #eaeaea;
		margin: 1px;
		color: #000;
		width: 168px;
		font-family: Arial;
		font-size: 15px;
		font-weight: normal;
		text-transform: none;
		padding: 5px;
	}
	
	#edito_simple .edito_1 {
		text-align:justify;
		width:155px;
		padding: 5px 20px 5px 20px;
	}
	
	#edito_simple .edito_1 li {
		margin-bottom:10px;
	}
	
	
