/*tableau de commerce*/
table.com{
width:600px;
border:none;
}
/*titre de commerce*/
th.nom_com{
width:25%;
}
/*ligne impaire*/
td.n1com{
text-align:left;
color:#000040;
border:1px;
border-style:dashed none;
padding:4px;
}
/*ligne paire*/
td.n2com{
text-align:left;
border:1px;
border-style:dashed none;
padding:4px;
}
/*titre ligne impaire*/
th.n1com{
font-weight:bold;
text-align:left;
border:1px;
border-style:dashed none;
padding:4px;
}
/*titre ligne paire*/
th.n2com{
font-weight:bold;
text-align:left;
border:1px;
border-style:dashed none;
padding:4px;
}