.Formulaire {
	width:655px;
	overflow:hidden;
}

.Formulaire .Attention {
	border:1px solid #aaa;
	background-color:#eee;
	margin:1em 3em 1em 3em;
	padding:1em;
	text-align:justify;
}

#Centre .Formulaire .Attention p {
	color:#000;
	font-size:1em;
	font-weight:bold;
}

#Centre .Formulaire strong {
	color:#A9090F;
	font-weight:bold;
}
.Formulaire a {
	text-decoration:none;
	color:#27569F;
}
.Formulaire a:hover {
	color:#fff;
	background:#27569F;
}
.Formulaire input, .Formulaire textarea, .Formulaire select {
	font-size: 1em;
	background-color: #fff;
	display: inline;
	padding: 2px;
}
.Formulaire label {
	display: inline;
	float: left;
	text-align:right;
	width: 7em;
	padding:0 0.25em 0 0;
	font-size: 1.25em;
}
.Formulaire #Submit {
	background-color: #D4D0C8;
}

#Centre .Formulaire p {
	font-size:1.25em;
	display: block;
	clear: both;
}
.Formulaire hr {
	border-bottom:1px dashed #aaa;
	border-top:none;
	height:1px;
}

.Formulaire .Obligatoire {
	font-size: 1em;
	font-weight: bold;
	color: #CC0000;
	margin:0 0 0 0.25em;
}
.Formulaire .labelDroite {
	padding-left:0 0 0 0.25em;
	float: none;
	text-align:left;
}
.Formulaire .CheckBox {
	background: none;
	margin: 0px;
	padding: 0px;
}

.Formulaire fieldset {
	margin: 1em;
	padding: 1em;
	border: 1px solid #bbb;
	overflow: auto;
}

.Formulaire legend {
	padding: 0.25em;
	color: #000000;
	font-weight: bold;
	font-size:1.25em;
}

/* -------------- table Bon de Commande ------------- */
.Formulaire .BonCommande {
	margin:1em;
	border-collapse:collapse;
	border-spacing:0;
}

.Formulaire .BonCommande td {
	border:1px solid #000;
	padding:0.25em;
	font-size:1em;
	font-weight:bold;
}

.Formulaire .BonCommande thead {
	font-weight:bold;
	font-size:1.25em;
	background-color:#eee;
	text-align:center;
}

.Formulaire .BonCommande .Total {
	font-size:1.4em;
	color:#A9090F;
	text-align:right;
}

.Formulaire .BonCommande .Quantite {
	width:3em;
}


/* -------------------- Liens bloc -------------- */

.Formulaire .Lien {
	width:188px;
	float:left;
	margin:1em 0 1em 15px;
	font-size:1em;
	font-weight:bold;
	text-align:center;
}

.Formulaire .Lien a {
	display:block;
	width:180px;
	padding:8px;
	border:1px solid #000;
	background-color:#FDCB00;
	color:#000;
	text-decoration:none;
}

.Formulaire .Lien a:hover {
	background-color:#A9090F;
	color:#fff;
}
