#tableauCC {
	background-image: url(../int/page_CC.png);
	background-repeat: repeat;
	background-position: 0px 0px;
}
#tableauCG {
	background-image: url(../int/page_CG.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 15px;
}
#tableauCD {
	background-image: url(../int/page_CD.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 15px;
}
#tableauHG {
	background-image: url(../int/page_HG.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 15px;
	height: 15px;
}
#tableauHC {
	background-image: url(../int/page_HC.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 15px;
}
#tableauHD {
	background-image: url(../int/page_HD.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 15px;
	height: 15px;
}
#tableauBG {
	background-image: url(../int/page_BG.png);
	background-repeat: no-repeat;
	background-position: top right;
	width: 15px;
	height: 15px;
}
#tableauBC {
	background-image: url(../int/page_BC.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 15px;
}
#tableauBD {
	background-image: url(../int/page_BD.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 15px;
	height: 15px;
}

#panier {
	background-color: #DDDDDD;
	border: 1px solid #CCCCCC;
	width: 150px;
	height: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#panier .panier {
	font-size: 10px;
	color: #777777;
	font-weight: bold;
	line-height: 10px;
}
#panier a.panier {
	font-size: 9px;
	color: #888888;
	font-weight: normal;
	text-decoration: none;
	line-height: 10px;
}
#panier a:hover.panier {
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}