#formulaire {
	width:700px;
	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;}

#droite {
	width:200px;
	border:dashed 1px #808080;
	background-color:#d0d0ff;
	padding:5px 2px;
	margin-left:5px;
	float:right;
}
#droite h4 {	margin:0px;	}
#gauche {
	position:absolute;
	left:0px;
	top:0px;
	width:190px;
	margin-right:10px;
	padding-left:5px;
	height:100%;
	background-color:#d0d0ff;
}
#centre {
	position:absolute;
	left:200px;
	top:0px;
	text-align:justify;
}

.fichier {
	font-family:Courier New, Serif;
	color:#000050;
}
.code {
	font-family:Courier New, Serif;
	color:#005000;
}

/************************************************/

table.formulaire {
	border-collapse:collapse;
}
table.formulaire th {
	border:solid 1px #606060;
	background-color:#d0d0d0;
	text-align:center;
}
table.formulaire td {
	border:solid 1px #606060;
}
table.formulaire td.param {
	padding-left:5px;
	padding-right:5px;
	text-align:right;
}
table.formulaire td.valeur {
	padding-left:5px;
	padding-right:5px;
	text-align:left;
}
span.param { font-weight:bold; }

/************************************************/

div.mail {
	width:600px;
	border:solid 1px #505050;
	font-family:Courier New, Serif;
	padding-left:5px;
	margin-left:20px;
	background-color:#e0e0e0;
}

div.legende {
	width:600px;
	text-align:center;
	font-size:smaller;
	font-style:italic;
}