html {
	height:100%;
	background: url(../images/fond2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	width: 100%;
	overflow: hidden;
	margin:0;
	
}

#sac {
	width: 950px;
	height: 1000px;
	position: relative;
	margin-left:auto;
	margin-right:auto; }
	
#header{
	position: relative;
	z-index: 2000;
	width: 235px;
	top: 10px;
}

#footer{
	position: relative;
	z-index: 2000;
	width: 810px;
	top: 10px;
	left: 60px;
}

#navigation {
	width: 950px;
	list-style:none;
	z-index:3;
	margin-left: -40px;

}
#navigation li {
	display: inline;
	list-style:none;
	z-index:3;
}
#navigation a{
	color: #444;
	line-height: 50px;
	margin-bottom: 6px;
	font-size: 14px;
}

.content{
	top: 150px;
	position: absolute;
	padding-bottom: 30px;

}
.content h2{
	font-size: 110px;
	padding: 10px 0px 20px 0px;
	margin-top: 52px;
	color: #fff;
	color: rgba(255,255,255,0.9);
}
.content p{
	line-height: 24px;
	color: #000;
	display: inline-block;
	margin-top: 80px;
}
.panel{
	min-width: 100%;
	height: 98%;
	overflow-y: auto;
	overflow-x: hidden;
	margin-top: -150%;
	position: absolute;
	background: #000;
	z-index: 2;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.panel:target{
	margin-top: 0%;
		background: url(../images/fond2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#works {
	padding: 15px 0px;
}
#works li{
	display: inline;
}
#works li a{
	padding-right: 10px;
}
#works img {
	padding: 12px; 
	background: rgba(255,255,255,0.9);
}
#form p{
	background: #fff;
	color: #000;
}
#form input, #form textarea{
	background: #000;
	color: #fff;
	border: none;
}
#form textarea{
	width: 493px;
	height: 100px;
}
#form label{
	padding-right: 10px;
	float: left;
}
.footnote a{
	color: #ddd;
}

a img {
	border:none;
}