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

body {
	background-image: url('fond.jpg');
	background-repeat:repeat-x;
	background-color: #F60;
}

.interface {
	position:absolute;
	width: 1000px;
	height: 700px;
	left:50%;
	margin-left: -500px;
	margin-top: -10px;
	border: solid 5px black;
}
