body
{
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}
.texteBlanc {
	font-family: Calibri;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.texteBlueBar {
	font-family: Calibri;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin-left: 20px;
	padding-left: 2px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #94C4C9;
}
.texteGreenBar {

	font-family: Calibri;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin-left: 20px;
	padding-left: 2px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #B9CC59;
}

.texteGreenBar a {

	font-family: Calibri;
	font-size: 12px;
	font-weight: normal;
	color: #94C4C9;
}

.form_error{
	font-family: Calibri;
	font-size: 12px;
	color: #D0D0D0;
	font-weight: bold;
}