@charset "utf-8";
/* CSS Document */

body {
	background-color: #fffae8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: center;
}
#bgintro {
	position: relative;
	background-image: url(imgs/bg_index.gif);
	background-repeat: no-repeat;
	height: 420px;
	width: 680px;
	margin: auto;
	top: 100px;
}

#intro {
	position:absolute;
	padding:20px;
	background:inherit;
	text-align:center;
}

#intro img {
	background-image: url(imgs/nojavascript.gif);
	background-repeat: no-repeat;
	border:0;
}

#entrer {
	position:relative;
	width:660px;
	top:100px;
	margin: 0 auto 0 auto;
}

.btentrer {
	font-size:14px;
	color: #006d73;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

noscript {
	position:absolute;
	height: 380px;
	width: 640px;
	background-image: url(imgs/nojavascript.gif);
	background-repeat: no-repeat;
	margin: auto;
	border:0;	
}
noscript img {
	border:0;
}
#ref {
	position:relative;
	width:660px;
	top:120px;
	margin: 0 auto 0 auto;
	color: #CCCCCC;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
h1 a  {
	text-decoration: none;
}

a:visited {
	color: #999999;
}
a:hover {
	font-weight: bold;
}
