/*
Theme Name: graphisme1
Description: Une courte description
Author: Harry
*/

@font-face {
        font-family: 'Adjuster-N-SDv-KkDl';
        src: url('./font/Adjuster-N-SDv-KkDl.eot');
        src: url('./font/Adjuster-N-SDv-KkDl.eot?#iefix') format('embedded-opentype'),
           url('./font/Adjuster-N-SDv-KkDl.woff') format('woff'),
           url('./font/Adjuster-N-SDv-KkDl.ttf') format('truetype'),
           url('./font/Adjuster-N-SDv-KkDl.svg#Adjuster-N-SDv-KkDl') format('svg');
           
           
}

.clear{
  clear:both;
}



html, body{
	margin: 0; padding: 0;
	font-family:'Adjuster-N-SDv-KkDl';
	line-height: 16px;
	letter-spacing: 3px;
	
}

img, object, a{
  outline:none;
  border:0;
}
a:link, a:visited, a:hover, a:active{
  color:#00F;
  text-decoration:none;
}

html{
	margin-top: 16px;
}

h1{
	margin: 0;
	font-weight: normal;
	
}

#global{
	margin-left: 24px;
	margin-right: 24px;

}

#header{
	height: 96px;
}

#header h1{
	margin: 0 auto 0 auto;
	width: 500px;
	text-transform: uppercase;
	text-align: center;
	line-height: 48px;
	
}

#content{
	margin-top: 32px;
}

.post{
	margin-bottom: 64px;
}

.postTitle{
	font-weight: normal;
	text-transform: uppercase;
}

img{
	/*width: 96px;*/
	margin: 0 8px 8px 0;
	height: auto;
}

.postContent a{
	/*display: block;

	float: left;
	height: 152px;	
*/
}

/******** LIGHTBOX *******/
#lightBox {
	z-index: 2;
	position:absolute;
	width:100%;
	height:100%;
	display:none;
	top:0;
}

.img-content {
	width:944px;
	position:absolute;
	left:50%;
	margin-left:-472px;
	top:32px;
	
	text-align:center;
	
}

.cache {
	background: none;
	height: 100%;
	width: 100%;
	position:fixed;
	top: 0px;

}
