
#ListingProduits{
	border-top: 1px solid #fff;
	margin: 10px 0 0 0;

}
#ListingProduits h1{
	text-transform: uppercase;
	font: 14px Verdana,Arial,Tahoma;
	color: #806f2a;
	padding: 10px 0 10px 0;
}
#ListingProduits div{
	float: left;
	width: 230px;
	abackground: rgba(255,0,0,0.25);
	margin: 0 5px 25px 0;
	padding: 5px;
	text-align: center;
}
#ListingProduits div img{
	border: 1px solid #fff;
	background: #000;
}
#ListingProduits div h1{
	padding: 0;
}
#ListingProduits div h1 a{
	color: #806f2a;
	text-decoration: none;
}
#ListingProduits div:hover{
	background: #b8c843;
}





#FicheProduit{
	width: 500px;
}


#FicheProduit h1{
	text-transform: uppercase;
	font: 18px Verdana,Arial,Tahoma;
	color: #973b19;
	padding: 20px 0 0px 0;
}

#FicheProduit h2{
	font: 12px Verdana,Arial,Tahoma;
	margin: 0 0 20px 0;
}
#FicheProduit h3{
	font: bold 12px Verdana,Arial,Tahoma;
	color: #888;

}
#FicheProduit img{
	border: 1px solid #aaa;
}

#FicheProduit img.petit{
	margin: 16px 5px 30px 0;
	
}

#FicheProduit p{
	text-align: justify;
}
