body
{
	font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ccc;
}

.anim
{
	width: 75%;
	height: 250px;
	margin: auto;
	background-color: #678;
}
.anim img
{
	position: relative;
	width: 100%;
	height: 250px;
	
}
.containeur
{
	width: 75%;
	margin: auto;
	background-color: #f0f;
}

.produit
{
	width: 200px;
	height: 300px;
	background-color: #ccc;
	padding-left: 10px;
	margin-left: 20px;
	display: inline-block;
	margin-bottom: 20px;
}

.produit .image
{
	width: 150px;
	height: 150px;
	background-color: #123;
	margin-left: auto;
	margin-right: auto;

}
.produit .image img
{
	width: 150px;
	height: 150px;
	background-color: #123;
	

}
.panier a
{
	height: 30px;
	text-decoration: none;
	background-color: orange;
	padding: 10px;

}