/* @override http://test.hyrule.lsv.fr/www.cerameurop.com/CSS/styles_formulaires.css */

/* Le Studio Vert : www.lestudiovert.fr*/

/* @group ### FORMULAIRES ##################### */

form {
	position: relative;
	width: 100%;
}

fieldset {
}

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 {
	color: #5e5252;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.2em;
	text-align: left;
}

label.labelRadio {
	background: none  left top;
	color: #333;
	margin: 0;
	padding: 0;
	float: left;
	width: 45px;
	line-height: 2em;
}

legend {
	color: #564C4C;
	font-size: 1.2em;
	font-weight: bold;
}

input {
}

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
}

input.bouton, input.boutonFiltre, div.spip_bouton input {
	background: url(../IMAGES/bouton_btn.gif) repeat-x left bottom;
	border-style: none;
	color: #fff;
	cursor: pointer;
	margin-left: 10px;
	padding: 0.2em;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
}

input.bouton:hover, input.soumettre:hover, input.boutonFiltre:hover, div.spip_bouton input:hover {
	background: url(../IMAGES/bouton_btn_o.gif) repeat-x left bottom;
	color: #47312F;
}

textarea, textarea.forlm {
	height: 18em;
	border: 1px solid #e2e2e2;
	margin: 0 0 0.4em;
	color: #7a7f73;
	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 #e2e2e2;
	color: #FA6E1E;
	font-weight: normal;
	font-size: 1.4em;
	width: 95%;
	padding-left: 5px;
	margin: 0 0 0.4em;
}

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 #FA6E1E;
	color: #301014;
	background-color: #fff;
	font-weight: bold;
}

.alerte, .spip_form_erreur, .indication, .spip_form_ok, .spip_form_label_details {
	color:#E17000;
	font-size: 1.2em;
}

.erreur {
	display: block;
	text-align: left;
	margin-bottom: 16px;
	color: #f00;
	font-size: 13px;
	margin-top: 0;
	background: #fffdd4 url(../IMAGES/pct_erreur.gif) no-repeat 0 3px;
	padding: 7px 7px 7px 20px;
}


.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;
}

/* @end */

/* @group ### RECHERCHE ##################### */

#page .recherche {
	position: absolute;
	right: 5px;
	top: 126px;
	z-index: 2;
	width: 30em;
	text-align: right;
}

input.saisieSoumettre {
	width: 150px;
	background: #fff url(../IMAGES/recherche_fd.gif) no-repeat left center;
	border: 1px solid #e2e2e2;
	color: #7a7f73;
	font-size: 1.4em;
	padding-left: 20px;
}

input.soumettre {
	border-style: none;
	background: url(../IMAGES/soumettre_btn.gif) repeat-x left bottom;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.1em;
	margin-left: 10px;	
	padding: 0.2em;
	text-transform: uppercase;
}

input.soumettre:hover {
	background: url(../IMAGES/soumettre_btn_o.gif) repeat-x left bottom;
	color: #47312F;
}

#page #contenu .recherche {
	position: static;
}


/* @end */

/* @group ### EXTRANET ##################### */

#lienExtranet {
	padding: 10px;
}

#lienExtranet input.saisie {
	width: 150px;
	display: block;
	margin-left: 0;
}

#lienExtranet input.bouton {
	float: right;
	margin-top: -22px;
}

/* @end */

/* @group ### CONTACT ##################### */

.spip_forms {
	width: 45em;
	text-align: left;
}

.spip_form_label {
	display: block;
	margin-top: 1.5em;
}

/* @end */

/* @group ### FORUM ##################### */

.formulaire_forum {
	padding: 20px 10px 10px;
}

#listeMessages {
	border: 1px solid #cdcdcd;
	padding: 10px;
	background-color: #d9e8ef;
}

#listeMessages h4 {
	border: 1px solid #666;
	padding: 4px;
	background-color: #00719F;
	font-size: 1.4em;
	color: #fff;
}

#listeMessages h4 a {
	color: #fff;
	background-color: transparent;
}

.formulaire_forum fieldset {
	margin-bottom: 2em;
	padding: 10px;
	width: 95%;
	border-top: 2px solid #47312F;
}

.formulaire_forum legend {
	border-style: solid;
	border-width: 1px;
	padding: 3px;
	background-color: #47312F;
	color: #fff;
	font-size: 1.4em;
}

#listeMessages blockquote {
	margin-bottom: 3em;
}

#listeMessages small {
	margin-bottom: 1em;
	display: block;
}

#listeMessages blockquote p, #listeMessages blockquote li {
	background-color: transparent;
	font-style: italic;
	line-height: 1.4em;
	color: #000;
	list-style-type: disc;
	list-style-position: inside;
	background-image: none;
}

p.reponse_formulaire {
	font-weight: bold;
	font-size: 1.5em;
	color: #ff0000;
}

/* @end */
