@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	text-align: center;font-family:arial;
}

body {
background-color:#000000;

   	padding: 0;
}
a {
   outline: 0; color:white;
}
/*  PREMIER ET SECOND WRAPPER */
#global{
	width:100%;
	min-height:900px;
	height:auto;
	overflow-y:hidden;
}
h1{color:white;font-family:arial;font-size:15px;}
	
#wrapper{
    width: 960px;
	height:900px;
    margin: 0 auto;
}

#bton{
	position:relative;
	top:0px;
	left:0px;
	width:109px;
	height:10px;
	background-image:url(images/);
	background-repeat:no-repeat;
	}
#intro{
	width:720px;
	height:405px;
	background-color:transparent;
	position:relative;
	top:50px;
	left:109px;
	}


#menu{
	display:block;
	position:relative;
	top:50px;
	left:0px;
	width:600px;
	height:40px;
	overflow:hidden;
	z-index:50;
	}
/* ################ */	
/*       MENU       */
/* ################ */
.nav {
				list-style: none ;
				margin: 0 ;
				padding: 0 ;
				position:relative;
				display:block;
				left:0px;
				width:600px;
				height:40px;
				}
			.nav li {
				display: inline ;
				background-color:transparent ;
				height:40px;
				}
			.nav li a {
				background-color: transparent ;
				padding: 0px 0px 0px 0px ;
				text-decoration: none ;
				}
				
			.nav li a:hover, .nav li a:focus, .nav li a:active {
			cursor:pointer;}
/* version inactive*/	
.shop{
	background-image:url(images/nav_shop_inactive.png);
	background-repeat:no-repeat;
	width:70px;
	height:35px;}
.tour2023{
	background-image:url(images/nav_tour2023_inactive.png);
	background-repeat:no-repeat;
	width:70px;
	height:35px;}
	
	