.Formulaire {
}
.Formulaire .Submit {
	background-color: #D7DADB;
	border: 1px solid #D7000B;
}


.Formulaire label {
	font-size: 12px;
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 8px;
	margin-top:4px;
}
.Formulaire p {
	clear:left;
}
.Formulaire fieldset {
	margin: 20px 0;
	padding: 15px 10px;
	border: 1px solid #bbb;
	overflow: auto;
}


.Formulaire legend {
	padding: 2px 5px;
	color: #000000;
	font-weight: bold;
	font-size:12px;
}

.Formulaire .Label2 {
	float:none;
	width:auto;
	margin-left:4px;
}

.Formulaire .Radio {
	background:none;
	border:none;
}

.Formulaire select {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#F4F6F6;
}

.Formulaire input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #999999;
	background-color:#F4F6F6;
	padding:1px;
}
.Formulaire h2 {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D7000B;
}


.Formulaire hr {
	height:1px;
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:1px dashed #999999;
}

.Formulaire .Erreur {
	background-color: #FF8079;
}

.Formulaire .MsgErreur {
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	background-color: #EBCD53;
	padding: 4px;
	margin: 10px;
	border: 1px dashed #666666;
}


.CaseChoix {
	float:left;
	width:500px;
	/* height:22px;*/
}

.CaseChoix label {
	float:none;
	width:inherit;
}

.CaseChoixBis {
	padding:0 0 0 20px;
	margin:0 0 10px 0;
}

.CaseChoixBis label {
	font-size:10px;
	float:none;
	width:inherit;
}

.CaseChoix img {
	margin:0 5px 0 5px;
}

.CaseChoix span {
	display:block;
	float:left;
	height:11px;
	width:10px;
	margin:0 5px 0 5px;
	overflow:hidden;
}

.BlocPayement {
	border:1px dashed #aaa;
	padding:4px;
	margin:10px 20px 10px 120px;
}