	body {
		margin: 0px;
		padding: 0px;
		background: #FFFFCC;
		position: absolute;
		width: 80%;
		height: 100%;
	}
	
	#top {
		position: absolute;
		padding: 10px 0px 10px 0px;
		width: 80%;
		height: 100px;
		left: 50%;
	margin-left:-200px;
	margin-right:-100px;
	}
	
	#texte {
	position: absolute;
	top: 4px;
	padding: 10px 0px 10px 0px;
	width: 810px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: italic;
	color: #CCCCCC;
	left: 3px;
			left: 50%;
	margin-left:-300px;
	margin-right:-100px;
	}
	
	#screen {
	position: absolute;
	left: 155px;
	width: 792px;
	top: 226px;
	height: 276px;
	left: 50%;
	margin-left:-300px;
	margin-right:-100px;
	}
	
	#box {
		position: absolute;
		visibility: hidden;
	}
	#box img  {
		position: absolute;
		border: black solid 2px;
	}
	#box span {
		position: absolute;
		color: #666666;
		font-family: verdana;
		font-size: 30px;
		font-weight: bold;
		width: 200px;
	}
	#box a:link, #box a:visited {
		text-decoration: none;
		color: #006666;
	}
	#box a:hover	{
		text-decoration: underline;
		color: #996600;
	}

	#lnk {
		visibility: hidden;
	}
