/* Pour la page workstation, padding pour le texte */
.table_produit{
	margin:0;
}
.table_produit td{
	vertical-align:middle;
}
.table_produit td{
	padding:0;
	margin:0;
	border:0 solid red;
	font-size:9pt;
	vertical-align:middle;
}
.table_produit div.yellow_right{
	background:url(../images/yellow_banner_left.png) no-repeat 72px;
	background-position: 87%;
	padding-right:20px;
	margin-top:5px;
	height:15px;
}
.table_produit div.yellow_left{
	background:url(../images/yellow_banner_right.png) no-repeat 10px;
	padding-left:20px;
	margin-top:5px;
	height:15px;
}
.table_produit div.yellow_left_beta{
	background:url(../images/yellow_banner_right_beta.png) no-repeat 10px;
	padding-left:20px;
	margin-top:5px;
	height:15px;
}
.table_produit div.yellow_right_beta{
	background:url(../images/yellow_banner_left_beta.png) no-repeat 7px;
	padding-right:20px;
	margin-top:5px;
	height:15px;
}
.table_produit div.blue_right{
	background:url(../images/blue_banner_left.png) no-repeat 72px;
	background-position: 87%;
	padding-right:20px;
	margin-top:5px;
	height:15px;
}
.table_produit div.blue_left{
	background:url(../images/blue_banner_right.png) no-repeat 10px;
	padding-left:20px;
	margin-top:5px;
	height:15px;
}
.table_produit div.blue_left_beta{
	background:url(../images/blue_banner_right_beta.png) no-repeat 10px;
	padding-left:20px;
	margin-top:5px;
	height:15px;
}
.table_produit div.blue_right_beta{
	background:url(../images/blue_banner_left_beta.png) no-repeat 7px;
	padding-right:20px;
	margin-top:5px;
	height:15px;
}
.table_produit td a.a_blue:hover, .table_produit td a.a_blue:active, .table_produit td a.a_blue:visited, .table_produit td a.a_blue{
	color:white;
	font-size:8pt;
	padding-left:15px;
	padding-right:15px;
	font-weight: normal;
}
.table_produit td a.a_yellow:hover, .table_produit td a.a_yellow:active, .table_produit td a.a_yellow:visited, .table_produit td a.a_yellow{
	color:#10108B;
	font-size:8pt;
	padding-left:15px;
	padding-right:15px;
	font-weight: normal;
}
.table_produit td a:hover, .table_produit td a:active, .table_produit td a:visited, .table_produit td a{
	color:#000084;
	font-size:8pt;
	font-weight: normal;
}
/* Fin pour la page workstation, padding pour le texte */