BODY, TD {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	color : Black;
}
A {
	text-decoration: none;
	color: blue;
}
A:Hover {
	BACKGROUND: cyan;
	color: red;
}
A:Link {
	color: Red;
}
A:Visited {
	color: blue;
}
A:Active {
	color: green;
}
td.ongletouvert
{
	font-family : "Arial";
	font-size : 8pt;
	font-weight: bold;
	color: Red;
	background-image: url(http://coffre-a-bd.com/figures/onglet_ouvert.jpg);
	text-align: center;
	border-style : none;
	height: 40px;
	width: 61px;
}
td.ongletferme
{
	font-family : "Arial";
	font-size : 8pt;
	font-weight: bold;
	background-image: url(http://coffre-a-bd.com/figures/onglet_ferme.jpg);
	text-align: center;
	border-style : none;
	height: 40px;
	width: 61px;
}
td.paniertitre
{
	font-family : "Arial";
	font-size : 8pt;
	text-align: left;
	border-style : solid;
	border-width : 1;
}
td.panierprix
{
	font-family : "Arial";
	font-size : 8pt;
	text-align: right;
	border-style : solid;
	border-width : 1;
}
div.details {
	display:none;
}
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}
div.box 
{
	display: none;
	position: absolute;
	top: 15%;
	left: 15%;
	padding: 0;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:11;
	overflow: auto;
}



