body {
    border-top:10px solid #fff;
	background-color: #5B6874;
	font-family: Helvetica, Arial, sans-serif;
}

#page{
	width:930px;
	height:100%;
	margin: 0 auto;
}

#header{
position: relative;
margin-top: 50px;
}


#header h1{
	text-indent:-9000px;
	width:323px;
	height: 51px;
	background: url(../img/sprite.png) -10px -70px no-repeat;
	margin-bottom:15px;
}


#header h2{
	color:#94A3A6;
	font-size:30px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left:-3.5px;
	margin-bottom:30px;
}

div.carousel {
	width:930px;
	height:455px;
	background: url(../img/separation.png) no-repeat 7px 356px;
	margin-left:-7px;
    }
    

ul.projets li {
	display:block;
    list-style: none;
    position: relative;
    width: 300px;
    height: 300px;
    margin-right: 7px;
    margin-left: 7px;
    overflow: hidden;
z-index:0;
}

ul.projets li a{
	display:block;
    text-decoration: none;
    width: 300px;
    height: 300px;
    position: relative;
z-index:0;
}


ul.projets li img{
    position: absolute;
z-index:0;
}

    
.legende{
	display:block;
	width:300px;
	height:66px;
	position:absolute;
	top:107px;
	font-size: 17px;
	line-height: 20px;
	padding:30px 30px 0px 30px;
	text-transform: uppercase;
	color:#fff;
	background: url(../img/sprite.png) -10px -480px no-repeat;
z-index:1;
}

.cadre{
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    overflow: hidden;
   background: url(../img/sprite-cadre.png) 0 0 no-repeat;
z-index:2;

}

.projets .normal{
	background-position:0 0;
}

.projets .venir1{
   	background-position: -300px 0;
}

.projets .venir2{
   	background-position: -600px 0;
}

.projets .venir3{
   	background-position: -900px 0;
}

.projets .vendu1{
   	background-position: -1200px 0;
}

.projets .vendu2{
   	background-position: -1500px 0;
}
.projets .vendu3{
   	background-position: -1800px 0;
}



button#defile{
	overflow:hidden;
	clear:both;
	display:block;
	width:75px;
	height:75px;
	margin:0 auto;
	text-indent: -9000px;
	background: url(../img/sprite.png) 0px -125px no-repeat;
	cursor:pointer;
	position:relative;
	top:30px;
	outline:none;
	border: 0 none;
	text-decoration: none;
	outline-style:none;
}

button#defile:active{
	background-position:0 -198px;
	outline-style:none;
}

div.gmnoprint{display:none;}

.typeform-share{
	color: #5B6874;
	background: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
	display:  block;
	float:right;
	width: auto;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	padding: .5em;
	margin-top: 0;
	position: absolute;
	top: -50px;
	right: 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
  -moz-box-shadow: 0 2px 2px #585b61;
  box-shadow: 0 2px 2px #585b61;
}

.typeform-share:hover{
	color: #AE171A;
}