.formulaire {
	padding-top: 20px;
}

.formulaire a{
	color: #000;
	text-decoration: underline blink;
}

.formulaire a:hover{
	color: #FFF;
	text-decoration: none;
}
.formulaire .line-formulaire {
	padding-bottom: 5px;
}

.formulaire .nom-champ {
	float: left;
	padding-top: 3px;
}
.formulaire .champ {
	font-size: 15px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFE6B0;
	border: 1px solid #000;
	float: right;
	font-family: "Times New Roman", Times, serif;
}
.formulaire .nom-champ-text {
}
.formulaire .champ-text {
	font-size: 15px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFE6B0;
	border: 1px solid #000;
	float: left;
	font-family: "Times New Roman", Times, serif;
}
.formulaire .bouton {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	float: none;
	background-color: #9f6d0e;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6c4907;
	border-right-color: #c28107;
	border-bottom-color: #e39a10;
	border-left-color: #493102;
	cursor: auto;
}

