/* 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:2px solid #e0d3b7;}
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%; 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: none; padding: 0; width: 100%; text-align: center; }
.addsubmit input { width: 50%; }
.checkbox input, .radio input { width: auto !important; background: transparent !important; border: 0 !important; vertical-align:middle; }
.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 */
div.submit input { background:#abc8e2 !important; 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 !important;
	width: 5em !important;
	font-size: 1.2em !important;
	font-weight: bold !important;
	text-align: center !important;
	height: 19px !important;
}
#rcode { width: 100% !important; }
#rcode img { border: 0; background: 0; padding: 0; }
#rcode label { width: 50% !important; float: left !important; }

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

/* Code postal / ville */
#rcp { clear: left; float: left; width: 45%; }
#rville { width: 49%; }
#rcp label { width: 72%; }
#rcp input { width: 18%; float: left; }
#rville { clear: none; float: left; }
#rville label { width: 15%; }
#rville input { width: 74%; }

/* 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 { }
form.inline label, form.inline label.main { display: none; }
form.inline select, form.inline input { width: auto; }
form.inline div.row { display: inline; clear: none;}

/* 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:#fdfdfd url(../images/bg_champ_recherche.gif) repeat-x; border:1px solid #073157; color:#073157; }
form.valid .row .missing {
	background-image: url(../images/icons/delete.png);
	background-position: 100% 1px;
	background-repeat: no-repeat;
	color: red;
}
#contenu form.valid { padding: 0; margin: 0 auto; }
ul.errors { margin-left: 40px; }
ul.errors li label { font-weight: bold; }

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

form#stages {border-bottom:1px solid #C0C2C1;}
form#stages #rstages-submit {margin-bottom:20px; }


/* Connexion et inscription cote à cote */
div#connexion fieldset, div#inscription fieldset {
	height: 150px;
}
div#connexion fieldset .submit input, div#inscription fieldset .submit input {
	width: 90%;
	margin: 0 auto;
}
div#connexion {
	float: left;
	width: 50%;
}
div#connexion .row input { margin-left: 0; width: 55%; }
div#connexion .row label.main { width: 40%; text-align: left; }

div#inscription {
	float: left;
	width: 46%;
	margin-left: 2%;
}
div#inscription input { margin-left: 0; }

/* Login permanent */
#coldroite #identification { width: 100%; }
#coldroite #identification div.row { margin: 0.1em 0; padding: 0.5em 0; }
#coldroite #identification div.row label { float: none; width: auto; text-align: left; }
#coldroite #identification div.row input { float: none; width: 80%; margin:0; }
#coldroite #identification div.row input#submit { margin-left:5px;}
#coldroite #identification div.row input#password { width: 60%; }

#coldroite #mailing label { float: none; width: auto; text-align: left; }
#coldroite #mailing input { width: 100px; margin:0; }
#coldroite #mailing input#submit { margin-left:5px;}

/* Formulaire de pré-inscription */
form#preinscriptions .row { width: 30%; float: left; clear: none; }
form#preinscriptions .row label.main { text-align: left; width: auto; float: none;}
form#preinscriptions .row input, form#preinscriptions .row select, form#preinscriptions .row textarea { margin-left: 0; width: 100%;  }
form#preinscriptions .radio input, form#preinscriptions .checkbox input { margin-left: 1em;; }
form#preinscriptions .date input { width: 90%; }
form#preinscriptions .row small { padding-left: 0; }
form#preinscriptions #rdate_naissance, form#preinscriptions #rsexe { clear: left; }
form#preinscriptions  #rpreinscriptions-submit { width:50%; margin:0 auto; float:none;}

form#preinscriptions #formation .row { width: 45%; }
form#preinscriptions #rdiplomes_autre { display: none; clear: left !important; }

/* Formulaires de paiement */
/*form#payform .radio#robjets label.main { display: block; font-weight: bold; }
form#payform .radio#robjets label { display: list-item; list-style: none; font-weight: normal; float: none; }*/
form#payform #robjets label { display: none; }
form#payform #robjets { text-align: center; }
form#payform #robjets select { width: 90%; }
form#payform .submit input {
	width: 80%;
	padding: 5px 30px;
}

/* Formulaire de connexion etudiant */
.connexion-etudiant div#connexion { float: none; width: 80%; margin: 0 auto; }
.connexion-etudiant div#rconnexion-submit { width: 40%; margin: 0; float: right }

