html, body {
	margin:0;
	padding: 0;
	height: 100%;
	background:url(../img/intro/lueur.jpg) no-repeat center -40px #263239;
	color:#ffffff;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	/*overflow:auto;/*IE*/
}

a img {
	border:none;
}
a:active, a:focus {
	outline:none;
}

h1 {
	width:309px;
	height:265px;
	background:url(../img/intro/logo.png) no-repeat;
	margin:0 auto;
	position:relative;
	left:40px;
	top:80px;
	z-index:1;
}

h2 {
	margin-left:38px;
	font-weight:normal;
	font-size:1.2em;
	letter-spacing:5px;
}


#conteneur {
	background:url(../img/etoiles.png);
	text-align:center;
	position: relative;
	margin: 0 auto;
	min-height: 100%;
}

#entrer {
	width:160px;
	height:22px;
	display:block;
	margin:80px auto 0 auto;
	background:url(../img/intro/entrer.png) no-repeat;
	position:relative;
	left:15px;
}

#entrer:hover {
	background-position:0 -22px;
}

#dernier-element {
	margin-bottom: 0;
	padding-bottom: 4em;
}

#dernier-site {
    margin-top:150px;
}
#dernier-site a {
    color:#FFCC00;
    font-weight: bold;
    text-decoration: none;
}
#dernier-site a:hover {
    text-decoration: underline;
}

#footer {
	position: absolute;
	bottom: 0; left: 0;
	margin-left:-10px;
	width: 100%;
	height: 2em;
	text-align:right;
	color:#62878F;
}
/*#footer a {
	color:#4D6A70;
	text-decoration:none;
}
#footer a:hover {
	color:#62878F;
}*/

.boo {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
