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


#countainer {
	position: relative;
	width: 940px;
	margin: auto;
	height: 660px;
}

#background {
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url(../../../images/structure/pages/en/products.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#products {
	position: relative;
	width: 890px;
	top: 305px;
	left: 40px;
}
.module {
	position: relative;
	height: 280px;
	width: 270px;
	float: left;
	padding-right: 25px;
}

.module a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.link_bouton {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 20px;
	margin-top: 5px;
}

.info {
	position: absolute;
	height: 24px;
	width: 130px;
	left: 7px;
	bottom: 9px;
}

.buy {
	position: absolute;
	height: 24px;
	width: 126px;
	left: 139px;
	bottom: 9px;
}

.com {
	position: absolute;
	height: 20px;
	width: 256px;
	left: 7px;
	top: 222px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
}
.link_product {
	position: absolute;
	z-index: 110;
	height: 240px;
	width: 270px;
	left: 0px;
	top: 0px;
}

.link_product a {
	display:block;
	width: 100%;
	height: 100%;
}
.titre_produits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #454b5b;
	position: absolute;
	height: 28px;
	width: 270px;
	left: 0px;
	top: 13px;
	text-align: center;
	font-weight: bold;
}

