
.ancienPrixProduit {
	text-decoration : line-through;
	color : #666;
}

.imageProduit {
	text-align : center;
	padding : 0 20px;
}

.listeProduit {
	border-collapse : separate;
	border-spacing : 5px;
}

.tabResumeProduit {
	width : 310px;
}

.descriptionProduitRubrique {
	text-align : justify;
}

.nombre {
	text-align : right;
	white-space  : nowrap;
}

.conteneurChoixAjoutPanier {
	position : fixed;
	left : 0;
	top : 300px;
	
	width : 100%;
}

.choixAjoutPanier {
	background : white;
}

.rouge_simple {
	color : #D00;
}

/*
tableaux des rayons
*/

.tabRayons {
	width : 100%;
	background-color : #F8F8F8;
	border-spacing : 0;
	margin : 2px;
}

.tabRayons td {
	vertical-align : top;
	margin : 0;
}

.tabRayon1 {
	border : 1px solid #CCC;
	border-top : 0;
}

.tabRayon2 {
	border-top : 1px solid #CCC;
}

.contenuRayonCentre {
	background : url(../im/rayons/n1/fond.png) repeat-x bottom;
}

