/* General font families for common tags */
a:link,a:active,a:visited { color : #FFFFFF; }
a:hover		{ text-decoration: underline; color : #FFFFFF; }

.norm
{
	font-family: Arial;
}
.cadre
{
	spacing: 0px;
	padding: 0px;
}
.produit_left
{
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-style: solid;
	font-family: Arial;
}
.produit_right
{
	text-align: right;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-style: solid;
	font-family: Arial;
}
.hproduit
{
	background-color: #506477;
	color: white;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-style: solid;
	font-family: Arial;
}

