/*
body
{
  font-family: Verdana, Arial;
  font-size: 10pt
}

table
{
  width: 500px;
}
*/
td.right
{
 
  color: darkblue;
  text-align: center;
  width: 150px;
  height:30px
}

td.left
{
  color: darkblue;
  text-align: center;
  width: 150px;
  height:30px
}

table.list
{
  border: black 1px solid;
  height:30px
}
td.pays1 {
  height:30px;
  bgcolor:#fffff;
   border: black 1px solid
}
th
{
  text-align: center;
  background-color: navy;
  color: white
}

th.th1
{
  width: 50px
}

th.th2
{
  width: 150px
}
th.th3
{
  width: 150px
}
th.th4
{
  width: 70px
}
th.th5
{
  width: 70px
}

input.editName
{
  border: black 1px solid;	
  width: 70px
}

input.editPrice
{
  border: black 1px solid;	
  width: 70px
}

