/* Généralités */
label, input, select, textarea, option { font-family: Tahoma, Verdana, 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; }
form.valid fieldset legend { font-weight: bold; }
.row { margin: 0.5em; clear: both; padding: 0.5em; min-height: 1em; }
.row label.main { display: block; float: left; width: 40%; text-align: right; }
.row input, .row textarea, .row select { margin-left: 1em; width: 50%; }
.row input, .row textarea { padding: 0.2em; }
.checkbox input, .radio input { width: auto; }
.checkbox label, .radio label { display: block; margin-left: 40%; }
.checkbox label.main, .radio label.main { margin-left: 0; }
.date select, .datetime select, .date input, .datetime input { width: auto; }
.submit input { margin-left: 35%; 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; }
.row small { padding-left: 43%; display: block; font-size: 0.9em; }
.seccode input {
	vertical-align: top;
	width: 5em;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	height: 19px;
}
#rcode label { width: auto; }
/* Formulaire en mode affichage */
table.valid { background-color:#FFF;}
table.valid, table.valid td, table.valid th {
	border:1px solid #A4A4A4;
	border-collapse:collapse;
	empty-cells: show;
	color: #000;
}
table.valid tr.group th { text-align: left; }
table.valid th, table.valid td { padding:2px; }
table.valid th { font-weight:bold; text-align: right; width: 30%; }

/* Partie variable des sites */
/* Code postal / ville */
.row input, .row textarea, .row select { background: #F5F5F5 url(../images/bg_champ_recherche.gif) repeat-x left top; }
.checkbox input, .radio input { background: transparent; }
#rcp { clear: left; float: left; }
#rcp label { display: inline; width: 172px; }
#rcp input { width: 40px; float: left; }
#rville { clear: none; float: left; }
#rville label { width: auto; }
#rville input { width: 95px;  }
/* Formulaire de recherche */
#rmotscles label { width: 20%; }
#rmotscles small { padding-left: 22%; }

form.valid .row .missing {
	background-image: url(../images/icons/delete.png);
	background-position: 100% 1px;
	background-repeat: no-repeat;
}
#contenu form.valid { padding: 0; margin: 0 auto; width: 90%; }
table.valid tr.group th { text-align: right; background-color:#E6E6E6 !important; }
ul.errors {
	background: #DA203D;
	color: #FFF;
	border: 1px solid #FFF;
}
form.themes { text-align: right; padding: 1em 0; }
form.themes select {  }

/* Test de niveau */
#test fieldset.question label.main {
	width: 100%;
	float: none;
	clear: both;
	text-align: left;
	font-weight: bold;
	padding: 0 0 1em 0;
}
#rscore textarea { background: #FFF; border: 0; font-size: 1.5em; font-weight: bold; text-align: center; width: 90%; overflow: hidden; }
#rscore label.main { display: none; }
