a:link, a:active { font-size: 12px; color: #330000; text-decoration: underline; }
a:visited { font-size: 12px; color: #330000; text-decoration: underline; }
a:hover { font-size: 12px; color: #FFCC66; text-decoration: underline;}

A.sml:link, A.sml:active {
	font-size: 12px;
	color: #330000;
	text-decoration: none;
	font-weight:bold;

}
A.sml:visited {
	font-size: 12px;
	color: #330000;
	text-decoration: none;
	font-weight:bold;

}
A.sml:hover {
	font-size: 12px;
	color: #FFCC66;
	text-decoration: underline;
	font-weight:bold;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #330000;
	background-color: #ffffff;
}

table,TD, TH, .BOD, FONT {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat;
}

img { border: 0px; }

ul {
	color: #330000;
	text-indent: 0px;
	list-style-type: square;
	left: 0px;
	padding-left:0;
	border-left:0;
	left:0;
}

.titrePage {
	color: #CC6633;
	font-size: 20px;
	/*font-weight: bold;*/
}

.inputNormal {
	font-size: 12px;
	color: #000033;
	background-color: #FFFFFF;
	border: 1px outset #656055;
	font-family: Arial, Helvetica, sans-serif;
}

.note {
	font-size: 8pt;
}

.bold { 
font-weight: bold;
}

.texteJustifie{ 
text-align : justify;
}

