body {
	margin: 0;
	padding: 10px 0 ;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #B4B4B4;
	text-align: center;
}

/* FORMULAIRES */

select {
	background: #FFFFFF url(images/fondChamp.gif) repeat-x top;
	border: 1px solid #CBCBCB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555454;
}

input.txt, select.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(images/fondChamp.gif) repeat-x top;
	border: 1px solid #CBCBCB;
	margin-right: 0.25em;
	width: 210px;
	color: #555454;
	font-size: 11px;
}

fieldset {
	margin-bottom: 1em;
	border: 0;
	background-color: #DBDBDB;
	border: 1px solid #E7E7E7;
}

fieldset p {
	clear: both;
	margin: 3px;
	text-align: left;
}

legend {
	margin: -10px 0 15px -8px;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	background-color:#DBDBDB !important;
	background-color: none;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #E7E7E7;
	border-bottom: 1px dotted #E7E7E7;
}

label {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	margin: 0 1em 0 0;
	padding: 0.1em;
	border-bottom: 1px solid #E7E7E7;
}

#prixTotal {
	font-weight: bold;
}
/* FIN FORMULAIRE */

#banque {
	text-align: center;
	font-weight: bold;
}

#banque form div {
	font-weight: bold;
}

