/* @override 
	http://test.hyrule.lsv.fr/www.fscf.asso.fr/CSS/styles_formulaires.css
	http://test-fscf.proximit.fr/CSS/styles_formulaires.css
	http://www.fscf.asso.fr/CSS/styles_formulaires.css
*/
/* @group FORM */
form {
	/*position: relative;
	text-align: left;
	font-size: 1em;
	margin-top: 4em;*/
	overflow : hidden;
	zoom : 1;
}

fieldset {
	background: url(../IMAGES/fieldset.jpg) no-repeat right top;
	padding: 20px;
	margin-top: 20px;
	border: 1px solid #f2cbd8;
	margin-bottom: 20px;
}

form p {
	padding: 0 !important;
	margin: 0 !important;
}

#contenu form ul,
#contenu form ol {
	margin: 0 0 30px;
}

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;
}

label {
	font-weight: bold;
	padding: 0;
	margin-right: 20px;
	display: block;
	float: left;
	font-size: 11px;
}

label.labelRadio {
	margin: 0 0.5em 0 0;
	padding: 0;
	float: left;
	width: auto;
}

legend {
	font-weight: bold;
	font-size: 14px;
	color: #e8479c;
	margin: 0;
	padding: 3px;
	background-color: white;
}

input.bouton {
	border: none !important;
	color: #fff;
	border: 1px solid #1666ac;
    -moz-border-radius: 15px; 
    -webkit-border-radius: 15px; 
    -khtml-border-radius: 15px; 
    border-radius: 15px;	
	font-size: 12px;
	cursor: pointer;
	padding: 3px 10px 3px 5px !important;
	background-color: #409ada;
	line-height: 20px;
	float: right;
}

input.bouton:hover {
	color: #ffffff;
	background-color: #e53871;
	border: 1px solid #e53871;	
}

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;
	margin-bottom: 1em;
	padding-left: 0.5em;
	border: 1px solid #ccc;
	color: #e8479c;
	font-size: 13px;
}
textarea {
	height: 10em;
	border: 1px solid #ccc;
	width: 55%;
	margin: 0 0 1em;
	color: #666;
	font: 13px Arial, Helvetica, sans-serif;
}

select {
	/*border: 1px solid #e8479c;*/
	line-height: 20px;
	font-size: 12px !important;
	margin: 0 0 1em;
}
/* @group Personnalisation */


input.saisieObligatoire {
	margin-bottom: 1em;
	padding-left: 0.5em;
	font-size: 13px;

	background: #ECECF2;
	border: 1px solid #9F9FBA;
	color: #633561;
}

textarea.messageObligatoire {
	height: 10em;
	border: 1px solid #9f9fba;
	padding: 0 0 0 0.5em;
	background: #ECECF2;
	margin: 0 0 1em;
	color: #633561;
}

select.saisieObligatoire {
	color: #633561;
}

.obligatoire {
	background: #f8f9fb;
	color: #633561;
	font-weight: normal;
}
/* @end */

/* @end */

/* @group RECHERCHE */

form#formulaireRecherche {
	position: relative;
	text-align: left;
	padding: 0 20px !important;
	border-style: none;
	z-index: 0;
	width: 180px;
	margin: 0 !important;
	padding-left: 0px !important;
}

form#formulaireRecherche input#motclef {
	margin: 0;
	background: #ffffff;
	line-height: 20px;
	padding: 3px;
	font-size: 12px;
	width: 170px;

	border: 1px solid #dcdcdc;

	border-top-left-radius: 10px;		
	-moz-border-top-left-radius :10px; 
	-webkit-border-top-left-radius :10px; 
    -khtml-border-top-left-radius: 10px;
    
	border-bottom-left-radius: 10px;		
	-moz-border-bottom-left-radius :10px; 
	-webkit-border-bottom-left-radius :10px; 
    -khtml-border-bottom-left-radius: 10px;    
}

input.ok {
	background: #409bda;
	color: white;
	cursor: pointer;
	padding: 3px;
	z-index: 0;
	font-size: 11px;
	line-height: 20px;
	width: 23px;
	position: absolute;
	right: 0;
	margin: 0;
	top: 0;

	border: 1px solid #73b3db;

	border-top-right-radius: 10px;		
	-moz-border-top-right-radius :10px; 
	-webkit-border-top-right-radius :10px; 
    -khtml-border-top-right-radius: 10px;
    
	border-bottom-right-radius: 10px;		
	-moz-border-bottom-right-radius :10px; 
	-webkit-border-bottom-right-radius :10px; 
    -khtml-border-bottom-right-radius: 10px;    
	
}
input.ok:hover {
	border: 1px solid #e53871;	
	background-color: #e53871;
}
/* @end */

/* @group FILTRES */

form.filtre {
	background-color: #e6e6e6;
	padding: 10px;
	margin: 0 0 30px;
}
form.filtre label {
	display: block;
	text-transform: uppercase;
	width: auto !important;
	line-height: 20px;
}
form.filtre select {
	width: 60% !important;
}
form.filtre input.bouton {
}
/* @end */

/* @group ABONNEMENTS NEWSLETTER */

ul.listeBoutonsRadio {
	list-style-type: none;
}

ul.listeBoutonsRadio li {
	display: inline;
}
.formulaireNewsletter label {
	font-size:1.3em;
}
/* @end */

/* @group IDENTIFICATION */

#identificationOrganisateurs {
	border: 1px solid #e6e6e6;
	padding: 7px;
}

#identificationOrganisateurs form {
	margin: 0;
	padding: 0;
}


div#identificationOrganisateurs fieldset {
	padding: 0;
	margin: 0;
}

div#identificationOrganisateurs legend {
	color: #e8479c;
	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 */
/* @group A trier */
div.spip_bouton input {
	border: none !important;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	cursor: pointer;
	float: none;
	background-color: #409ada;
}

div.spip_bouton input:hover {
	background: #e53871 url(../IMAGES/bouton_fd_o.gif) repeat-x left top;
	color: #fff;
	border: 1px solid #e53871;		
}
.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:#e8479c;	
font-weight:normal;
}
.spip_forms .spip_form_champ {
font-weight:bold;	
}
/* @end */
/* @group CONTACT */
form#formulaireContact label, 
form#formulaireCoordonnees label {
	font-size: 11px;
	width: 100px;
}
.error {
	color: #F00 !important;
	font-weight: bold !important;
}
.spip_form_choix_unique, .spip_form_champ {
	display: block;
	clear:both;
}
 .spip_form_champ {
 	margin-bottom:20px;
 }
.spip_form_choix_unique input {
    float: left;
    line-height: 20px;	
}
.spip_form_choix_unique label {
    float: left;
    line-height: 20px;	
}
#contenu .spip_form_champ p {
	
}
/* @end */
