/* @override 
	http://test.hyrule.lsv.fr/www.fscf.asso.fr/CSS/styles_formulaires.css
	http://test-fscf.proximit.fr/CSS/styles_formulaires.css
*/

/* Le Studio Vert : www.lestudiovert.fr*/

/* @group FORM */

form {
	position: relative;
	padding: 0 0 3em;
	text-align: left;
	font-size: 1em;
	margin-top: 4em;
	width: 95%;
}

fieldset {
	background: url(../IMAGES/fieldset.jpg) no-repeat right top;
	padding: 0.5em;
	margin-top: 2em;
	border-style: none;
}

form p {
	padding: 0 !important;
	margin: 0 !important;
}

#conteneur form li {
	list-style-type: none;
	list-style-image: none;
	border-bottom: 1px solid #ebe9e7;
	padding-bottom: 3px;
}

form fieldset p {
	margin: 0.5em 0 0.5em 0 !important;
}

form h5 {
	color: #333;
	background-color: #FFFFFF;
	font-weight: bold;
	padding: 0;
	height: 2em;
	font-size: 1em;
	line-height: 1.5em;
	margin-right: 1em;
	text-transform: uppercase;
}

label {
	width: 13em;
	color: #333;
	font-size: 1em;
	font-weight: bold;
	text-align: right;	
	padding: 0;
	margin-right: 1em;
	/*display: block;
	float: left;
	text-transform: uppercase;*/
	height: 2em;
	line-height: 1.5em;
}

label.labelRadio {
	margin: 0 0.5em 0 0;
	padding: 0;
	float: left;
	width: auto;
}

legend {
	color: #2F57A5;
	font-weight: normal;
	font-size: 1.5em;
	padding: 0 0.5em 0 0.5em;
	margin: 0 0 0 1em;
	border-style: none;
	background-color:#fff;
}

input.bouton {
	border: none !important;
	background: url(../IMAGES/bouton_fd.gif) repeat-x left top #FFA500;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	cursor: pointer;
	float: none;
	margin: 1em 0 0 0;
	padding: 2px 5px !important;
}

input.bouton:hover {
	background: #ff6600 url(../IMAGES/bouton_fd_o.gif) repeat-x left top;
	color: #ffffff;
}

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.saisie {
	background: #fefefe;
	width: 55%;
	margin-bottom: 1em;
	padding-left: 0.5em;
	border: 1px solid #ccc;
	color: #666;
	font-weight: bold;
	font-size: 13px;
}

input.saisieObligatoire {
	background: #ECECF2;
	width: 55%;
	margin-bottom: 1em;
	padding-left: 0.5em;
	border: 1px solid #9F9FBA;
	color: #633561;
	font-weight: bold;
}

textarea {
	height: 10em;
	border: 1px solid #ccc;
	padding: 0 0 0 0.5em;
	width: 55%;
	margin: 0 0 1em;
	color: #666;
	font: bold 13px Arial, Helvetica, sans-serif;
}

textarea.messageObligatoire {
	height: 10em;
	border: 1px solid #9f9fba;
	padding: 0 0 0 0.5em;
	width: 55%;
	background: #ECECF2;
	margin: 0 0 1em;
	color: #633561;
	font-weight: bold;
}

select {
	width: 56%;
	border: 1px solid #ccc;
	padding: 0;
	margin: 0 0 0.5em;
	padding-left: 0.5em;
}

select.saisieObligatoire {
	background: #ECECF2;
	margin: 0 0 1em;
	border: 1px solid #9F9FBA;
	color: #633561;
	font-weight: bold;
}

.obligatoire {
	font-size: 0.8em;
	background: #f8f9fb;
	color: #633561;
	font-weight: normal;
}

/* @end */

/* @group RECHERCHE */

/* RECHERCHE */

form#formulaireRecherche {
	position: static; 
	margin: 0;
	width: 100%;
	text-align: left;
	padding: 0;
	border-style: none;
	z-index: 0;
}

form#formulaireRecherche label {
	display: inline;
	float: none;
	text-align: left;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	color: #ff6600;
}

form#formulaireRecherche input#motclef {
	border: 1px solid #cccccc;
	color: #000 !important;
	font: normal 1.1em Arial, Helvetica, sans-serif;
	width: 100px;
	margin: 0;
	padding: 2px 2px 2px 5px;
	background: #ffffff;
}

input.ok {
	border: none !important;
	background: #fff !important;
	color: #666;
	font-weight: normal;
	cursor: pointer;
	float: none;
	font-size: 1em;
	padding: 0;
	text-align: left;
	margin: 5px 0 0;
	z-index: 0;
}

input.ok:hover {
	background: #633561 !important;
	color: #ffffff;
}

/* @end */

/* @group FILTRES */

/* FILTRES */

form.filtre {
	position: static; 
	z-index: 0;	
/*	text-align: center;*/
	margin: 0 0 1em 0;
	padding: 0.5em;
	/*restauration du contexte de formatage bloc pour résoudre les problème avec les hr qui séparent les champs et le menu en float */
	overflow: auto;
	width: 90%;
	border: 1px solid #fff;
}

form.filtre input.bouton {
	float: left;
}

form.filtre label {
	text-align: right;
	width: 90px;
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: none;
	margin-bottom: 0.7em;
	height: inherit;
}

form.filtre  select, form.filtre input {
	float: left !important;
	margin-bottom: 1em;
	z-index: 0 !important;
}

form.filtre input.bouton {
	float: left;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}

/* @end */

/* @group ABONNEMENTS NEWSLETTER */

/* ABONNEMENT AUX NEWSLETTERS */

ul.listeBoutonsRadio {
	list-style-type: none;
}

ul.listeBoutonsRadio li {
	display: inline;
}
.formulaireNewsletter label {
	font-size:1.3em;
}
/* @end */

/* @group IDENTIFICATION */

/* IDENTIFICATION DES ORGANISATEURS DANS LA RUBRIQUE FORMATIONS>DOCUMENTS */

#identificationOrganisateurs {
	border: 1px solid #e6e6e6;
	padding: 7px;
}

#identificationOrganisateurs form {
	margin: 0;
	padding: 0;
}


div#identificationOrganisateurs fieldset {
	padding: 0;
	margin: 0;
}

div#identificationOrganisateurs legend {
	color: #ff6600;

	padding: 0;

	text-align: left;

	clear: both;

	font-size: 1.5em;

	margin: 0;
}

div#identificationOrganisateurs label {
	width: auto !important;
	float: none;
	margin: 0;
	text-align: left;
	text-transform: lowercase;
	font-weight: normal;
	font-style: normal;
	padding: 0;
}

div#identificationOrganisateurs input {
	float: none !important;
	width: auto;
	padding: 0;
	margin: 0;
}

div#identificationOrganisateurs input.checkbox {
	width: auto !important;
	border: 1px solid #FF0000;
}

/* @end */

div.spip_bouton input {
	border: none !important;
	background: url(../IMAGES/bouton_fd.gif) repeat-x left top #FFA500;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	cursor: pointer;
	float: none;
	/*margin: 1em 0 0 0;
	padding: 0.1em;*/
}

div.spip_bouton input:hover {
	background: #f60 url(../IMAGES/bouton_fd_o.gif) repeat-x left top;
	color: #fff;
}
.spip_forms .spip_form_ok {
color:#900 !important;
font-size:1.4em !important;	
}
.spip_forms .spip_form_erreur {
color:#900 !important;
font-size:1.1em !important;
font-weight:bold !important;
margin-bottom:0 !important;
padding-top:10px !important;
}
.spip_forms fieldset {
border-left:1px dotted #f60;	
}
.spip_forms label {
	margin-right:5px;
}
.spip_forms .spip_form_label_details {
font-style:italic;
color:#F60;	
font-weight:normal;
}
.spip_forms .spip_form_champ {
font-weight:bold;	
}