@charset "utf-8";
/* CSS Document */

.titre {
	color:#015cab;
	font-size:15px;
	font-weight:bold;
	margin:0;
	padding:15px 0;
	text-transform:uppercase;
	clear:both;
	width:95%;
	border-bottom:1px solid #06C;
}

.texte {
	margin:0;
	padding:10px 10px 0px 0px;
	text-align:left;
	font-size:14px;
	text-align:justify;
}

.texte em {
	border-bottom:dotted 2px #693;
	background-color:#CFFDCE;
	line-height:25px;
	font-style:normal;
}

.liste {
	margin:0;
	padding:0px;
	font-size:14px;
	text-align:justify;
	list-style-type:square;
	list-style-position:inside;
}

.liste em {
	border-bottom:dotted 2px #693;
	background-color:#CFFDCE;
	line-height:25px;
	font-style:normal;
}
