@charset "UTF-8";
html {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#enter {
	letter-spacing: 1px;
	text-align: right;
	height: 20px;
	width: 100%;
	float: left;
	padding-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
#enter p {
	margin-top: 2px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.referencement {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #333;
	float: left;
	width: 100%;
	height: 10px;
}
.copyright {
	float: left;
	height: 15px;
}



#enter a {
	color: #999;
}
#enter a:hover {
	text-decoration: none;
	color: #FFF;
}


a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
#site {
	z-index: 2;
	width: 900px;
	height: 620px;
	color: #333;
	margin-top: -310px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#site a {
	color: #333;
}
#site a:hover {
	text-decoration: underline;
}


body {
	background-color: #578CB0;
	color: #FFF;
	background-image: url(images/bkg.png);
	background-repeat: repeat-x;
}
#content {
	margin: auto;
	height: 570px;
	width: 900px;
	background-color: #FFF;
	color: #333;
}

