/* CSS Document */
table.articles
{
	width:600px;
	margin-left:150px;
	margin-top:110px;
}
table.articlesIndustrie
{
	width:600px;
	margin-left:150px;
	margin-top:160px;
}
table.articlesMedical
{
	width:600px;
	margin-left:150px;
	margin-top:160px;
}
table.articlesLaboratoire
{
	width:600px;
	margin-left:150px;
	margin-top:135px;
}
th.articleTH
{
	background-color:#999999;
	border-color:transparent;
	border-width:thick;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	white-space:;
}
tr.articleTR
{
	
	background-color:#CCCCCC;
}
td.tdImage
{
	width:120px;
	height:120px;
}
.desc
{
	color:#000000;
	font-weight:normal;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:20px;
}
.link
{
	text-align:left;
	vertical-align:top;
}
.article
{
	color:#0000FF;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:20px;
}
.image
{
	border:0px;
}

a.savoir_plus:link{ color:#0000FF; text-decoration:underline;}
a.savoir_plus:visited{color:#0000FF; text-decoration:underline;}
a.savoir_plus:hover{ color:#FF0000; text-decoration:underline;}

