.catalogue { border-collapse: collapse; }
.catalogue td {
	border-top: 0 !important;
	border-bottom: 0 !important;
	border-left: 0 !important; 
	border-right: 1px solid #fff !important; 
	padding:5px;
	vertical-align:middle;
}
.catalogue td.prix { text-align:center; }
.catalogue td.fixed { text-align:center; white-space: nowrap; }

#total-table td { border-top: 0 !important; }

.catalogue thead td { font-size: 1.2em; font-weight: bold; color:#575757 }
.catalogue tfoot tr td { border-top: 1px solid #E31F2A !important; }
.catalogue tfoot td.header { text-align: right; font-weight: bold; font-size: 1.4em; }
.catalogue tfoot td.escompte { text-align: right; font-weight: bold; font-size: 1.0em; }

h2.aplat {
	border-bottom: 1px solid #E31F2A!important;
	font-size: 1.2em;
	margin: 1em 0 0.5em 0;
}

#paiement { margin: 10px 0; }
#paiement form {
	width: 33%;
	float: left;
	text-align: center;
}
#paiement form input {
	width: 90%;
}
#paiement form#devis {
	margin: 0 auto;
	float: none;
}

#preview #etapes {}
#preview #etapes li {
	width: 163px;
	list-style: none;
	background: none;
	display: block;
	float: left;
	margin-right: 5px;
	padding: 14px 0;
	line-height: 1.1em;
	text-align: center;
	background: url(../images/bg_etapes.jpg) no-repeat right top;
}
#preview #etapes li.last {
	margin-right: 0;
}

#preview #etapes li.selected {
	
	color:  #E31F2A;
	background: url(../images/bg_etapes_select.jpg) no-repeat right top;
}
#preview #etapes li strong {
	font-size: 1.2em;
	display: block;
}
.etape_precedente span, .etape_suivante span { display: none; }

.etape_precedente, .etape_suivante {
	width: 141px;
	height: 27px;
	display: block;
	float: left;
	color: #FFF;
	font-size: 14px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 14px;
	padding: 4px 0;
	margin: 5px;
	background: transparent no-repeat center;
}
.etape_precedente:hover, .etape_suivante:hover { color: #FFF; }
.etape_precedente {
	background-image: url(../images/bt_etape_precedente.gif);
	padding-left: 20px;
	text-align: left;

}
.etape_suivante, .accept {
	float: right;
	padding-right: 20px;
	text-align: right;
	background-image: url(../images/bt_etape_suivante.gif);
}
.noaccept {
	cursor: default;
	background-image: url(../images/bt_etape_suivante_disabled.gif);
}

#texte_cheque address, #texte_virmnt table {
	font-size: 1.3em;
	font-family: monospace;
}
#texte_cheque address { border: 1px solid; padding: 10px; width: 60%;  margin: 10px auto;}
#texte_virmnt table { margin: 10px auto; }
#texte_virmnt th { padding: 0 10px; }
#texte_virmnt td { border: 1px solid; }

#warning {
	display: block;
	background: #E31F2A;
	border: 1px solid #FFF;
	padding: 4px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
