@import url(style.reset.css);

body, html {
	width: 100%;
	height: 100%;
}

body {
	background-color: #000000;
}

div#page {
	position: relative;
	width: 750px;
	height: 600px;
	margin-left: -400px;
	left: 50%;
	top: 50px;
	overflow: hidden;
	background-image: url(images/background.jpg);
}

	#kw {
		height: 1px;
		line-height: 20em;
		overflow: hidden;
	}

	h1 {
		height: 1px;
		line-height: 20em;
		overflow: hidden;
	}
	
	div#player {
		position: absolute;
		left: 555px;
		top: 25px;
	}
	
	div#flash {
		
	}
	
		div#flash div#fond {
			position: relative;
			width: 750px;
			height: 600px;
			background-image: url(images/fond_popup.jpg);
			background-repeat: no-repeat;
			background-position: center;
			font-family: Arial;
			font-size: 0.8em;
			color: #ffffff;
		}
	
		div#flash div#fond p#getflash {
			text-align: center;
			line-height: 25px;
			padding-top: 30px;
		}
		
			div#flash div#fond p#getflash a {
				color: #ffffff;
			}
			div#flash div#fond p#getflash a:hover {
				font-weight: bold;
			}
		
		div#flash div#fond ul#menu {
			position: absolute;
			left: 100px;
			top: 140px;
			width: 100px;
			list-style-type: none;
			font-size: 1.2em;
		}
		
			div#flash div#fond ul#menu li {
				margin-bottom: 20px;
			}
			
				div#flash div#fond ul#menu li a {
					text-decoration: none;
					color: #ffffff;
				}
				div#flash div#fond ul#menu li a:hover {
					font-weight: bold;
				}
				
		div#flash div#fond div#texte {
			position: absolute;
			left: 200px;
			top: 140px;
			width: 420px;
			text-align: justify;
		}
		
			div#flash div#fond div#texte p {
				margin-bottom: 20px;
			}
	
	div#signature {
		position: relative;
		text-align: center;
		width: 750px;
		top: 55px;
		margin: auto;
		font-family: Arial;
		font-size: 0.7em;
	}
	
		div#signature a {
			text-decoration: none;
			color: #b2b1b1;
		}
		div#signature a:hover {
			color: #7f7e7e;
		}