@charset "utf-8";
/* CSS Document */

.bloc_produit
{
	width:190px;
	height:340px;
	margin:0px;
	float:left;
	padding:0px;
	margin-left:7px;
	margin-top:70px;
	text-align:center;
	background-image:url(images/test.png);
}

.bloc_haut
{
	width:180px;
	height:250px;
	margin:0px;
	padding:5px;
	text-align:center;
	background-image:url(images/bloc_haut.png);
	border-bottom:dotted blue 2px;
}

.bloc_bas
{
	width:180px;
	height:70px;
	margin:0px;
	padding:5px;
	background-image:url(images/bloc_haut.png);
	margin-top:0px;
	text-align:center;
}

h2
{
	color:#22A;
	font-style:italic;
	font-size:30px;
	margin-bottom:0px;
	margin-top:5px;
}

a
{
	text-decoration:none;
	color:#22A
}