/**************************************************/
/* Styles du formulaire                           */
/**************************************************/
form {
	padding: 1em;
	border: dashed 2px #aaa;
	background: #eee;
}
fieldset {
	padding: 1em 1em .5em;
	margin: 0 0 2em;
	border: solid 2px #555;
}
legend {
	font: small-caps 900 1em Helvetica, Geneva, Arial, sans-serif;
	color: #fff;
	background: #555;
}
.Col1{
	width : 10em;
	text-align : right;
	font-weight: bold;
	color: #666;
}
select{
	width: 18em;
}
optgroup {
	padding: .1em 0 .2em;
	border-top: solid 0.15em #aaa;
	text-indent: 1em;
	color: #fff;
	background: #666;
}
option {
	color: #666;
	background: #f7f7f7;
}
textarea {
	width: 99%;
	border: solid 1px #ccc;
	overflow: auto;
	line-height: 1.5em;
	background: #fff;
}
#Envoyer{
	text-align : center;
}
#address{
	font-style : italic;
}
