/* CSS Document */
body, td, div, p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*text-align: justify;*/
	font-size: 9pt;
}
td.justify{
	text-align: justify;
	padding-left: 30px;	
	font-size: 9pt;
}
.titre{	
	font-size: 18pt;
	color: #C2C2C2;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	font-style: italic;
}
span.titre{	
	font-size: 12pt;
	color: #C2C2C2;
	font-family: Times New Roman, Times, serif;
	font-style: italic;
}
.stitre{	
	font-size: 12pt;
	color: #870B00;
	font-family: Times New Roman, Times, serif;
}
.white{
	color: black;
}

a:link {
	color : maroon;
}
a:visited {
	color : maroon;
}
a:hover {
	color : maroon;
}

input, textarea, File
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight : normal ;
	border : 1px solid gray ;
}
.radio{
	border : 0px solid white ;
	background : white ;
}
.input_prod
{
	background-color : #FFFFFF ;
	color : #000000 ;
	font-size : 10pt ;
	font-weight : normal ;
	border-style : solid ;
	border-width : 1 ;
	border-color : #996600 ;
}
