/* Le Studio Vert : www.lestudiovert.fr*/

#formulaireAccesIntranet, #formulaireRecherche {
	background: none;
	padding: 0;
	margin: 0 0 0 0.4em;
	width: auto;
}

form {
	padding: 0 0 2em;
	margin: 0 0 1em;
	position: relative;
	background: no-repeat left top url(../IMAGES/form.jpg);
	font-size: 1.2em;
	width: 97%;
}

fieldset {
	padding: 1.5em 1em 0.5em;
	margin-bottom: 2em;
	position: relative;
	border-style: none;
}

#filtre {
	border: #81A4C7;
	margin: 0 0 0em;
	padding: 0.6em;
	background: none;
}

form p {
	/* p qui encadre les éléments d'un formulaires quand fieldset n'est pas nécessaire */
	padding: 0 !important;
	margin: 0 !important;
}

label {
	text-align: right;
	width: 150px;
	background: none no-repeat left top;
	color: #142725;
	font-weight: bold;
	display: block;
	float: left;
	margin: 0;
	padding: 4px 5px 0 0;
}
label.inputRadio {
	background: none no-repeat left top;
	color: #142725;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100px;
	float: left;
}

legend {
	color: #006D50;
	font-weight: bold;
	margin: 0;
	background: url(../IMAGES/legend.gif) no-repeat left center;
	padding: 0 0 0 15px;
	position: relative;
	font-size: 1.3em;
}

input.bouton {
	border: 1px solid #b7cfc7 !important;
	background: #006d50 !important;
	color: #fff !important;
	font-weight: bold !important;
	cursor: pointer;
	/*-moz-border-radius: 5px;*/
	float: none;
	position: absolute;
	right: 1em;
	bottom: 0;
	font-size: 0.9em;
}

input.boutonActualiser {
	border: 1px solid #b7cfc7 !important;
	background: #006d50 !important;
	color: #fff !important;
	font-weight: bold !important;
	cursor: pointer;
	/*-moz-border-radius: 5px;*/
	float: none;
	font-size: 0.9em;
}

input.boutonOk {
	border: 1px solid #b7cfc7 !important;
	background: #006d50 !important;
	color: #fff !important;
	font-weight: bold !important;
	cursor: pointer;
	/*-moz-border-radius: 5px;*/
	float: none;
	font-size: 0.9em;
}

input.checkBox {
	border-style: none;
}

input.typeTexte {
	border: 1px solid #ccc;
}

input.inputRadio {
	border-style: none;
	float: left;
}

input.saisie {
	border: 1px solid #ccc;
	background: #fefefe;
	padding: 0;
	width: 40%;
	margin: 0 0 15px 10px;
}

input.saisieObligatoire, textarea.saisieObligatoire {
	border: 1px solid #ccc;
	background: #F8FAF5;
	padding: 0;
	width: 40%;
	margin: 0 0 15px 10px;
}

textarea {
	height: 100px;
	border: 1px solid #ccc;
	padding: 0;
	width: 40%;
	margin: 0 0 15px 10px;
}

textarea.messageObligatoire {
	height: 100px;
	border: 1px solid #ccc;
	padding: 0;
	width: 40%;
	margin: 0 0 15px 10px;
	background: #f8faf5;
}

select {
	width: 40%;
	border: 1px solid #ccc;
	padding: 0;
	margin: 0 10px;
}

.obligatoire {
	background: #f8faf5;
	font-size: 12px;
	text-align: right;
}

/*========= CONTACT*/

#formulaireContact {
	margin: 2em 0 0.5em;
	text-align: left;
}

/*========= RECEVOIR La NEWSLETTER*/
 
.erreur {
	color: #fff !important;
	font-weight: normal;
	background-color: #006d50;
	background-image: url(../IMAGES/pct_erreur.gif);
	background-repeat: no-repeat;
	background-position: left top;
}





