body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	background-color: #000000;
	background-repeat: repeat;
}

.cadre {
	margin-left: auto;
	margin-right: auto;
	width:550px;
	height:500px;
}
.intro{
	width:550px;
	height:400px;
}

.seb{
	width:231px;
	height:20px;
	margin-left: 50px;	
}

.enter {
	float:right;
	width: 100px;
	height: 21px;
	right: 300px;
}

.enter a {
	background-image: url(../images/enter-off-neg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: 50px;
	display: block;
	height: 21px;
	width: 100px;
}

.enter a:hover {
	background-image: url(../images/enter-on-neg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 21px;
	width: 100px;
}
