@charset "UTF-8";
/* CSS Document */
*html { 
		overflow: hidden; 
	}
	body { 
		margin: 0px; 
		padding: 0px; 
		background: #efefef; 
		position: absolute; 
		width: 100%; 
		height: 100%; 
		/*cursor: crosshair;*/
		font-family: Verdana, Geneva, sans-serif;
		font-size: 11px;
		line-height: 16px;
	}
	a:link, a:visited {
		color: #808080;
		text-decoration: none;
	}

	a:hover, a:active {
	color: #999;
	text-decoration: none;
	}
	a:focus {
    	outline: none;
	}
	#screen { 
		position: absolute; 
		width: 100%; 
		height: 100%; 
		/*background: #fff;  */
		overflow: hidden;
	} 
	#screen img { 
		position: absolute; 
	} 
	#screen div { 
		position: absolute; 
		overflow: hidden; 
		/*border: #aaa solid 1px; */
	} 
	#screen .dfrm { 
		left: 18px; 
		top: 36px; 
		height: 20%; 
		width: 15%; 
		overflow: hidden;
	} 
	#screen .dfrm img { 
		cursor: pointer; 
	} 
	#bkg { 
		-moz-opacity:.1;
		-khtml-opacity:.1;
		filter: alpha(opacity=10);
   		opacity:.1;
	} 
	#txt { 
		position: absolute; 
		left: 5%; 
		top: 45%; 
		width: 90%; 
		height: 50%;
	} 
	#txt h1 {
		color: #ddd;
		text-transform: uppercase;
		font-family: arial, verdana, Helvetica, sans-serif; 
		font-weight: bold;
		line-height: 0.85em;
		padding: 0;
		margin:0;
		font-size: 6em;
		/*-moz-opacity:.7;
		-khtml-opacity:.7;
		filter: alpha(opacity=70);
   		opacity:.7;*/
	}
	#txt p {
		text-align:center;
		font-size:3em;
		line-height: normal;
		margin:0;
		padding:0;
		color: #ccc;
	}
	#frame { 
		background: #fff; 
		cursor: pointer; 
	}
	#projets {
		position: fixed;
		left: 0;
		bottom: 36px;
		width: 300px;
		height: 300px;
		background-image: url(../pix/bg-cercle.png);
		background-repeat: repeat;
		z-index: 300;
	}
	#projets ul {
		padding: 9px 18px 9px 18px;
		position: absolute;
		right: 54px;
		bottom: 18px;
	}
	#projets ul li {
		margin: 0 0 6px 0;
		padding: 0;
		list-style: none;
		text-align: right;
	}
	#projets ul li.level2 {
		margin: 0 18px 6px 0;
		padding: 0;
		list-style: none;
		text-align: right;
	}
	#projets ul li.level2 img {
		vertical-align: text-bottom;
	}
	
	#projets a:link, #projets a:visited {
	color: #666;
	text-decoration: none;
	}

	#projets a:hover, #projets a:active {
		color: #333;
		text-decoration: underline;
	}
.taille {
	font-size: 9px;
}

