
/* TRIER PAR PRIX */
#triParPrix {
text-align:right;
margin:10px 20px -30px 0;
font-size:.6em;
color:#666;
font-weight:700;
padding-top:7px;
height:23px;
}

#triParPrix a {
color:#666;
}

/* LISTE DES PRODUITS */
#listeProduits .unProduit {
    width:230px;
    height:300px;
    float:left;
    text-align:center;
    margin:15px 13px 15px 0px;
}

div#left.pro #listeProduits{
    width:720px;
    margin-left: 0px;
}

div#left.pro #listeProduits .unProduit {
    margin-left:5px;
    margin-right:5px;
}

#listeProduits .noBorder {
    margin-right:0px;
}

#listeProduits .image {
    height:200px;
    width:200px;
    margin-left:15px;
}
#listeProduits .image a{
    font-size:0.65em;
    color:#DDD;
    text-decoration:none;
}

#listeProduits .unProduit .nom {
    color:#5f961c;
    text-transform:uppercase;
    font-weight:700;
    font-size:.68em;
}

#listeProduits .unProduit .aPartirDe {
    font-size:.65em;
    margin:4px 0;
    color:#40510B;
}

#listeProduits .unProduit .prix {
    font-weight:700;
}

/* COMMANDER ET DETAILS */
#listeProduits .unProduit .commanderDetails img {
border:none;
margin:0px;
vertical-align:top;
}


/* LIENS */
#listeProduits .unProduit .commanderDetails .commander a,
#listeProduits .unProduit .commanderDetails .details a {
	float:left;
	height:17px;
	width:118.3px;
	font-family:Tahoma;
	font-size:.66em;
	font-weight:700;
	text-align:center;
	text-decoration:none;
	padding-top:5px;
	color:#c563bc;
}

#listeProduits .unProduit .commanderDetails a:hover {
background:url(../../../design/degrade-bouton-hover_2.png) repeat-x bottom;
color:#FFF;
}
/* Texte de référencement */
#texteRef #enSavoirPlus{
cursor:pointer;
color: rgb(129, 31, 134);
text-decoration:underline;
}
#texteRef #texteCompletRef{
font-size:0.6em;
text-align:justify;
height:0px;
}
#texteRef #texteCompletRef a:link,
#texteRef #texteCompletRef a:hover,
#texteRef #texteCompletRef a:visited{
color:#666;
text-decoration:none;
}
#texteRef #texteCompletRef a:hover{
color:#ED671E;
}
