/* CSS Belcan */
p {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #333333
}
a:hover {  
	color: #990000;
	text-decoration: underline
}
a { 
	color: #990000; 
	text-decoration: none
}
td { 
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #333333
}
.enteteProducts {
	background-color:#FFCC00;
	font-weight:bold;
}
.enteteProducts td {
	color:#660000;
}
a.linkProducts {
	color: #990000;
	text-decoration: none;
}
a.linkProducts:hover {
	text-decoration:underline;
}

.enteteStarlite {
	background-color:#FFCC00;
	font-weight:bold;
}
.enteteStarlite td {
	color:#660000;
}
a.linkStarlite {
	color: #990000;
	text-decoration: none;
}
a.linkStarlite:hover {
	text-decoration:underline;
}

