/* @override http://test.hyrule.lsv.fr/www.transcorrezien.com/CSS/styles_formulaires.css */

/* Le Studio Vert : www.lestudiovert.fr*/
form {
	position: relative;
	padding-top: 0;
	padding-bottom: 3em;
	padding-left: 0;
	border-style: none;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 80%;
}

fieldset {
	border-style: none;
	margin: 0;
	padding-left: 5em;
}

select {

}

form p {
	padding: 0 !important;
	margin: 0 !important;
}

input {
}

label {
	color: #421F64;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.2em;
	text-align: left;
	text-transform: uppercase;
}

label.labelRadio {
	background: none  left top;
	color: #333;
	margin: 0;
	padding: 0;
	float: left;
	width: 45px;
	line-height: 2em;
}

legend {
	color: #421F64;
	font-size: 1.7em;
	font-weight: bold;
	padding-bottom: 1em;
	margin: 0 0 0 -3em;
}

input.bouton, input.boutonFiltre, div.spip_bouton input {
	background: #468c46;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	float: none;
	font-size: 1.1em;
	padding: 0.1em;
	text-transform: uppercase;
	border-style: none;
	margin: 0;
}

input.bouton:hover, input.boutonFiltre:hover, div.spip_bouton input:hover {
	color: #fff;
	background: #0D280D;
	border-style: none;
}

input.checkBox {
	padding: 0;
	border: none;
	float: left;
	margin: 0 1em 1em 0;
}

input.inputRadio {
	border-style: none;
	float: left;
	padding: 0;
	margin-top: 0.5em;
	width: 1.2em
}

/* @group ##### CONTACT ##### */

.spip_forms {
	text-align: left;
}

.label {
	color: #333;
	font-weight: bold;
	text-align: left;
	margin-bottom: 1em;
	font-size: 13px;
}

.spip_form_label_obligatoire {
	font-size: 11px;
	color: #613f78;
	font-style: italic;
}

textarea, textarea.forlm {
	height: 10em;
	border: 1px solid #ccc;
	margin: 0 0 0.4em;
	color: #990000;
	font: normal 1.4em Arial, Helvetica, sans-serif;
	background-color: #fff;
	width: 95%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

input.saisie, input.forml, input.formo {
	background: #fff;
	border: 1px solid #ccc;
	color: #990000;
	font-weight: normal;
	font-size: 1.4em;
	width: 95%;
	padding-left: 5px;
	margin-bottom: 0.7em;
}

textarea:hover, textarea.forml:focus, input.saisie:focus, input.forml:focus, input.saisie:hover, input.formo:hover, input.formo:focus, input.forml:hover, input.saisieSoumettre:focus, input.saisieSoumettre:hover {
	border: 1px solid #990000;
	color: #301014;
	background-color: #fff;
	font-weight: bold;
}

.alerte, .erreur, .spip_form_erreur, .indication, .spip_form_ok, .spip_form_label_details {
	color:#990000;
	font-size: 1.2em;
	display: block;
	font-weight: bold;
}

.indication, .spip_form_ok {
	color: #2ABDDC;
	background: #ECF7FC;
	background-image: url(../IMAGES/pct_ok.gif) !important;
	background-repeat: no-repeat;
	background-position: left top;
}

select {
	width: 56%;	
	border: 1px solid #ccc;
	padding: 0;
	margin: 0 0 0.1em;
	padding-left: 0.5em;
	color: #333;
}

div.spip_bouton {
	text-align: left;
	width: 94%;
	position: relative;
}

/* @end */

/* @group ##### FILTRES ##### */

form.filtre {
	margin: 0;
	text-align: center;
	width: 100%;
	padding: 0;
	height: 3em;
	display: block;
}

form.filtre label {
	text-align: left;
	text-transform: none;
	font-size: 12px;
	padding: 0;
	font-weight: normal;
	float: left;
	clear: none;
	width: auto !important;
	line-height: 30px;
	margin: 0;
	color: #666;
}

form.filtre select {
	width: 30%;	
	border: 1px solid #ccc;
	padding: 0;
	color: #990000;
	float: left;
	clear: none;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0;
	margin-left: 0.5em;
	background-color: #F9F5E5;
}

input.boutonFiltre {
	position: absolute;
	top: 0.7em;
	right: 0;
	padding: 0;
	width: 70px !important;
	margin: 0;
}

/* @end */


.spip_form_choix_multiple {
	display: block;
}

.spip_form_choix_multiple label {
	text-transform: lowercase;
}

.spip_form_label {
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
}

.spip_form_choix_unique {
	display: block;
}

.spip_form_choix_unique label {
	text-transform: lowercase;
}


