

html {
    border: 20px solid white;
}

body {
    //font-family: 'Inconsolata', sans-serif;
    font-family: 'BitstreamVeraSansMonoRoman',sans-serif;
    font-size: 1.2em;
    line-height: 21px;
    font-color: black;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 0px;
    background-color:f2f2f2;
}
* {
  margin: 0;
  padding: 0;
} 
.hidden {
    display: none;
}

.projectDate {
    display: none;
}

p {
   // padding-bottom: 10px;
}

li {
    list-style-type: none;
}

br.break {
    display: none;
}

a:link {
    color: black;
     
    text-decoration: none;
}

a:visited {
    color: black;
    text-decoration: none;
}

a:hover {
    border-bottom: 0px solid;
    text-decoration: none;
}

a#current:hover {
    border-bottom: 1px solid;
}





#work {
    padding-top: 15px;
    overflow: hidden;
}

#worktext {
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 60px;
}

#worktext .words span.title span.date {
    font-size: 30px;
    
}


#work .project {
    position: relative;
    float: left;
    margin-right: 0px;
}

#work a.project {
    position: relative;
    float: left;
    border-style: none;
}

a#noborder {
    border-bottom: 0px;
}

#work .info {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 80px;
   
    display: none;
    vertical-align: baseline;
    background-color: #fffeff;
    /* OPACITY */
    zoom: 1;
    filter: alpha(opacity = 90);
    opacity: 0.9;
    /**/
    /* margin:TOP RIGHT BOTTOM LEFT */
    margin: 10px 23px 15px 10px;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 10px;
}

#work span {
    /* line-height: 28px;*/
}

#work .info .words {
    /*vertical-align: bottom;*/
    position: relative;
    float: left;
    text-align: left;
    margin-right: 20px;
   margin-top:5px;
}

#work .subtitle {
	float: left;
    text-transform: uppercase;
    letter-spacing: 1.5px;    
    position: relative;
    text-align: left;
    font-size: 12px;  
    top: 3px;  
    width:105%;
}
.news .subtitle{
	float:left;
	width:550px;
}


h1, #work .title {
	
    text-transform: uppercase; 
    font-size: 30px;
    font-family: 'BitstreamVeraSansMonoBold',sans-serif;
    line-height: 32px;
    //height:38px;
    
}


h1{
	position:relative;
	font-weight: normal;
	left:0px;
	display:block;
	float: left;
-webkit-margin-before: 0.0em;
-webkit-margin-after: 0.0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;

border-bottom: 3px solid;
}


body.book #work #project-bodytext p{margin-bottom: 0px;}

h2{
	
	position: relative;
	text-transform: uppercase;
    letter-spacing: 1.5px;
    
    text-align: left;
   float:left;
    font-size: 12px;
    top: 4px;
    left: 0px;
    display: block;
    line-height: 0px;

-webkit-margin-before: 0.3em;
-webkit-margin-after: 0.3em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: normal;
    }

h3, .annee{
	display:block;
	vertical-align: bottom;
    position: relative;
    float:left;
    font-size: 12px;
    
}

h3 {    
    margin:0 0 0 0;
    
       top:0px; 
       
       -webkit-margin-before: 0.3em;
-webkit-margin-after: 0.3em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: normal;
}
#project-bodytext .annee {        
   top :2px;
}
#makingOf {
	position: relative;
	padding-top: 200px;
}

#makingOf h1 {
}

#work .info .words .title {
    position: relative;
    text-align: left;
    color: black;
    border-bottom: 3px solid;
    
}

#work .info .words .bodytext {
   
    position: relative;
   
}

#worktext .words .title {
    position: relative;
    text-align: left;
    width: 10px;
    padding-top: 0px;
}



/* Project Page */
#project-container {
    width: 700px;
    text-align: left;
}

#page-container, #project-container {
    width: 950px;
    text-align: left;
	clear: both;
}

#work a.project-link {
    line-height: 32px;
}

#work #project-container #project-bodytext,#work #page-container #page-bodytext {
   
    padding-bottom: 10px;
    float: left;
    position: relative;
	
	
}

#work #project-bodytext a,#work #page-bodytext a {
    border-bottom: 1px solid;
} 

#work #project-bodytext a:hover,#work #page-bodytext a:hover {
    border-bottom: 0px solid;
}

.news .content p, #work #project-bodytext p, #work #page-bodytext p  {
	clear: left;
    text-indent: 0px;
    line-height: 20px;
    font-size: 12px;
}

#work #project-bodytext p, #work #page-bodytext p  {
   
    margin-bottom: 15px;

}

#work #page-bodytext.about p a{
	margin-top:6px;
    margin-right: 4px;
}

#work #page-bodytext p img.icon {
	width:16px;
	height:16px; 
	margin-top:6px;
    margin-right: 4px;
    margin-bottom: -3px;    
}
/*affichage du portrait sur ecran ordinateur*/
#work #page-bodytext.about  img{
	width: 450px; /*remplacer la valeur par la taille d'image en pixel que l'on souhaite avoir dans about*/
	
}

#presshead {
    position: relative;
    text-align: left;
    padding-top: 1px;
    color: black;
    border-bottom: 1px solid;
}

hr#press {
    border-bottom-style: solid;
    border-top-style: none;
    border-bottom-width: 2px;
    width: 50px;
}

div.pressbody {
    padding: 12px;
    background-opacity:;
}

#press-bodytext {
    width: 500px;
    margin-bottom: 10px;
    padding-top: 8px;
	
}

#work-press #bodytext {
    width: 700px;
    margin-bottom: 10px;
    
}
#work #project-container #project-bodytext,#work #page-container #page-bodytext {
	width: 700px;
overflow: hidden;
}
div#project-content, div#project-details{
	padding-top:20px; 
	
} 
div#project-content{
	
	
	width: 460px; 
	padding-right: 0px;
	float: left;
	
	
}
div#project-details, div#page-details {
    /*font: 14px / 16px 'Inconsolata', sans-serif;*/
    width: 220px;
    padding-left: 0px;
    margin-bottom: 18px;
    /*position: relative;*/
    float: right;
  
}

body.book div#project-details {
    width: 220px;
    padding-left: 700px;
    margin-top: -12px;
    position: fixed;
}

body.book #project-bodytext p{
margin-bottom: 0px; */
}

body.books .bookthumb{

width: 300px;

}

#project-details a, #page-details a {
    border-bottom: 1px solid;
}

#project-details a:hover, #page-details a:hover  {
    border-bottom: 1px solid;
}

#small {
    font-size: 11px;
}

#work #project-details span.detail-colour {
}


img.pimg {
    width: 600px;
}

/* Header */
#header {
    z-index: 8;
    width: 100%;
    height: 42px;
    position: relative;
   /* float: left;
    text-align: left;*/
   }

#header-small {
    z-index: 8;
    width: 100%;
    height: 42px;
    position: relative;
    /*display: block;*/
    /*float: left;
    text-align: left;*/
}

#logo {
    /*float: left;*/
}

#logo-small {
    /*float: left;*/
}

#logo a {
	font-size: 14px;
	font-family: 'BitstreamVeraSansMonoBold',sans-serif;
	text-transform: uppercase;
	border-bottom: 0px solid black;

	padding: 4px;
	padding-top: 6px;
	padding-right: 7px;
	padding-left: 8px;
	letter-spacing: 2.1px;
}
#logo a:hover {
   
	padding:5px;
	padding-top: 7px;
	padding-right: 8px;
	padding-left: 9px;
}

#header #logoPage { 
    position: relative;
    padding-top: 1px;
    padding-bottom: 16px;
    position: relative;
    /*float: left;*/
    text-transform: capitalize;
}

#header #logo a#logo {
}

#header a#logo:hover {
    border-bottom: 0px solid blue;
    
}

#header #links {
    position: relative;
    padding-bottom: 0;
    /*float: left;
    text-align: left;*/
    margin-left: 14px;
    word-spacing: 8px;
    text-transform: lowercase;
}

#header-small #links-small {
	display: block;
    position:relative;
    font-size: 14px;
    line-height:20px;
    padding-top: 14px;
    padding-bottom: 0;
   /* float: left;*/
    /* text-align: left; */
   
    margin-left: 0px;
    word-spacing: 3px;
    
}



#header-small .col {
	
	float: left;
	border-bottom: 0px solid blue;
	
	padding-bottom: 30px;
}
#header-small .col li:before{
	/*background-size:7px 10px;
	background: url(../../images/slash.png) no-repeat 0 7px;padding-left:18px;padding-bottom:4px;
	background-position:0% 40%;*/
	/* SLASH */
	/*content: "/";*/ 
	padding-right: 10px;
}

#header-small .col1 {
	text-transform: uppercase;
	padding-right:40px;
	padding-left: 10px;
	
}
#header-small .col2 {
	text-transform: capitalize;
	padding-left: 10px;
	padding-right:223px;
	
}

body.books div#computer{
   width: 930px;
}

body.books div#iphone{
    width: 450px;
}

#header-small .col2 li:first-child {
	text-transform: uppercase;
}
#header-small .col a{
	
	
	
}
#header-small .col a:hover{
	
	//border-bottom: 1px solid black;
	
}


#header span#view {

    position: relative;
    float: right;
}

#header #view a#view {
    position: relative;
    right: -.1em;
}

#view-small a {
    border-bottom-style: none;
}

#header-small #view-small a#view-small:hover {
    position: relative;
    right: -.1em;
    border-bottom: 0px solid blue;
}

#view-small a:hover {
    border-bottom: 1px solid;
}

#header #view a#imageview:before {
    position: relative;
}

#header #view a#textview:before {
    position: relative;
}

#imageview {
    border-bottom: black;
}

#header-small #view a#prev:after {
    content: 'â†� previous';
    position: relative;
}

#header-small #view a#next:before {
    content: 'next â†’';
    position: relative;
}

#work div.image {
    float: left;
    clear: left;
}

div.load img { 
  width: 683px; 
}


#previous{display:none;}

#previous, #up, #upIndex{
	position:fixed;
	top:10px;
	right:100px;
	z-index: 999; 	
}

#previous{
	position:fixed;
	top:10px;
	right:35px;
	z-index: 999; 	
}

#previous a, #up a, #upIndex a {
	width: 120px;
	
	display: block;
	text-align: center;
	font: 12px/100% 'BitstreamVeraSansMonoBold',sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: black;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#previous a{
	width: 53px;
	font: 12px/100% 'BitstreamVeraSansMonoBold',sans-serif;
	
}

 #up span img, #upIndex span img  {
width:60%;
padding-left:30px;
}

#previous span img {
	padding-right:30px;
	 width:60%;
	
}

#previous p {
padding-left: 4px;
}

#previous span, #up span, #upIndex span {
	
	width: 100px;
	height:65px;
	display: block;
		
	
	background-size:contain;
	
	cursor: pointer; 

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;

}
#up span, #upIndex span {
background-position-x: 30px;
} 




#previous a:hover span, #up a:hover span, #upIndex a:hover span{
	zoom: 1;
    filter: alpha(opacity = 90);
    opacity: 0.9;
}

a#titlelink:link {
    border-bottom-width: 0px;
}

a#titlelink:visited {
    border-bottom-width: 0px;
}

a#titlelink:hover {
    border-bottom-width: 2px;
}

#description {
    font: 11px / 16px 'BitstreamVeraSansMonoRoman', sans-serif;
}

#description a {
    border-bottom: 1px solid black;
}

#description a:hover {
    border-bottom: 0px solid black;
}

#iphone {
    display: none;
}

#header-small span#view-small {
    position: relative;
    float: right;
}

#header-small #view-small a#view {
    position: relative;
    right: -.1em;
}

#view a {
    border-bottom-style: none;
}

#header-small #view-small a#view:hover {
    position: relative;
    right: -.1em;
    border-bottom: 1px solid blue;
}

#view a:hover {
    border-bottom: 1px solid;
}

#header-small #view-small a#imageview:before {
    position: relative;
}

#header-small #view-small a#textview:before {
    position: relative;
}

#imageview {
    border-bottom: black;
}

#header #view a#prev:after {
    content: 'â†� previous';
    position: relative;
}

#header #view a#next:before {
    content: 'next â†’';
    position: relative;
}
.boldness, .boldness:hover {
	font-family: 'BitstreamVeraSansMonoBold',sans-serif;	
	border-bottom: 2px solid black;
	
} 

/* News Page */

.news a{
border-bottom: 1px solid black;
}
.news{

	padding-bottom:30px;
display: block;

	width:1000px;
position: inherit;
}

.news .content {
	padding-top:0px;
position: relative;
width: 550px;
padding-right: 15px;
display: block;
float:left;
clear:both;

	
    text-indent: 0px;
    line-height: 18px;

}

.news .content p{
	padding-top:30px;
	padding-bottom: 30px;
	}
	
.news img{
	position:relative;

	padding-bottom: 7px;
	float:right;
	display: block;
	width:400px;
	
	
}

.news img:hover{
	
	filter: alpha(opacity = 80);
    opacity: 0.8;
	  
}
.news .title{

		


	display:block;
		float:left;
-webkit-margin-before: 0.0em;
-webkit-margin-after: 0.0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;

border-bottom: 3px solid black;
clear:both;
}
.news .date{
	display: block;
	clear: both;
	padding-top: 4px;
   font-size: 12px;

}

#signature {
padding-top: 30px; 
font-size: 12px;
}


img {
    margin-right: 12px;
   margin-bottom: 5.5px;
}

a img {
    margin-right: 12px;
    
    text-decoration: none;
    border: 0;
} 


body.books a img {
margin-right: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-top: 0px;
}

body.books div#computer a:first-child, body.books div#iphone a:first-child  {
clear: both;
}

body.book div#project-details p, body.book div#project-details h1 p{
  text-transform: none;
    clear: left;
display: block;
font-family: BitstreamVeraSansMonoRoman, sans-serif;
font-size: 12px;
line-height: 20px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
text-align: left;
text-indent: 0px;
border-bottom-width: 0px;
}

/* MBON */
#computer, #iphone, #page-container {
	clear:both;
}
#project-bodytext h1 br {
	display: none;
}