@charset "UTF-8";
/*************/
/* HTML TAGS */
/*************/

 @font-face {font-family: 'BrandonGrotesque-Bold';src: url('webfonts/eot/style_187190.eot?#iefix') format('embedded-opentype'),url('webfonts/woff/style_187190.woff') format('woff'),url('webfonts/ttf/style_187190.ttf') format('truetype'),url('webfonts/svg/style_187190.svg#BrandonGrotesque-Bold') format('svg');}


/* MAIN ELEMENTS */
html, body {
	width:100%;
}

body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	margin:0;
}
a {
	color:#000000;
	
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.tellink:hover {
	text-decoration: none;
}

p {
}


h1 {
	font-size: 90px;
	font-weight: normal;
	font-style: normal; 
	font-family: BrandonGrotesque-Bold;
}

h2 {
	float: left;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	width: 50px;
}
h3 {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	float: right;
	margin: 4px 10px 0 0;
	line-height: 26px;
}
h4 {
	
}
h5 {
	
}

/*******************************************************************************
* Layout
*******************************************************************************/
#wrapper {
	width:100%;
	padding-bottom:200px;
}
#top {
	font-family: BrandonGrotesque-Bold;
	position: fixed;
	top: 10px;
	left: -500px;
	padding: 0 0 0 50%;
	width: 434px;
	z-index: 2;
}
#logo {
	
}
#nav {
	
}

#nav ul li {

}
#content {
	padding: 10px 10px 0 10px;
}

.visiblesize_wrapper,
.click {
	float: left;
	
}

.work {
	
}

#footer {

}

#header {
	background-color: #282829;
	left: 100px;
	position: relative;
	margin: 0 0 5px 50%;
	overflow: hidden;
	cursor: pointer;
}

.visiblesize_wrapper {
	overflow: hidden;
	cursor: pointer;
	margin: 5px;
}

.fullsize_wrapper {
	position: relative;
	left:0;
}

.fullsize_wrapper div {
	float: left;
	color: white;
}
.text {
	background-color: #282829;
}
.titre p {
	font-family: BrandonGrotesque-Bold;
	padding: 10px;
	font-size: 150px;
	color: white;
	text-align: center;
}

.text p {
	font-family: BrandonGrotesque-Bold;
	padding: 10px 20px 10px 10px;
	font-size: 20px;
	color: white;
	line-height: 1.3em;
}
#loader {
	width:260px;
	height:200px;
	background:#fff;
	background: rgba(255,255,255,.6);
	position: absolute;
	/*padding:60px 0 0 84px;*/
	display: none;
	z-index: 999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border:1px solid #c4c4c4;
}
#loader .img {
	margin:0 auto;
	width:32px;
	height:32px;
	margin-top:84px;
	
}

/*******************************************************************************
* Divers
*******************************************************************************/


.note {
	font-size:10px;
	text-align:center;
	margin-top:200px;
	line-height:14px;
	margin-left:auto;
	margin-right:auto;
	display:none;
}
.clear {
	clear:both;
}
.float {
	float:left;
}
