
/**
FORMULAIRES
*/

div.element{
	clear:left;
}
ul.errors li{
	color:#FF0000;
	size:15px;
	font-weight:bold;
}
label {
	border-bottom: 1px dashed #ebd278;
	display: block;
	width: 180px;
	float: left;
	margin-right: 5px;
	line-height: 1.5; /* Alignement du texte avec les boîtes input... */
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

input, select, textarea {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	
}

input {
	margin-bottom: 5px;
	
}
select{
	width:150px;
	margin-bottom: 5px;
	border:1px solid #777777;
}
input.text, input.password{

	width: 150px;
	border:1px solid #777777;
}

textarea{
	width: 150px;
	height: 80px;
	border:1px solid #777777;
	margin-bottom: 5px;
}
input.checkbox {
	/*border:1px solid #777777;*/
}
input.submit {
	position:relative;
	left:185px;
	clear:left;
	display:block;
}
fieldset {
	padding: 5px;
	border-color:#ebd278;
	width: 450px;
	display: block;
}

fieldset legend {
	padding: 4px;
	color: #FFF;
	margin-bottom: 10px;
	font-size:14px;
	font-weight:bold;
}

