* {
margin: 0px;
padding: 0px;
}
body{
  background-color: white;
  text-align: left;
  padding: 20px 20px;
  font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
  font-size: 16px;
}

a{
  color:black;
}

a img
{
border: none;
} 

fieldset{
  margin-bottom: 0.3em;
}

label.text {
 display: block;
 float: left;
 width: 40%;
 text-align: right; /* n'h?sitez pas pas ? aligner ? gauche, c'est pas mal aussi */
 margin: 0 1em 0 0;
 padding: 0.1em;
}
.error {
 border:2px solid red;
}

input.text, textarea {
 width: 50%;
 border: 0;
 margin-right: 0.25em;
}
.modelivraison{
 padding:0.25em;
}
.vgFilCat{
  margin-bottom:20px;
}

.miniature{
  width: 85px;
  height:85px;
  float:left;
  margin-right:10px;
}
.separation{
  clear: both;
  visibility: hidden;
  height: 0px;
}
.label{
  float: left;
  width:100px;
}
.produitliste{
  margin-bottom:2px;
}

input {
  border:1px solid black;
  height: 18px;
  vertical-align:top;
}
input[type=submit]{
  background-color:#996633;
  color:#FFFF99;
}
span{
  line-height:18px;
}

#contenuCommande{
  height:450px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.tableUn{
  width:790px;
  border-collapse:collapse;
  margin:10 auto;
}
.tableUn th{
  border-bottom: medium solid black;
  padding-bottom: 2px;
}
.tableDeux{
  width:760px;
  border-collapse:collapse;

}
.tableDeux td{
  border-bottom: thin solid black;
  padding-top: 3px;
  padding-bottom: 2px;
}

.cmdQty{
  width:40px;
  text-align:left;
  vertical-align:top;
}
.cmdRef{
  width:200px;
  text-align:left;
  vertical-align:top;
}
.cmdDes{
  width:400px;
  text-align:left;
  vertical-align:top;
}
.cmdPrx{
  width:85px;
  text-align:right;
  vertical-align:top;
}
.cmdEff{
  width:35px;
  text-align:right;
  vertical-align:top;
}
.cmdTva td{
  text-align:right;
  padding-top:4px;
}
.cmdTot td{
  text-align:right;
  font-weight:bold;
  padding-top:10px;
}

.titre{
  font-size:1.3em;
  line-height:1.3em;
}

