/**formulaire**/
#formulaire {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	}
.form_txt {
	width: 200px;
	float: left;
	}
.form_champs {
	width: 200px;
	/*float: right;*/
	}
#formulaire li {
	line-height: 24px;
	}
.bouton {
	border: 1px solid #912932;
	background-color: #EDE2CD;
	color: #7E5823;
	}
.alerte {
	color: #ff0000;
	}
.paragraphe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	}