/*------------------------
Les produits
--------------------------*/
/* CATA ALPHA */
blocAFilet {style.css (ligne 55)
	border-color:#B2B2B2;
	border-style:solid;
	border-width:0px 0px 1px;
	margin:0px;
	padding:20px 8px;
	color:#333333;
}

tr.cataAlpha td a{
	color:black;
	text-decoration:none;
}
tr.cataAlphaOver{
	background-color:#fafafa;
}
tr.cataAlpha td a:hover, tr.cataAlphaOver td a{
	color:#fe5819;
	text-decoration:underline;
}
tr.cataAlpha td.ref, tr.cataAlpha td.intitule, tr.cataAlphaOver td.ref, tr.cataAlphaOver td.intitule{
	padding:4px;
}

/* CATA ARBO */
tr.cataArbo td a{
	color:black;
	text-decoration:none;
}
tr.cataArboOver{
	background-color:#fafafa;
}
tr.cataArbo td a:hover, tr.cataArboOver td a{
	color:#fe5819;
	text-decoration:underline;
}
tr.cataArbo td.ref, tr.cataArbo td.intitule, tr.cataArboOver td.ref, tr.cataArboOver td.intitule{
	padding:4px;
}
#ficheprod{
	padding:0px 7px 0px 3px;
	font-size:12px;
}
#ficheprod .item{
	background-color:#E4DFD1;
	color:#333333;
	font-weight:bold;
	padding:2px 2px 1px 4px;
	margin:4px 0px 4px 0px;
	border-color:#dddddd;
	border-style:solid;
	border-width:0px 0px 0px 0px;
}
#ficheprod .ssItem{
	font-weight:bold;
}

.categVisuelle, .categLiens{
	background-color:#eeeeee;
	color:#336699;
	font-weight:bold;
	padding:2px 2px 1px 4px;
	margin:4px 4px 2px 0px;
	border-color:#dddddd;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	text-transform:uppercase;
	text-align:center;
}

.titreMerchandising{
	color:#336699;
	font-weight:bold;
	padding:2px 2px 1px 4px;
	margin:4px 4px 2px 0px;
	text-transform:uppercase;
	text-align:left;
}

/*******************************

Les tableaux de charge

*******************************/
table.tableau,table.eurocode,table.dimension{
	width:98%;
	border-collapse:collapse;
}
table.tableau caption, table.eurocode caption, table.dimension caption{
	font-weight:bold;
	padding:4px;
}
table.eurocode caption{
	background-image:url("/medias/ec5.gif");
	background-repeat:no-repeat;
	background-position:0% 50%;
	padding-left:90px;
}
table.tableau caption{
	background-image:url("/medias/cb71.gif");
	background-repeat:no-repeat;
	background-position:0% 50%;
	padding-left:90px;
}

table.tableau td,table.eurocode td,table.dimension td{
	border:1px solid #777777;
	padding:2px 2px 2px 2px;
	color:black;
	white-space: pre;
	text-align:center;
}
table.tableau thead,table.dimension thead{
	background-color:#EEEEEE;
}
table.tableau thead td,table.dimension thead td{
	text-align:center;
	font-weight:bold;
}
table.tableau thead tr.sub,table.dimension thead tr.sub{
	background-color:#eeeeee;
}
table.tableau tr.impair,table.dimension tr.impair{
	background-color:#E4DFD1;
}

table.eurocode thead{
	background-color:#336699;
}
table.eurocode thead tr.sub{
	background-color:#6699cc;
}
table.eurocode tr.impair{
	background-color:#d7deec;
}
table.eurocode thead td{
	font-weight:bold;
	color:white;
}


