/* CSS Document */

/* formulaires */
input, select, textarea {
	border: #fcd95f 1px solid;
	background-color:#f3f3f3;
	color: #C84519;
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	vertical-align:middle;
	font-size:13px;
}
.etiquette {
	width:20%;
	float:left;
	text-align:right;
	padding-right:1%;
}
input:hover , textarea:hover, select:hover {
	border: 1px #f00 solid;
}
input:focus , textarea:focus, select:focus {
	border: 1px #f00 solid;
	background-color:#ffc;
	background-color:#ffc;
}

.l300 {
	width:300px;
}
.l70 {
	width:70px;
	text-align:center;
}
.l100 {
	width:100px;
}
.l20 {
	width:20px;
}
.l50 {
	width:50px;
}
.l230 {
	width:230px;
	border-left:none;
}
.validation{
	background-color:#fc3;
	border-color:#fc3;
}
