.input_newsletter {
	border:0px solid #5A585B;
	background-color:#DEDFE2;
	font-family:"trebuchet ms",sans-serif;
	
	font-size:11px;
	width:120px;
	height:20px;
	color:#5A585B;
}


.input_admin {
	border:0px solid #5A585B;
	background-color:#264394;
	font-family:"trebuchet ms",sans-serif;
	
	font-size:11px;
	width:120px;
	height:20px;
	color:#FFFFFF;
}

.input_admin_error {
	border:1px solid #C42227;
	background-color:#264394;
	font-family:"trebuchet ms",sans-serif;
	font-size:11px;
	width:120px;
	height:20px;
	color:#FFFFFF;
}


.formAreaBleu {
	font-family:"trebuchet ms",sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	height:80px;
	width:350px;
	background-color: #264394;
	border: 0px solid #006699;
}

.formAreaBleu_error {
	font-family:"trebuchet ms",sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	height:80px;
	width:350px;
	background-color: #264394;
	border:1px solid #C42227;
}