html {
		overflow: hidden;
	}
	
a {text-decoration: none;color:#ff6600;}

	
	body {
		position: absolute;
		margin: 0px;
		padding: 0px;
		background: #1c1c1c;
		width: 100%;
		height: 100%;
	}
	#screen {
		position: absolute;
		background: #000;
		left: 50%;
		top: 50%;
		margin-left: -440px;
		margin-top: -340px;
		width: 880px;
		height: 680px;
		overflow: hidden;
		visibility: hidden;
	}
	#b1 {
		position: absolute;
		background: #1c1c1c url(images/b1.jpg) bottom no-repeat;
		z-index: 100;
		outline: #000 solid 12px;
		border-bottom: #2d2d2d solid 1px;
	}
	#b2 {
		position: absolute;
		background: #1c1c1c url(images/b2.jpg) top  no-repeat; 
		z-index: 100;
		outline: #000 solid 12px;
		border-top: #2d2d2d solid 1px;
		color: #898989;
		font-family: arial, helvetica, sans-serif;
		font-size: 11px;
	}
	
#b2 a {text-decoration: none;color:#ff6600;}
	#b2 a:hover	{text-decoration: none;color:#ffffff;}
	#b2 a:visited {text-decoration: none;color:#ff6600;}
	#b2 a:visited:hover {text-decoration: none;color:#ff6600;}
	#b3 {
		position: absolute;
		background: #000;
		z-index: 110;
		border-left: #2d2d2d solid 1px;
	}
	#b4 {
		position: absolute;
		background: #000;
		z-index: 110;
		border-right: #2d2d2d solid 1px;
	}
	#screen .divs {
		position: absolute;
		left: -9999px;
		background: #000;
		overflow: hidden;
		outline: #000 solid 12px;
	}
	#screen img {
		position: absolute;
		cursor: pointer;
		filter: alpha(opacity=100);
		z-index: 1;
	}
	.html {
		visibility: hidden;
	}
	#screen h1 {
		position: absolute;
		font-weight: bold;
		font-size: 1.3em;
		color: #dfdfdf;
		font-family: Garamond, Georgia, Times New Roman, Trebuchet;
		margin-left: 40px;
		margin-top: 21px;
		z-index: 1;
	}
	#screen .title {
		width: 100%;
		height: 60px;
		background: #000 url(images/fond_carre_titre.png) bottom no-repeat;
	}
	#screen .text {
		margin: 10px;
		font-size: 0.8em;
		color: #9f9f9f;
		font-family: arial, helvetica, sans-serif;
		text-align: left;
		margin-top: 10px;
	}
	#screen .bul {
		position: absolute;
		left: -12px;
		z-index: 0;
	}
	#screen .bkgh {
		width: 100%;
		height: 100%;
		background: #000 url(images/fond_horizontal.png) bottom no-repeat;
	}
	#screen .bkgc {
		width: 100%;
		height: 100%;
		background: #000 url(images/fond_carre.png) bottom no-repeat;
	}
	#screen .bkgv {
		width: 100%;
		height: 100%;
		background: #000 url(images/fond_vertical.png) bottom no-repeat;
	}
	#loader {
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -16px;
		margin-top: -16px;
		outline:#000 solid 5px;
		z-index: 2000;
		display: none;
	}
