#formulaire {
	width:auto;
	color:#694F10;
	float:left;
	margin:10px 270px 10px 10px;
	}
	
	td {font-weight: bold; text-align: right;}
	td.liste{text-align: left;}
	th {padding: 0;}
	div.nepasvoir {display: none;}
	td {padding: 0.25em 1px;}



.fichier {
	font-family:Courier New, Serif;
	color:#000050;
}
.code {
	font-family:Courier New, Serif;
	color:#005000;
}

/************************************************/

table.formulaire {
	border-collapse:collapse;
}
table.formulaire td {
	border:solid 1px #606060;
}
table.formulaire td.param {
	padding-left:5px;
	padding-right:5px;
	text-align:left;
}
table.formulaire td.valeur {
	padding-left:5px;
	padding-right:5px;
	text-align:left;
}
span.param { font-weight:bold; }

/************************************************/

div.mail {
	width:500px;
	border:solid 1px #505050;
	font-family:Courier New, Serif;
	padding-left:5px;
	margin-left:20px;
	background-color:#e0e0e0;
}

div.legende {
	width:500px;
	text-align:center;
	font-size:smaller;
	font-style:italic;
}