@CHARSET "ISO-8859-1";

/************************
 Conncernant les factures
 ************************/
 
div#facture{
  /*border: 1px solid black;*/
  padding : 10px;
  /*font-size: 10pt;*/
}

div#facture * {
  font-family: "Courier New", monospace;
  text-decoration: none;
  color: black;
  border:none;
  background-image:none;
}

#facture table.liste{
  width: 100%;
  border-collapse: collapse;
  font-size:0.9em;
  border:none;
}

#facture table.liste th {
  text-align: center;
  background-color: #eee;
}

#facture table.liste td{
  padding:2px;
}

#facture table.liste td+td{
  text-align: center;
}

#facture table.liste th,
#facture table.liste td{
  /* background-image:none; */
  border-top: 1px solid gray;
  border-right: 1px solid gray;
  border-left: 1px solid gray;
  border-bottom: 1px solid gray;
}

#facture .prix{
  text-align: right;
}

#facture table.liste .break *,
#facture table.liste .total *{
  border: none;
  background-color: #fff;
}

#facture table.liste tr.break th{
  background-image:none;
}

#facture table.liste tr.total td+td{
  background-color:#eee;
  font-weight: bold;
  border: 1px solid gray;
}

#facture table.liste tr.total td+td+td{
  background-color:#fff;
  font-weight: normal;
}

#facture table.liste td.prix{
  text-align: right;
}


/* autres balise que TABLE*/

#facture{
  background: url(../images/logo_areva.png) top right no-repeat;
}

#facture p{
  margin:0;
}

#facture .entete{
  margin: 1cm auto;
  width: 50%;
  padding: 1em;
  border: 1px solid gray;
  text-align: center;
  font-weight: bold;
}

#facture .notes{
  padding: 0;
  margin: 1cm 2cm;
  text-align: right;
  font-style: italic;
}

#facture .destinataire{
  float: right;
  text-align: right;
  margin: 1cm 2cm;
}

#facture td{
  /*border: 1px dotted gray;*/
}

#facture div.pied{
  /*border: 1px solid #000;*/
  position:absolute;
  bottom:0;
  font-size: 10px;
  width: 100%;
  letter-spacing: 1px;
}

#facture .pied strong{
  font-size: 14px;
  color: #c00;
}