/* liste de produit */

#liste_article {
/* 	border: 1px solid #8A8989;  */
}

#liste_article hr {
	clear: both;
	visibility: hidden;
}

#liste_article #fond_paire {
	float: left;
	width: 176px;
/*	height: 280px;*/
	height: 305px;
/*	border: 1px solid #8A8989; */
	margin: 0px;
	padding: 0px;
	background-color: #F7F5E1;
	}

#liste_article #fond_impaire {
	float: left;
	width: 176px;
/*	height: 280px;*/
	height: 305px;
/*	border: 1px solid #8A8989; */
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#liste_article #photo {
	width: 152px;
	height: 165px;
/*	border: 1px solid #8A8989; */
	margin: 10px 10px 0px;
	padding: 0px;
}

#liste_article #texte {
	width: 164px;
/*	height: 91px;*/
	height: 116px;
/*	border: 1px solid #8A8989;  */
	margin: 0px 6px 6px;
	padding: 0px;
}

#liste_article #nom {
	width: 160px;
/*	height: 65px;*/
	height: 90px;
/*	border: 1px solid #8A8989;  */
	margin: 0px 0px 0px;
	padding: 0px;
	font-size: 90%; 
	font-weight: bold;
	color: #E2451C; 
}

#liste_article #nom a { 
	color: #1C5779;
}

#liste_article #prix {
	float: left;
	width: 86px;
	height: 26px;
/*	border: 1px solid #8A8989;  */
	margin: 0px;
	padding: 5px 5px 0px 0px;
	text-align: right; 
	font-weight: bold; 
/*	font-size: 90%; */
	color: #000000; 
}

#liste_article #ajout {
	float: left;
	width: 68px;
	height: 26px;
/*	border: 1px solid #8A8989;  */
	margin: 0px;
	padding: 0px;
}
