/* tables */

table.umatable {
	 background-color: white;
    border: 0;
    border-collapse: separate;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 2px #000000;
    margin: 10px auto;
    padding: 0;
    width: 96%;
}


table.umatable th{
	background-color: #FFFFFF;
    background-image: url("/umaservices/umaimages/deg_white.jpg");
    background-position: left bottom;
    background-repeat: repeat-x;
    border-bottom: 1px solid #AAAAAA;
    border-radius: 4px 4px 0 0;
    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;	
}