/*##########################
########## BALISES ##########
###########################*/ 
html,body{
	width: 100%;
	height: 100%;
}
body {
	background-color: #000;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/*######################
########## ID ##########
######################*/
#global{
	background-color: #000;
	position:absolute;
    left: 50%; 
    width: 1000px;
    height: 100%;
    margin-left: -500px;
	text-align: center;
}
#conteneur{
	background-color: #000;
	background-image: url("../images/splash/cyclic_splash.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	height: 97%;
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
}
#menu{
	display: block;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 330px;
	left: 140px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
}
#menu a{
	text-decoration: none;
	border: none;
	margin: 0px;
	padding: 0px;
}
#menu img{
	border: none;
}

#copyright{
	background-color: transparent;
	margin: 0px auto 0px auto;
	width: 300px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align: center;
}
#copyright a{
	color: #fff;
	text-decoration: none;
}
#copyright a:hover{
	color: #fc6;
	text-decoration: underline;
}

/*###########################
########## CLASSES ##########
###########################*/
.fleche{
	width: 30px;
	height: 10px;
	margin: 0px;
	padding: 0px;
}