@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/buy.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#presentation {
	position: relative;
	width: 842px;
	top: 304px;
	left: 43px;
	height: 325px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	height: 340px;
	width: 366px;
	left: 28px;
	top: 0px;
	color: #FFFFFF;
	font-size: 14px;
}
.anim {
	position: absolute;
	height: 346px;
	width: 427px;
	right: 0px;
}
.online {
	position: absolute;
	height: 326px;
	width: 402px;
	top: 0px;
	right: 0px;
}

.online a {
	display: block;
	height: 100%;
	width: 100%;
	border: none;
}

.shops {
	position: absolute;
	height: 259px;
	width: 374px;
	top: 53px;
	left: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

.shops a {	
	color: #333333;
	text-decoration: none;
}

.shops a:hover {
	text-decoration: underline;
}.titre_shops {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #454b5b;
	position: absolute;
	height: 30px;
	width: 375px;
	left: 15px;
	top: 16px;
	text-align: center;
	font-weight: bold;
}
.titre_online {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #454b5b;
	position: absolute;
	height: 33px;
	width: 374px;
	top: 14px;
	right: 13px;
	text-align: center;
}

