/* Généralités */
form { margin: 0; padding: 0; width:90%;}
label, input, select, textarea { font-family: 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 { clear:both; margin: 0 0 1em; padding: 1em; border:2px solid #fff; background:url(../images/bg_fieldset.gif) repeat-x left bottom; }
form.valid fieldset legend { margin-left:1em; font-weight: bold; color:black; text-transform:uppercase;  }
.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 { 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 input { margin-left: 15%; 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: 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:#edebe5; 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:2px 5px; }
table.valid th { font-weight:normal; text-align: center; width: 30%; background:#fff;  }
table.valid td { text-align: left; }

/* 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: #fff; border:1px solid #806d5b; color:#2f2011; }
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 {
	font-weight: bold;
}
form.recherche, form.themes { width: 50%; padding: 1em 0; }
form.recherche { float: left; text-align: left;  }
form.themes { float: right; text-align: right;  }
form.themes select { width:18em; color:#5b5b5c; border:1px solid #b072a3;  }
form.themes input.submit { width: auto; }

/* Textes editables */

/* styles particuliers */
#remail2 label { display: none; }

/* 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: 52%;
}
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; }
#paiement form { text-align: center; padding: 5px; float: left; width: 30%; margin-left: 12%; }
#paiement #annulation { text-align: center; margin: 0 auto; float: none; width: auto; }
#paiement .submit, #cheque .submit, #annulation .submit {
	border: 0;
	font-weight: bold;
}
#cheque .submit {
	width: 180px;
	background: url(../images/paiement/cheque-nb.jpg) no-repeat top center;
}
#annulation .submit {
	border: 1px solid;
	padding: 20px 30px 20px 50px;
	width: 250px;
	background: url(../images/stop.png) no-repeat 10px 50%;
}

/* Login permanent */
#coldroite #identification { width: 90%; }
#coldroite #identification div.row { margin: 2px 0; padding: 2px 0; }
#coldroite #identification div.row label { float: none; width: auto; text-align: left; }
#coldroite #identification div.row input { float: none; width: 70%; margin: 0; }
#coldroite #identification div.row input#password { width: 70%; }

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

#coldroite #identification div.row input.submit { margin-left:10px !important; }



.row input#contact-submit, .row input#inscription-submit, .row input#connexion-submit, .submit input 
{ float:right; width:61%; margin:0 1.5em 0 0; padding:3px 0; background:#e41074; color:#fff;}
#tarifs label.main { width: auto; padding-left: 0; }
#tarifs label { clear: both; display: block; padding-left: 3em; }
