/*  

Copyright © 2006 Troll d'idées. Tous droits réservés.

Catalogue : Liste des produits
Thème : Phlox

Créé le : 15/03/2007
*/

/* produits */

#produits_margin {
	margin-left:5px;
	width:100%;
}

.produits .affichage {
	float: right;
	width: 54px;
	padding: 15px 0 0 0;
	margin: 0;
}

.produits .affichage li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.produits .affichage a {
	display: block;
	padding: 0 0 0 10px;
	width: 17px;
	height: 17px;
}

.produits .affichage a span {
	display: none;
}

.produits .affichage .bt_liste_ {
	background: url(../../../images/affichage_liste.gif) no-repeat center top;
}

.produits .affichage .bt_liste_actif {
	background: url(../../../images/affichage_liste_actif.gif) no-repeat center top;
}

.produits .affichage .bt_vignette_ {
	background: url(../../../images/affichage_vignette.gif) no-repeat center top;
}

.produits .affichage .bt_vignette_actif {
	background: url(../../../images/affichage_vignette_actif.gif) no-repeat center top;
}
/* produit_vignette */

.produit_vignette li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	list-style: none;	
}

.produit_vignette .post_produit {
	height: 240px;
	margin: 0 3px 10px 3px;
	padding: 6px 6px 6px 5px;
	border: 1px solid #DBD7B6;
	background-color: #EFEFE2;
}

.produit_vignette .illustration {
	display: block;
	text-align: center;
	padding-top:3px;
	padding-bottom:3px;
}

.produit_vignette .prix {
	text-align: center;
}

#main .produit_vignette h3 {
	margin: 5px 0 0 0;
	height: 70px;
	text-align: center;
	overflow: hidden;
}

/* produit_liste */
.tags {
	font-size:0.8em;
	font-style:italic;
}
.produit_titre {
	color:#9d0a0a;
	font-size:16px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.produit_liste li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

.produit_liste .illustration {
	float: left;
	border: 2px solid #D9D7C3;
}

.produit_liste .post_produit {
	padding: 7px;
	border-bottom: 1px solid #DBD7B6;
}

.produit_liste .post_content {
	padding: 0 0 0 15px;
}

.produit_liste .color_1 {
	background-color: #EFEFE2;
}

.produit_liste .color_2 {
}

.produit_liste .desc {
	margin: 10px 0;
}

.produit_liste .produit_infos {

}

.produit_liste .bt_panier {
	display: block;
	float: right;
}

.produit_liste .variantes {
	margin: 0 10px 0 0;
}

#main .produit_liste .post_produit h3 {
	margin: 0;
}
