/* @override http://grogro.local:8888/~max/Avril/Avril_2/views/panier.css */

/*html, body {
	height: 100%;
}*/

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#panier {
	margin-left: 18em;
	padding: 2em;
}

#entete {
	/*position: relative;
	height: 12em;*/
	margin-bottom: 2em;
	min-width: 57em;
	overflow: auto;
	text-align: right;
}

#entete div {
	border: 1px solid silver;
	padding: 0 .5em;
	background-color: whitesmoke;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

#ref_commande {
	/*position: absolute;
	left: 0;
	bottom: 0;*/
	float: left;
}

#entete span {
	display: inline-block;
	min-width: 9em;
	font-style: italic;
	font-weight: bold;
}

.ref_client {
	/*position: absolute;
	right: 0;
	bottom: 0;*/
	/*height: 100%;*/
	/*width: 21em;*/
	/*float: right;*/
	width: 18em;
	margin-left: 1em;
	/*width: 20em;*/
}

.ref_client select {
	width: 9em;
}

p.adresse {
	line-height: 1.6em;
	/*margin-bottom: 0;*/
	overflow: auto;
}

strong.adresse {
	float: right;
	margin-left: 1em;
}

table{
	clear: both;
	border-collapse: collapse;
	margin: 1em auto;
	width: 100%;
	margin-bottom: 2em;
	color: #192832;
}

th, td {
	border: 1px solid silver;
	height: 2em;	
}

th {
	background-color: whitesmoke;
}

td {
	text-align: center;
	padding: .2em 0.5em;
}

td.texte {
	text-align: left;
	min-width: 30em;
}

td.euro {
	text-align: right;
	width: 7.5em;
	white-space: nowrap;
}

td.qtt {
	width: 3em;
}

td.total {
	font-weight: bold;
}

td.qtt input {
	width: 1.5em;
	text-align: center;
}

td.qtt.maxi input {
	border-color: #f5a35c;
}

td h3 {
	font-weight: normal;
	display: inline;
	margin-right: 1em;
	font-size: 1.2em;
}

td span {
	font-size: .8em;
	color: #740e00;
}

p.retour_PB {
	color: #740e00;
	text-align: center;
}

p.pied {
	text-align: center;
	margin-top: 3em;
	/*position: fixed;*/
	bottom: 0;
	font-size: .9em;
}

input.code_promo {
	width: 7em;
	margin-right: 1em;
}

/*@page {
	margin: 1.5cm;
}*/

@media print {

body {
	height: 26cm;
	font-size: 9pt;
}

.screen {
	display: none;
}

#panier {
	margin-left: 0;
}

#entete {
	margin-bottom: 2cm;
}

p.pied {
	width: 100%;
}

}