/* CSS Document */

.orange{
	color:#f66c07;
}
.marron{
	color:#995439;
}
.gras{
	font-weight:bold;
}
p, table{
	font-family:Arial;
	font-size:12px;
	color:#995439;
}
th{
	text-align:center;
	color:#000000;
}
.body .content form table tbody tr td{
	padding:0 0 0 3px;
}
.body .content form table tbody tr td input{
	/*height:25px;*/
	border:0;
	text-align:right;
}
.tract
{
	border:0;
}
.tract p {
clear:both;
margin:0;
padding:3px 0;
}
.tract p label{
	width:200px;
	float:left;
}
.tract p input{
	float:left;
}