/* 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; }

/* 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%; 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; }
.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; }

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

/* 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: #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: red;
}
#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;  }
div.form-themes { padding:5px 0 10px; margin-top:35px; margin-left:80px; background:url(../images/bg_themes.png) no-repeat left 0; }
div.label  { margin-left:20px; padding-left:0px; padding-top:5px;}
body.revue-de-presse div.label, body.revue-de-presse form.themes input#theme-submit {color:#000;}
form.themes { padding:0; margin-left:20px; margin-top:5px; }
form.themes select { width:180px; border:1px solid #7f9db9; margin:5px 0; color:#333333;  }
form.themes input#theme-submit {width:auto; border:none; background:none !important; color:#fff; cursor:pointer; }

/*Identification*/
form#oubli {width:470px;}
#roubli-submit input {width:300px;}

/* Connexion */
#connexion-membre { clear:both; width:360px; margin-left:80px; padding-bottom:5px; border-left:1px solid #87514E;}
#connexion-membre fieldset { border:none; margin:0; padding:0;}
#connexion-membre legend { display:none;}
#connexion-membre .row { float:left; clear:none; width:250px; padding:0; margin:0;}
#connexion-membre input { width:140px; margin-top:8px; border:0; color:#fff; background:#B24C64;}
#connexion-membre input#connexion-submit {display:block; overflow:auto; height:18px; width:18px; padding:0; cursor:pointer; text-indent:-5000px; background:url(../images/bg_ok.gif) no-repeat;}

#connexion-membre p {margin-left:10px; margin-top:10px; margin-bottom:0;}
#connexion-membre a {color:#fff;}
#connexion-membre a:hover {color:#ff003c;}

#rlogin input {margin-top:0;}
#connexion-membre #rconnexion-submit {float:left; width:auto;}

