table.panier {
	width: 640px;
}

table.panier tbody {
	background-color: #F9F9F8;
}


table.panier tbody th {
	font-size: 12px;
	font-weight: bold;
	background-color: #EAEAE5;
	color: #8F8D73;
	width: 550px;
	text-align: left;
}

table.panier tbody td {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	background-color: #EAEAE5;
	color: #8F8D73;
}

table.panier tfoot th {
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #8F8D73;
}

table.panier tfoot td {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	background-color: #EAEAE5;
	color: #8F8D73;
}

table.panier thead td {
	background-color: #8F8D73;
}

table.panier thead td div {
	background-color: #8F8D73;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}


table.panier thead th {
	background-color: #8F8D73;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
}




form.coordonnees tbody th {
	font-weight: normal;
	text-align: center;
	color: #8F8D73;
	font-size: 12px;
}

form.coordonnees tbody textarea, form.coordonnees tbody select, form.coordonnees tbody input {
	background-color: #FFFFFF; border: 1px dotted #808080;
}
form.coordonnees tbody input.w350, form.coordonnees tbody textarea.w350 {
	width: 350px;
}






table.etapes th {
	font-weight: bold;
	font-size: 24px;
	color: #8F8D73;
	padding-bottom: 7px;
	padding-top: 5px;
}

table.etapes td {
	font-weight: normal;
	font-size: 12px;
	color: #8F8D73;
}

table.etapes td.actif {
	font-weight: bold;
	font-size: 12px;
	color: #8F8D73;
	border: 1px dotted #8F8D73;
}
