/* -----------------------
 * Global styles 
 * ---------------------*/

body {
	font-family: Helvetica;
	color: white;
	font-size: 0.9em;
}

a:link, a:hover {
	color: white;
	text-decoration: none;
}

a:visited, a:active {
	color: white;
	text-decoration: none;
}


h1 {
	font-size: 3em;
	margin-top: 50: 3em;
	margin-top: 50px;
	margin-bottom: 40px;
}

h2 {
	font-size: 1.8em;
	margin-bottom: 25px;
}

p {
	margin-bottom: 10px;
}

/* Supersize styles */
body {
	overflow:hidden;/* Needed to eliminate scrollbars */
}

#supersize img, #supersize div{
	height:100%;
	width:100%;
	display:none;
}
#supersize .activeslide, #supersize .activeslide img{
	display:inline;
}

/* Content */

#content {
	position: absolute;
	width: 100%;
}

#content h1 {
	text-align: center;
}

.box {
	padding: 40px;
	background-color: black;
	border: 1px white solid;
	margin-top: 40px;
	opacity:0.7;
	filter:alpha(opacity=70);  
#   -moz-opacity:0.7;  
}

/* -----------------------
 * Download page styles 
 * ---------------------*/

.wallpaper {
	text-align: center;
}

.wallpaper li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}

.wallpaper img {
	border: 1px #bbb solid;
}

.links li {
	margin-left: 125px;
	margin-right: 115px;
}

/* -----------------------
 * Contact page styles 
 * ---------------------*/

#contact {
	margin-left: 200px;
	width: 460px;
}

#contact li {
	margin-bottom: 7px;
}

#contact label {
	float: left;
	width: 230px;
}

#contact input,
#contact textarea {
	color: white;
	width: 220px;
	border: 1px white solid;
	background-color: #4f4f4f;
}

#contact input {
	height: 1.5em;
}

/* Non mandaory field(s) */
#contact #number {
	border: 1px white dotted;
}

#contact #send {
	border: none;
	background-color: #2f2f2f;
	height: 2em;
	margin-left: 230px;
	width: 222px;
}

/* -----------------------
 * About JK page styles 
 * ---------------------*/

#about {
	margin-left: 500px;
	width: 500px;
}

/* -----------------------
 * Events page styles 
 * ---------------------*/

#events {
	margin-left: 140px;
	margin-top: 40px;
	width: 780px;
}

/* -----------------------
 * Shop page styles 
 * ---------------------*/
 
#shop {
	margin-left: 100px;
	width: 400px;
}

/* -----------------------
 * Catalogue page styles 
 * ---------------------*/

#catalogue {
	margin-left: 140px;
	margin-top: 40px;
	width: 780px;
}

#catalogue-menu {
	background-color: black;
	position: absolute;
	bottom: 150px;
	width: 100%;
	padding: 7px 0 5px 0;
	text-align: center;
}

#catalogue-menu li {
	display: inline;
	padding: 0 30px 0 30px;
}

#catalog-menu {
	margin-top: 0;
}

#catalog-menu li {
	margin: 0 30px 0 0;
	border-bottom: 1px dotted white;
	display: inline;
}
/* -----------------------
 * incl_haut.php styles 
 * ---------------------*/

#menu {
	background-color: black;
	position: absolute;
	bottom: 117px;
	width: 100%;
	padding: 7px 0 5px 0;
	text-align: center;
}

#menu li {
	display: inline;
	padding: 0 30px 0 30px;
}

#copyrights {
	color: #bbb;
	position: absolute;
	bottom: 100px;
	font-size: 0.8em;
	text-align: right;
	width: 99%;
}

#banner {
	background-color: black;
	height: 100px;
	width:100%;
	position:absolute;
	bottom: -5px;
	text-align: center;
}

#banner img {
	margin-top: 29px;
	margin-bottom: 29px;
}

#music {
	display: inline;
	position: absolute;
	left: 75%;
	top: 20px;	
}