@charset "utf-8";/* css document */
table,table#paiement {
  margin-top: 8px;
  width: 100%;
  border-collapse: collapse;
}
#content_static table{
  margin-bottom:15px;
}
*html #content_static table{
  width: 96%;
}
table td,table th {
  padding: 5px 8px;
  margin: 0px;
  border: 1px solid #E8E4E7;
  vertical-align: top;
  font-size: 11px;
}
table th {
  background-color: #F9F9F9;
  color: #999;
  font-weight: bold;
  text-align: left;
}
table p {
  margin-bottom: 8px;
}
table a.link_grey {
  color: #666;
}
table a.link_grey:hover {
  color: #333;
}
table td.name_results,table td.name_results_total,table td.results,table td.results_total,table td.results_paiement {
  border: 0;
  border-bottom: 1px solid #E8E4E7;
  font-weight: bold;
  height: 35px;
  vertical-align: middle;
  padding: 0;
}
table td.name_results {
  color: #999;
}
table td.name_results_total {
  color: #000;
  font-size: 13px;
}
table td.results,table td.results_total,table td.price_total {
  color: #CC0066;
  text-align: right;
}
table td.results_paiement {
  color: #333;
  text-align: right;
}
table td.results_total {
  font-size: 15px;
}
table td.no_border_right {
  border-right: 0;
}
table td.no_border_left {
  border-left: 0;
}
table td.no_border {
  border: 0;
  padding: 5px 0;
}
table td.no_border input {
  vertical-align: middle;
  margin-left: 5px;
}
table th.align_right,table td.align_right {
  text-align: right;
}
table td.price_total {
  font-weight: bold;
}
table td.padding_top_30px {
  padding-top: 30px;
}
table tr.bg_grey td{
  background:#F9F9F9;
}
span.complement_results {
  font-weight: normal;
  font-size: 10px;
  color: #000;
}
table#livraison {
  width: 75%;
  margin: 0 7px 0 0;
}
table#paiement td {
  border: 0;
}
table#paiement td img {
  display: inline-block;
  margin-right: 20px;
}
td.width40 {
  width: 40%;
}
td.width60 {
  width: 60%;
}

table#promotion_achat td {
  border:0;
  padding:0;
}
table#container_bon_achat_paiement {
  background-color: #d9d9d9;
}
table#container_bon_achat_paiement td {
  border:0;
  padding:8px;
}
table#total_bon_achat {
  background-color: #E9C0D6;
  border:1px solid #E992BE;
  margin:0;
}
table#total_bon_achat td {
  padding:5px 8px;
}

