div.corps_article {
	overflow: auto;
}

div#volet_gauche {
	float: left;
	width: 50%;
	margin-top: 10px;
	font-size: 12px;
	text-align: center;
}

div.paragraphe {
	text-align: justify;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: solid 1px #f0f0f0;
	background: #BFDAED;
	padding: 10px;
}

div.paragraphe:first-line {
	display: list-item;
	list-style-image: url('../images/fleche_bleue.png');
	font-weight: bold;
	text-decoration: underline;
}

div.paragraphe p {
	margin: auto;
}

div#volet_droite {
	float: right;
	width: 47%;
	margin: 10px 1%;
	font-size: 12px;
	text-align: justify;
}

div#offre {
	background: #BFDAED;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#titre_offre {
	text-align: center;
	font-weight: bold;
	text-decoration :underline;
}

div#volet_droite ul {
	margin: auto;
	margin-top: 12px;
	padding: 0px;
	list-style-type: square;
	list-style-position: inside;
}

div#volet_droite ul > li{
	width: 85%;
	margin: auto;
	margin-bottom: 5px;
	font-weight: normal;
	border-bottom: solid 1px #ffffff;
	color: #4f4f4f;
}

div#volet_droite ul > li:first-line{
	margin: auto;
	text-decoration :none;
	color: #4f4f4f;
	font-weight: normal;
}
