/*  

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

Site web (CMS) : liste produit
Thème : MasterCard
Créé le : 15/01/2007
*/

/* -- main -- */

#main .liste_produit {
	clear: both;
}

#main .liste_produit .post_extrait {
	float: left;
	margin: 0 10px 10px 10px;
	padding: 5px;
	width: 150px;
	color: #002157;
	border: 1px solid #D8D8D8;
	cursor: pointer;
}

#main .liste_produit .post_extrait:hover {
	background-color: #FEFAE8;
}

#main .liste_produit .post_extrait h3 {
	font-size: 1em;
	font-weight: normal;
	color: #002157;
	height: 45px;
	/*text-transform: lowercase;*/
}

#main .liste_produit .post_extrait .remise {
	margin: 1px 0 10px 0;
	padding: 2px 0;
	color: #FFFFFF;
	font-size: 1.6em;
	text-align: center;
}

#main .liste_produit .post_extrait .color1 { /*rouge*/
	background-color: #DE1217;
}

#main .liste_produit .post_extrait .color2 { /*bleu*/
	background-color: #4D7B9C;
}

#main .liste_produit .post_extrait .color3 { /*orange*/
	background-color: #FEA905;
}

#main .liste_produit .post_extrait .color4 { /*bleu*/
	background-color: #4D7B9C;
}

#main .liste_produit .post_extrait .etat {
	color: #000000;
}

#main .liste_produit .post_extrait .prix {
	text-align: right;
	color: #DE1217;
	font-weight: bold;
	font-size: 1.2em;
}
