/* tables */

table.umatable {
	 background-color: white;
    border: 0;
    border-collapse: separate;
    margin: 10px auto;
    padding: 0;
    width: 96%;
}


table.umatable th {
  background-color: #ffffff;
  color: #68ade8;
  font-size: 10px;
  font-weight: bold;
  padding: 4px 6px;
  text-transform: uppercase;
}

table.umatable td {
	vertical-align:top;
	padding: 5px 6px;
	color:#5E6580;
}

table.umatable .tr_regl td {
	text-decoration:line-through;
	color:#ccc;
}
table.umatable tr.odd td {
	background-color:#DEEBF6;
}

.umatable td a {
    color: #CC3333;
    font-weight: bold;
	text-decoration:none;
}

table.umatable tr:hover td {
	background-color:#c0e6f6;
}
table.umatable th.th_0, table.umatable td.td_0{
	padding-left:35px;	
}

table#commande_ligne th.th_10{
	width:85px;	
}