div.formulaire
	{
	margin: 64px auto 16px auto;
	border-top: #555555 1px solid;
	border-left: #555555 1px solid;
	border-right: #353535 1px solid;
	border-bottom: #353535 1px solid;
	background: url(../../images/transparence_05.png);
	width: 600px;
	}
fieldset
	{
	border-top: #353535 1px solid;
	border-left: #353535 1px solid;
	border-right: #555555 1px solid;
	border-bottom: #555555 1px solid;
	padding: 0px 2px 2px 2px;
	margin: 8px 8px 96px 8px;
	background: url(../../images/transparence_05.png);
	}
label
	{
	margin: 8px 0px 0px 4px;
	padding: 0;
	font-size: 0.7em;
	color: #DDDDDD;
	font-weight: bold;
	display: block;
	text-align: left;
	border-bottom: none;
	}
input, textarea
	{
	font-family: "courier new";
	font-size: 0.8em;
	width: 99%;
	border-top: #353535 1px solid;
	border-left: #353535 1px solid;
	border-right: #555555 1px solid;
	border-bottom: #555555 1px solid;
	color: #FFFFBB;
	padding: 2px;
	background: url(../../images/transparence_05.png);
	}
.formulaire p
	{
	font-family: "courier new";
	font-size: 0.8em;
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	padding: 2px;
	border-top: #353535 1px solid;
	border-left: #353535 1px solid;
	border-right: #555555 1px solid;
	border-bottom: #555555 1px solid;
	color: #FFFFBB;
	background: url(../../images/transparence_05.png);
	}
p.formulaire
	{
	font-family: "courier new";
	}
input#copie
	{
	width: auto;
	margin: 2px 4px 2px 0px;
	}
fieldset.bouton
	{
	padding: 0;
	margin: 0px auto 12px auto;
	background: url(../images/envoyer.png) no-repeat;
	display: block;
	height: 26px;
	width: 232px;
	border: none;
	}
fieldset.bouton:hover
	{
	background: url(../images/envoyer.png) 0px -26px;
	}
input#envoyer
	{
	text-indent: -2000px;
	border: none;
	padding: 0;
	margin: 0;
	display: block;
	height: 26px;
	width: 232px;
	}
.erreur
	{
	color: #FF3333;
	}
