/* CSS Document */

body {
font-family:Trebuchet MS, arial, Tahoma;
margin-left: 0px; 
margin-top: 0px; 
margin-right: 0px;
}
tr{
font-family:Trebuchet MS, arial, Tahoma; 
font-size: 10pt; color: rgb(128,0,0)
}

a:link {text-decoration: underline; color: rgb(128,0,0)}
a:visited {text-decoration: underline; color: rgb(128,0,0)}
a:active {text-decoration: none}
a:hover {text-decoration: none; color: rgb(200,149,55)}

.pricetable {
font-size:10pt;
font-weight:bold;
text-align:center;
border:none;
width:100% ;
}
.pricetable td{
	padding:3px;
}
.pricetable tr{
color:#800000;
background:#F5F1E9;
}
.pricetable .lignepaire {
background:#F5F5F5;
}

.pricetable .titrecolonne {
background:#FFF;
color:#000;
height:18px;
}
.pricetable input{
color:#800000;
text-align:right;
}

select, .bouton {color:#800000;}

#total {
font-weight:bold;
}

.pricetable .ref {text-align:left; text-indent:3px; width:10%;}
.pricetable .nom {text-align:left; text-indent:3px; width:22%;}
.pricetable .fds {width:7.2%;}
.pricetable .parcent {width:12%;}
.pricetable .par5cent {width:12%;}
.pricetable .parkilo {width:12%;}
.pricetable .quantity {width:11.7%;}
.pricetable .prix {width:13%;}
