#edito_gauche{
	float: left;
	margin-left: 30px;
	width: 260px;
}
#edito_droit {
	border: none;
	float: left;
	width: 260px;
	margin-left: 30px;
	background: url(../design/images/bg_feuillet_accueil.jpg) no-repeat top left;
	padding-top: 10px;
	padding-bottom: 25px;
}
#edito_droit_photo {
	width: 169px;
	margin-left: 45px;
}
#edito_droit_content {
	width: 234px;
	background-color: #f7f6f0;
	padding-left: 5px;
}

/* ******************************************************** GESTION LISTING  ********************************** */
li a.menu_edito, li a.menu_edito_on {
	display: block;
	height: auto;
	width: 245px;
	margin: 1px 0;
	padding: 2px 3px;
	color: #004b67;
	text-decoration: none;
	line-height: 20px;
}
li a.menu_edito {
	background-color: #d9f0fa;
}
li a.menu_edito:hover, li a.menu_edito_on {
	background-color: #f7f6f0;
}
