/* Généralités */
form { margin: 0; padding: 0;}
label, input, select, textarea { font-family: Arial, Courier new, Sans; font-size: 1em; }
label { cursor: pointer; }
.cnil { width: 80%; margin: 0 auto; font-size: smaller; }

/* Formulaire en mode saisie */
form.valid fieldset { margin-bottom: 1em; padding: 1em; border:1px solid #ccc;}
form.valid fieldset legend { font-weight: bold; color:black; }
.row { margin: 0.1em; clear: both; padding: 0.5em; min-height: 1em; }
.row label.main { display: block; float: left; width: 33%; margin-left: 0; text-align: right; }
.row input, .row textarea, .row select, .row .texte { margin-left: 1em; width: 60%; }
.row input, .row textarea, .row .texte, .row select { padding: 0.2em; }
.row .texte { float: left; padding: 0; }
.addsubmit input { width: 50%; }
.checkbox input, .radio input { width: auto !important; background: transparent !important; border: 0 !important; vertical-align:middle; }
.checkbox label { display: block; margin-left: 34%;  }
.date select, .datetime select, .date input, .datetime input { width: auto; }
.submit { text-align: center; }
.submit input { width: auto; font-weight: bold; padding: 0.3em 2em; font-size: 1.1em; cursor: pointer; border-style: outset !important; }
.submit input:active { border-style: inset !important; }

/* bouton submit */
.submit input { background:#ccc; border:1px solid #484339; color:#202026; padding:2px 30px; font-weight:bold; text-transform:uppercase;}

.row small { padding-left: 35%; display: block; }
.seccode input {
	vertical-align: top;
	width: 5em;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	height: 19px;
}
#rcode img { border: 0; background: 0; padding: 0; }
#rcode label { width: 50%; }

.checkbox input, .radio input { background: transparent; }

/* Code postal / ville */
#rcp { clear: left; float: left; width: 45%; }
#rville { width: 49%; }
#rcp label { width: 70%; }
#rcp input { width: 20%; float: left; }
#rville { clear: none; float: left; }
#rville label { width: 15%; }
#rville input { width: 60%; }

/* Formulaire en mode affichage */
table.valid { background-color:#FFF; width: 80%; }
table.valid, table.valid td, table.valid th {
	border:1px solid #A4A4A4;
	border-collapse:collapse;
	empty-cells: show;
	color: #000;
	margin:1em auto;
	text-align:center;
}
table.valid tr.group th { text-align: center; font-weight:bold;padding:5px; }
table.valid th, table.valid td { padding:5px; }
table.valid th { font-weight:normal; text-align: center; width: 30%;  }
table.valid td { text-align: left; }

/* Formulaire en mode saisie, affichage en ligne : label: champ | label: champ | label: champ */
form.inline { margin-top: 2em !important; }
form.inline div.row { display: inline; clear: none; position: relative; }
form.inline label, form.inline label.main { position: absolute; width: auto; padding: 0.2em; top: -1.5em; left: 1.5em; }
form.inline select, form.inline input { width: auto; }
/* Partie variable des sites */
table.valid tr#pays td, table.valid tr#livraison_pays td {
	background-color: #9D9DA3;
	color: #FFF;
}
.row input, .row textarea, .row select { background: #F5F5F5; border:1px solid #999; }
form.valid .row .missing {
	background-image: url(../images/icons/delete.png);
	background-position: 100% 1px;
	background-repeat: no-repeat;
	color: #3088bf;
}
#contenu form.valid { padding: 0; margin: 0 auto; }
ul.errors { margin-left: 40px; }
ul.errors li label { font-weight: bold; }

form.recherche, form.themes { padding: 1em 0; }
form.recherche { float: left; text-align: left;  }
form.themes { float: right; text-align: right;  }
form.themes select { width:18em; border:1px solid #999;  }
form.themes input.submit { width: auto; }


/*************** Partie Evaluation ****************/
#rEB1 label, #rEB2 label, #rEB3 label, #rEB4 label, #rEB5 label {width:57%; text-align:left;}
#rEB1 input, #rEB2 input, #rEB3 input, #rEB4 input, #rEB5 input {width:38%;}
#rEB1 small, #rEB2 small, #rEB3 small, #rEB4 small, #rEB5 small {padding-left:59%;}
#rEB1 label small, #rEB2 label small, #rEB3 label small, #rEB4 label small, #rEB5 label small {padding-left:0;}

#gfinanciere label em { color: #5789AE; font-size: 0.9em; }

/* mise en page bouton radio */
/*.radio label { clear:both; width:100%; display:block; margin-left:18em;}*/
.radio#ractivites label { display: block; margin-left: 34%;  }
.radio#ractivites label.main { margin-left: 0%;  }

/* form de connexion permanent */
#bloc-membre h1 { padding-bottom:4px;}
#bloc-membre { float:right; width:174px; padding:0; }
#bloc-membre div.contenu-membre { padding:5px 10px; background:#c3b09f; font-size:0.9em;}
#bloc-membre div.row { margin:0; padding: 0.1em 0; }
#bloc-membre div.row label { float: none; width: auto; text-align: left; }
#bloc-membre div.row input { float: none; width:72%; margin:0; background:#fff; }
#bloc-membre div.row input#password-addsubmit { margin-left:0px; background:none; border:0; font-weight:bold; text-transform:uppercase;}
#bloc-membre p { margin:5px 0;}
#bloc-membre a { color:#fff;}
#bloc-membre a:hover { color:#000;}

#bloc-membre ul, #preview #bloc-membre ul { margin-left:2em;}
#bloc-membre ul li, #preview #bloc-membre ul li { padding-left:5px; border-left:5px solid white; margin-bottom:2px; background:none;}
#bloc-membre ul li.select a { color:#000;}


