.SousTitreFormulaire
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Verdana;
}

.TdChampLibelle
{
	color: #2b4156;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
	padding-right: 5px;
	text-align: right;
	vertical-align: middle;
}

.TdChampInput
{
	padding: 1px;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11;
	color: Black;
}

.TdSubmit
{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.TitreFormulaire
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Verdana;
}

.TxtErreurFormulaire
{
	font-weight: bold;
	font-size: 10px;
	color: Red;
	font-family: Verdana;
}

.LienBlancGras
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Verdana;
	text-decoration: none;
}

.LienBlancGras:hover
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Verdana;
	text-decoration: none;
}

.InputTxt
{
	width: 150;
}