
h2 { padding: 0; background: none; margin: 5px 0; }

table.articles, table.coordonnees {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border: 1px solid #8E764E;
	background-color: #504848;
}
table.articles input {
	border: 1px solid #8E764E;
}
table.articles tbody {
	border: 1px solid;
}
table.articles td, table.articles th {
	border: 1px solid #8E764E;
	padding: 3px 5px;
}
table.articles thead tr {
	background-color: #EEE3CD;
	color: #000;
	font-size: 1.0em;
	text-align: center;
}
table.articles tfoot th {
	border-top: 1px solid #8E764E;
}
table .numeric {
	text-align: right;
}

table img {
	vertical-align: middle;
	margin-right: 5px;
}

/* La zone quantites */
table.articles table * { border: 0 !important; }
table.articles table input { width: 30px !important; border: 1px solid #E9E6DF; text-align: center; }

/* Formulaire de saisie des coordonnées */
ul.messages {
	clear: both;
	border: 1px solid #8E764E;
	color: #544680;
	padding: 5px;
	margin: 5px 0;
	font-weight: bold;
	list-style: none;
}
ul.messages li { background: url(../images/info.gif) no-repeat left center; padding: 2px 30px; margin: 0; }

#page form label small { display: block; }
#page form .errors label small { display: inline; }
#page #lliv_diff, #page #lpublicite { width: 90%; text-align: left; float: right; }
#page #liv_diff, #page #publicite { float: left; }


/* Formatage du récap client */
table.recap  {
	width: 100%;
	border: 1px solid #8E764E;
	border-collapse: collapse;
}
table.recap th {
	border-bottom: 1px solid #8E764E;
	background: #E9E6DF;
	color: #000;
	padding: 3px 5px;
	text-align: left;
	width: 50%;
}
table.recap td {
	padding: 3px 5px;
	border-bottom: 1px solid;
}
table.recap th.label {
	background-color: #E9E6DF;
	color: #000;
	text-align: right;
}

/* Affichage des options de Règlement */
div#reglement {
	margin: 10px 0;
}
div#reglement label {
	width: auto;
	text-align: left;
	padding: 3px 0;
}
div#reglement .row { clear: left; }
div#reglement h3 { clear: both; }
div#paiement input { width: auto; border: 0; }
div#paiement form { width: auto; }
