a:link.npanel {color: #70BB53; text-decoration: none} 
a:visited.npanel {color: #70BB53; text-decoration: none} 
a:hover.npanel {color: #70BB53; text-decoration: underline; font-weight: bold}

a:link.contents {color: #1E4A9B; text-decoration: none} 
a:visited.contents {color: #1E4A9B; text-decoration: none} 
a:hover.contents {color: #1E4A9B; text-decoration: underline}

a:link.menu {color: #CCCCCC; text-decoration: none} 
a:visited.menu {color: #CCCCCC; text-decoration: none} 
a:hover.menu {color: #CCCCCC; text-decoration: underline; font-weight: bold }

a:link.menufoot {color: #CCCCCC; text-decoration: none} 
a:visited.menufoot {color: #CCCCCC; text-decoration: none} 
a:hover.menufoot {color: #CCCCCC; text-decoration: underline }

/****************** La facture javascript *******************/
td.invoice_label { 
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;	
	font-weight: normal; 
}
td.invoice_label_taxe { 
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;	
	font-weight: normal; 
	font-weight: bold; 
	text-align: right;
}
td.invoice_price { 
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;	
	font-weight: bold; 
	text-align: center;
}
td.invoice_total { 
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;	
	font-weight: bold; 
	text-align: center;
}
td.invoice_rebate { 
	font-family: Arial;
	font-size: 12px;
	color: #cc3300;	
	font-weight: bold; 
	text-align: center;
}