body {
 	background-image: none !important;
	color: #000000;
	width: 95%;
}


/* Début zone texte */
#content_text {
	width: 95%;
	float: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;	
}

#content_text hr {
	margin-top: 20px;
	margin-bottom: 20px;
}

#content_text h1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0;	
}

#content_text h2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 2px 0px 10px 0px;
}

#content_text h3, h4, h5, h6 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

#content_text p, pre, address {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 0px 0px 10px 0px;
}

#content_text sup {
	font-size: 10px;
	line-height: 8px;
	margin-left: 2px;
}

#content_text table {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

#content_text a { color: #000000; text-decoration: underline; }

#content_text ol {
	color: #000000;
	font-size: 11px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 10px;
	list-style-type: decimal;
	list-style-position: inside;
}

#content_text ul {
	color: #000000;
	font-size: 11px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 10px;
	list-style-type: disc;
	list-style-position: inside;
}

#content_text li {
	margin-top: 0px;
	margin-bottom: 6px;
}
/* Fin zone texte */

/* Début tableau */
td.cell_title {
	text-align: center;
	border-bottom: 1px solid #c4c4c4;
	color: #000000;
	padding: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

td.cell_subtitle {
	text-align: center;
	border-bottom: 1px solid #c4c4c4;
	color: #000000;
	padding: 5px;
	font-weight: bold;
}

td.cell_number {
	padding: 5px;
	border-bottom: 1px solid #c4c4c4;
	text-align: right;
	font-weight: bold;
	width: 23px;
}

td.cell_content, tr.sectiontableentry1 td, tr.sectiontableentry2 td {
	padding: 5px;
	border-bottom: 1px solid #c4c4c4;
}
/* Fin tableau */
