#paiement  h3 {
	display: block;
	margin: 0 0 10px 0;
	padding: 0 5px 0 5px;
	line-height: 1.5em;
	border: 0;
	background-color: #c00;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}

#paiement h4.soustitre {
	margin-top: 1.3em;
	margin-bottom: 1.3em;
	padding: 0;
	color: #c00;
}

.achats {
	border: 1px solid #000;
	padding: 0;
	margin: 20px;
}

.achats h4 {
 margin-top: 0;
 padding-left: 25px;
 background-color: #eee;
 background-image: url(/images/puce_rouge.gif);
 background-repeat: no-repeat;
 background-position: 10px 50%;
}

.achats h5 {
 font-size: 1em;
}

.achats .sommaire li {
	list-style: none;
	display: block;
}

.achats .couverture {
	border: 0px;
	margin-left: 2px;
}

.achats .sommaire {
	margin: 0 2px 0 10px;
}

.achats a .sommaire {
	color: #000;
	text-decoration: none;
	border: 0px;
}

.achats .sommaireLink {
	font-weight: bold;
	font-size: 1.2em;
  margin: 5px 5px 10px 5px;
}

.achats .sommaireLink a {
	color: #e00;
}

.achats .resume {
	font-weight: bold;
}

#payer {
	border: 1px solid #ccc;
	margin: 20px;
}

div#PaiementInfos {
   padding:3px;
   margin-top: 5px;
   margin-bottom: 5px;
   background-color: #D6D6D6;
   font-size:85%;
   border: 1px solid #999;
}

/* HACK pour IE */
* html div#PaiementInfos {
   padding-bottom: 0px;
}

span.formRow {
   color:#000;
   float:left;
   width:30%;
   text-align:right;
   margin-top:2px;
   margin-right:3px;
   padding-right:3px;
}

div.rowf {
   clear:both;
   padding:2px;
   color:#000;
}

div#PaiementInput {
   padding:3px;
   background-color: #EFF3F6;
   margin-top:5px;
   margin-bottom:5px;
   font-size:85%;
   border:1px outset #999;
}

/* HACK pour IE */
* html div#PaiementInput {
   padding-bottom:0px;
}

.achats .important {
  background-color: #ede49e;
}