/*  

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 .affichage {
	float: right;
	width: 54px;
	padding: 10px 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 right top;
}

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

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

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

.produits .post_footer {
	height: 10px;	
}

/* produit_vignette */

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

.produits_pathologie .produit_vignette .post_produit {
	height: 340px;
	margin: 0 5px 20px 5px;
	padding: 15px 15px 15px 13px;
	border: 3px solid #c4d0ef;
	background-color: #fcfdff;
	/*border: 3px solid #E5E5E5;*/
}

.produit_vignette .illustration {
	display: block;
	text-align: center;
}

.produit_vignette .illustration img {
	/*border: 1px solid #E5E5E5;*/
}


#main  .produits_pathologie .produit_vignette .post_produit .prix {
	margin: 5px 0 0 0;
	color: #ff6600;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
}

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

#main .produits_pathologie .produit_vignette h3 a {
	color: #003261;
}

#main .produits_pathologie .produit_vignette h3 a:hover {
	color: #003261;
	text-decoration: underline;
}
#main .produits_pathologie .produit_vignette .desc {
	
}

/* produit_liste */

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

.produit_liste .illustration {
	float: left;
	padding: 0px;
	text-align: center;
	/* border: 1px solid #c4d0ef; */
	border: 1px solid #5b74b4;
}

.produit_liste .post_produit {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}

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

#main .produit_liste .post_content h2 a:hover {
	text-decoration: underline;
}

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

.produit_liste .en_stock {
	margin: 0 0 20px 0;
}

.produit_liste .produit_infos {
	/*float: left;
	width: 395px;*/
	margin: 0 0 0px 0;
}

.produit_liste .variantes {
	float: left;
	margin: 0 10px 0 0;
	font-size: 1.2em;
	font-weight: bold;
}


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