html {
		overflow: hidden;
	}
	#box {
		position: absolute;
		/*border: gray solid 1px;*/
		visibility: hidden;
	}
	#screen {
		position: absolute;
		left: 0px;
		width: 100%;
		top: 25%;
		height: 65%;
		/*border: gray solid 1px;*/
	}
	#box img  {
		position: absolute;
		/*border: gray solid 1px;*/
		-ms-interpolation-mode:nearest-neighbor;
		image-rendering: optimizeSpeed;
		visibility: hidden;
	}
	#box span {
		position: absolute;
		color: #ccc;/* gris clair*/
		font-family: verdana;
		color: #000;
		font-size: 12px;
		width: 200px;
	}
	#box a {
		text-decoration: none;
		outline:none;
		font-size: 0.6em;
		font-style: italic;
		color:#287031;/* vert fonçé */
	}
	#box a:hover	{
		text-decoration: none;
		color:#ff0000;/* rouge */
	}
	#box a:visited {
		text-decoration: none;
		color:#7d7d7d; /*gris*/
	}
	#box a:visited:hover {
		text-decoration: none;
		color:#7d7d7d; /*gris*/
	}
	#lnk, #txt, #tit{
		visibility: hidden;
	}