/* --- Formulaire identification --- */
input {
	margin-bottom: 5px;
	color: #990000;
	font-size: 10pt;
}
#frmIdentification {
	border: 1px groove #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.frmTitre {
	color: #999999;
	padding-top: 3px;
	padding-left: 10px;
	float: left;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
}
.frmTxtLabel {
	color: #990000;
}
/* --- Tableau principal --- */
#TetiereGauche {
	float: left;
}
#TetiereDroite {
	float: right;
	font-size: 12px;
	color: #000099;
	text-align: center;
}
.TD_A {
	font-weight: bold;
	margin-bottom: 10px;
}
.TD_B {
	margin-bottom: 10px;
}
.TD_C {
	font-size: 10px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
}
#TablePrincipale {
	background-color: #FFFFFF;
	width: 780px;
}
.Bouton {
	font-size: 14px;
	height: 30px;
	width: 400px;
	font-weight: bold;
}
