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

div.banner {
	float:left;
	width:auto;
	height:465px;
	position:relative;
}

div.bloc-center {
	float:left;
	top:20px;
	width:100%;
	height:auto;
	position:relative;
}

div.bloc-left {
	float:left;
	width:280px;
	height:auto;
	margin-top:10px;
	margin-left:10px;
	position:relative;
}

div.bloc-middle {
	float:left;
	width:260px;
	height:auto;
	margin-top:10px;
	margin-left:20px;
	margin-right:10px;
	position:relative;
}

div.bloc-right {
	float:right;
	width:380px;
	height:auto;
	margin-right:10px;
	text-align:justify;
	position:relative;
}

div.prod-img {
	float:left;
	width:150px;
	height:250px;
	/* background-image:url(/images/loading.gif);
	background-repeat:no-repeat;
	background-position: 50% 50%; */
	position:relative;
}

div.prod-text {
	float:left;
	width:220px;
	height:auto;
	margin-top:10px;
	position:relative;
}
