/* sous catégories */
.sub { /*hidden*/
	margin-bottom:	0px;
	margin-top:	35px;
}

/* couleur de fond de la liste des sous catégories */
tr.subContent {
	background-color:	#ffffcc;
}

/* image de fond des catégories sur la page d'index */
.subIndexCat {
background-color:transparent;
	background-image:url(http://www.baladeurmp3.net/baladeur-mp3.gif);
background-repeat:no-repeat;
width:160px;
margin-bottom:0;
height:55px;
}

/* Couleur des liens */
.subIndexCat a:link,
.subIndexCat a:visited,
.subIndexCat a:active {
	color: #FFF;
	text-decoration: none;
font-weight:bold;
line-height:1.2em;
text-align:bottom;
padding-top:5px;
}

/* Couleur des liens au passage de la souris */
.subIndexCat a:hover {
	text-decoration: none;/*hidden*/
	color: 333;
font-weight:bold;
line-height:1.2em;
text-align:bottom;
padding-top:5px;
}

/* couleur de fond d'un groupe dans la liste des produits */
.pGroup {
	background-color:	#7F7F7F;
	color:	#FFF;
font-weight:bold;
border: 1px solid #333;
}

/* couleur de fond 1 dans cette liste */
tr.pRow1 {
	background-color:	#ebebeb;
}

/* couleur de fond 2 dans cette liste */
tr.pRow2 {
	background-color:	#ffffff;
}

/* couleur de fond 1 au passage de la souris dans cette liste */
tr.pRow1:hover {
	background-color:	#FFEEE4;
}

/* couleur de fond 2 au passage de la souris dans cette liste */
tr.pRow2:hover {
	background-color:	#FFEEE4;
}

/* nom 1 du produit dans cette liste */
tr.pRow1 td.name {/*hidden*/
	border:0;
}

/* nom 2 du produit dans cette liste */
tr.pRow2 td.name {/*hidden*/
	border: 0px;
}

/* prix 1 du produit dans cette liste */
tr.pRow1 td.price {/*hidden*/
	border:0;
	border-left: 0px;
	text-align:	right;
}

/* prix 2 du produit dans cette liste */
tr.pRow2 td.price {/*hidden*/
	border: 0px;
	text-align:	right;
}

/* aucun produit affiché */
.noResult {
	background:	#ebebeb;
	padding:	10px;/*hidden*/
	width:		100%;/*hidden*/
	border-bottom:	5px solid #cc3300;
}

/* navigation par pages: couleur de fond */
#pcNav {
	background-color:	#f2f4f8;
	border-top:				1px solid #2c1747;/*hidden*/
	border-bottom:		1px solid #2c1747;/*hidden*/
	padding:					2px;/*hidden*/
	font-size:					14px;/*hidden*/
	width:						99%;/*hidden*/
	text-align:					center;/*hidden*/
	margin-top:				2px;/*hidden*/
	margin-bottom:		2px;/*hidden*/
	white-space:			nowrap;/*hidden*/
}

/* navigation par pages: style des liens */
#pcNav a {/*hidden*/
	font-weight:	bold;
}

/* navigation par pages: style des onglets */
#pcNav .previous,
#pcNav .previousLink,
#pcNav .next,
#pcNav .nextLink {/*hidden*/
	width:					90px;
	text-align:				center;
	text-transform:	uppercase; 
}

/* navigation par pages: couleur de fond des onglets */
#pcNav .previousLink,
#pcNav .nextLink {
	background-color:	#c0cadd;
}

/* navigation par pages: couleur de fond des onglets inactifs */
#pcNav .previous,
#pcNav .next {
	background-color:	#ececec;
}

td.listTitle, div.listTitle { 
	font:	bold 14px arial, helvetica, sans-serif;
	color: #C42005;
text-align:center;
padding-top:15px;
}

/* bloc de produit du top des ventes */
.topProduct {
	border:	1px solid #999; /*hidden*/
	background-color:#EEE;
	margin:	5px;
color:#333;
padding:5px;
}

/* présentation du nom dans ce bloc */
.topProduct .name,
.topProduct .name a {
	font:	bold 14px arial, helvetica, sans-serif;
	color: #333;
	border-bottom: 1px solid #666;
	margin:	1px;/*hidden*/
}

/* présentation du prix dans ce bloc */
.topProduct .price {
	font-size: 14px;
	color: #333;
}

/* présentation de la photo dans ce bloc */
.topProduct .photo {
	float:	left;
	padding:	2px;/*hidden*/
	border:	1px solid #DDD;/*hidden*/
}
