@charset "utf-8";
/* CSS Document */
#edito{
	margin:0px;
	width:679px;
	height:240px;
	text-align:left;
	background-color:#eaeaea;
	float: left;
	overflow: hidden;
}

	#edito div {
		text-align:justify;
	}

		#edito .edito_1 {
			float:left;
			width:290px;
			height:140px;
			padding:20px;
		}

		#edito .edito_2 {
			float:left;
			width:300px;
			height:140px;
			padding:20px;
		}


