/* CSS Document */
.menuSecondaire
{
/* couleur de cellule dans le menu secondaire */
background-color:white;
}

#menuSecondaire	
{
font-size:11px;
font-weight:bold;
text-transform: capitalize;
margin:0px;
padding:0px;
background-color:white;
}

#menuSecondaire a
{
	background-color:white;
	font-size : 10px;
	color:black;
	text-decoration: none;
	font-variant: small-caps;
	text-transform: capitalize;
	font-weight: 600;
}

span.Separateurfamille
{
background-color:white;
font-size : 10px;
color:black;
font-weight: 600;
margin-right:5px;
}

.colorRubrique
/* couleur dominante de la rubrique, utilisée sur les fonds */
{
background-color:#E6E6E6;
}


#contenu
{
/* couleur de fond du tableau de contenu principal*/
background-color:white;
}

/* Menu listant les famille / sous-famille dans les pages interne des produits - étape avant le tableau de produits */ 
span.produitlistemenu
{
padding-left:10px;
background-color: white;
border-left-style:solid;
border-left-size:25px;
border-left-color: black;
text-indent : 5px;
}





