@charset "utf-8";

body {
	background-color: #5B5D5E;
	margin-top: 50px;
	text-align:center;
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/fond.jpg);
	background-repeat: no-repeat;
	background-position: left 20px;
}

.interface {
	text-align:center;
	position:relative;
	width:800px;
	margin:auto;
	margin-left:auto;
	margin-right:auto;
}


.thumb {
	position:absolute;
	width:170px;
	height:345px;
	z-index:1;
	top: 150px;
	border:1px solid #000000;
	padding-left : 5px;
	background-color: #FFFFFF;
}

.img {
	position:absolute;
	width:570px;
	height:360px;
	z-index:2;
	top: 150px;
	left: 250px;
}
