/* balises */
label {
	width:30%;
	float:left;
	clear:right;
	text-align:right;
	padding-right:1%;
}
input, select, textarea {
	border: #ccc 1px solid;
	background-color:#fcf2e3;
	color: #0d2b88;
	font-family: Verdana, Arial, sans-serif;
	vertical-align:middle;
	font-size:13px;
}
input:hover , textarea:hover, select:hover {
	border: 1px #99f solid;
}
input:focus , textarea:focus, select:focus {
	border: 1px #99f solid;
	background-color:#ffc;
	background-color:#e5eaff;
}

/* classes */
.l300 {
	width:300px;
}
.l200 {
	width:200px;
}
.l100 {
	width:100px;
}
.l50 {
	width:50px;
}

.jourMois {
	width:25px;
	text-align:center;
}
.annee {
	width:35px;
	text-align:center;
}
.codePostal {
	width:45px;
	text-align:center;
}
.validation{
	background-color:#f0bd72;
	border-color:#ccc;
}

.erreur {
	color:#c00;
	font-weight:bold;
}
