@charset "UTF-8";

html {
	background-image:url(../images/background2.jpg);	
}

body {
		position:relative;

		top:5px;
		width:1024px;
		height:768px;
		margin:auto;
		padding:0px;
		z-index:1;
	}
	
h1 {
	display:none;
	}	
	




div#flash {
	position:relative;
	top:0px;
	background-color:#000;
	padding:0px;
	margin:auto;
	margin-top:0px;
	height:768px;
	width:1024px;
	}
	


div#lien {

	float:left;
	display:inline;
	position:relative;
	padding:10px;
	width:400px;
	
	}
	
div#webmaster {

	float:right;
	display:inline;
	position:relative;
	padding:5px;
	width:200px;
	
	}

	
p {
	color:#000;
	width:200px;
	padding:0px;
	float:right;
	line-height:0px;
	text-align:right;
	font-family:verdana;
	word-spacing: 2px;
	font-size:12px;
}

a img{border:none;}

a:link {
	
	color:#000;

}
a:visited {
	color:#000;

}
a:hover {
	
	color:#000;
}
a:active {
	
	color:#000;
}








