body.panier-item #hdr {
	height: 80px;
}

body.panier-item #contenu {
	margin: 0px 112px;
}

#panier {
	margin: 2em 50px 0px 50px;
}
table.panier {
	width: 100%;
	width: "auto";
	border: 0px;
	border-collapse: collapse;
}
table.panier td.icon {
	padding: 0px;
	vertical-align: top;
	width: 25px;
}
table.panier td.icon img {
	border-bottom: 1px solid #ad0;
}
table.panier td.achats {
	vertical-align: top;
	width: 100%;
	width: "auto";
	padding: 5px;
	color: #fff;
	background-color: #cf0;
	border-bottom: 1px solid #ad0;
	border-right: 1px solid #ad0;
}
#panier table.panier td.achats {
	border-right: 0px;
}
table.panier table.layout {
	background-color: #fff;
	background-color: #fff;
	border-left: 1px solid #ccc;
}
table.panier table.layout td.col {
	font-size: 8.5pt;
	padding: 3px 3px;
	width: auto;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #eee;
	border-right: 1px dotted #eee;
}
table.panier table.layout td.col-num {
	font-size: 8.5pt;
	padding: 3px 3px;
	width: auto;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #eee;
	border-right: 1px dotted #eee;
	text-align: right;
}
table.panier table.layout td.col-last {
	font-size: 8.5pt;
	padding: 3px 3px;
	width: auto;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}
table.panier td.total {
	font-size: 8.5pt;
	padding: 0px;
	vertical-align: middle;
	white-space: nowrap;
	padding-right: 5px;
	color: #069;
	background-color: #cf0;
	border-bottom: 1px solid #ad0;
	border-right: 1px solid #ad0;
}
table.panier td.total p {
	text-align: center;
	margin: 5px 0px;
}
table.panier td.total b {
	font-size: 9.5pt;
}
table.panier td.total a {
	color: #069;
	text-decoration: none;
}
table.panier td.total a:hover {
	text-decoration: underline;
}
table.panier td.total a.btn {
	font-weight: bold;
	text-decoration: none;
	padding: 1px 3px;
	color: #fff;
	background-color: #f30;
	border-top: 1px solid #f30;
	border-left: 1px solid #f30;
	border-bottom: 2px solid #c00;
	border-right: 2px solid #c00;
}
table.panier td.total a img {
	vertical-align: middle;
}
table.panier td.total a.btn:hover {
	background-color: #f52;
}
table.layout {
	border: 0px;
	border-collapse: collapse;
}

#contenu table.region {
	border: 0px;
	border-collapse: collapse;
	background: none;
}
#contenu table.region td {
	width: 50%;
	padding: 0px 10px;
	vertical-align: top;
}

#contenu table.total {
	border: 0px;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	border-left: 1px dotted #ddd;
	margin: 10px 0px;
	background: none !important;
}
#contenu table.total th {
	font-size: 8.5pt;
	padding: 3px 10px;
	border-bottom: 1px solid #ddd;
	border-right: 1px dotted #ddd;
	background-color: #eee;
	text-align: left;
}
#contenu table.total td {
	font-size: 9pt;
	padding: 3px 10px;
	border-bottom: 1px solid #ddd;
	border-right: 1px dotted #ddd;
}
table.total tr.invalide td {
	text-decoration: line-through;
	color: #f30;
}
table.total td.prix,
table.total th.prix {
	text-align: right;
	white-space: nowrap;
}
table.total tr.total td {
	border-top: 3px double #ddd;
	font-weight: bold;
	background-color: #ffe;
	text-align: right;
}

#contenu table.formulaire {
	border: 0px;
	border-collapse: collapse;
	margin: 10px 0px;
	border-right: 1px solid #ddd;
	background: #eee;
}
#contenu table.formulaire td {
	padding: 3px 10px;
	font-size: 9pt;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
}
#contenu table.formulaire td.q {
	border-right: 1px dotted #ddd;
}
#contenu table.formulaire td.a {
	white-space: nowrap;
	border-left: 1px dotted #fff;
}
#contenu table.formulaire td.a input,
#contenu table.formulaire td.a textarea {
	font-size: 9pt;
	border-width: 1px;
}

div.formulaire {
	border: 1px dotted #ddd;
	padding: 5px;
	margin: 10px 0px;
}
div.formulaire p {
	margin: 3px 0px;
}
div.formulaire img {
	vertical-align: middle;
}

p.erreur {
	color: #f30;
	font-weight: bold;
	border: 2px solid #f30;
	padding: 10px 10px;
	text-align: center;
}

p.submit {
	text-align: center;
}
p.submit input {
	font-weight: bold;
	font-size: 9pt;
}
p.submit a {
	font-weight: bold;
	font-size: 9pt;
	padding: 2px 7px;
	text-decoration: none;
	background-color: #eee;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
}

