@charset "UTF-8";
/* CSS Document */

/* Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 19;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 14px
	font-size: 1rem; (14 / $rembase)
	line-height: 1; ($line-height / 14)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/

/* Browser Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background:transparent;
	outline: 0;
}
a {
    color:#222;
    text-decoration: underline;
}
a:hover {
    color:#666;
    text-decoration: none;
}
ol,
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
a:focus img{
	outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	margin: 0;
	padding: 0;
}
/* responsive images */
img, object, embed { max-width: 100%; }
img, figure img { height: auto; }
/*figure img { max-width: 100%;}*/
figure { width: 100%; margin:0; padding:0; }
/* Basic structure 
--------------------------------------------------------------
-------------------------------------------------------------- */
html {
	font-size: 100%; /* = $rembase, entspricht 16px */
	/*min-height: 101%;*/
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.8571rem;
	line-height: 1.5; /* = $line-height, entspricht 21px*/
	color: #404040;
	background-color: #fff;
}
/* Custom CSS
 * --------------------------------------- */
p, blockquote {
	margin: 0 0 9px 0;
	/*margin: 0 0 0.375rem 0;*/
	padding: 0;
	text-align: justify;
	text-align-last: justify;
	text-wrap: normal;
}
h1, h2 {
	font-size: 13px;
	font-size: 0.9285rem;
	font-weight: normal;
	text-align: left;
}
h2, figcaption {
	margin-bottom: 9px;
}
figcaption {
	text-align: left;
	color: #808080;
	font-size: 11px;
	font-size: 0.7857rem;
	font-style: italic;
}
header h1 {
	float: left;
}
header h1 a {
	width: 280px;
	display: block;
	height: 74px;
	background-image:url(pix/daybyday.png);
	background-repeat: no-repeat;
	text-decoration: none;
}
header h1 a span {
	display: none;
}
	.courrier {
		font-family: "Courier New", Courier, monospace;
		font-size: 13px;
	}
	#retour {
		position: absolute;
		top: 36px;
		left: 36px;
		z-index: 30;
	}
	#retour a {
		text-decoration: none;
	}
	.display {	
	position: absolute;	
	top: 0px;	
	left: 0px;	
	width: 100%;	
	height: 700px;
	top: 50%;
	margin-top: -350px;
	}
	#container {
		position: absolute;	
		left: 0px;
		top: 0px;	
		width: 100%;
		height: 300px;
		top: 20%;
	}
	#navigation {	
		position: relative;
		width: 990px;
		margin-left: auto;
		margin-right: auto; 
		text-align: left;
	}
	#navigation #logo {
		float: left;
		margin: 0 72px 0 0;
	}
	#navigation #menu {
		float: left;
		margin: 36px 0 0 0;
	}
	#vertical_container {
		height: 415px;
		width: 650px;
		color: #333;
	}
	#vertical_container h3 {
		margin: 0;
		padding: 6px 0 0 15px;
		font-style: normal;
		font-weight: normal;
		text-align: left;
	font-size: 13px;
	font-size: 0.9285rem;
		letter-spacing: 1px;
		color: #808080;
	}
	#vertical_container h3:hover {
		color: #ccc;
	}
	#vertical_container p, #vertical_container dl, #vertical_container ul {
		margin: 0;
		padding: 3px 0 9px 15px;
	}
	#vertical_container dl dd, #vertical_container dl dt {
		margin: 0;
		padding: 0;
	}
	#vertical_container dl dd p {
		margin: 0;
		padding: 0 0 6px 0;
	}
	#vertical_container ul li {
		margin: 0 0 6px 0;
		padding: 0;
		list-style: none;
	}
	.accordion_toggle {
		display: block;
		padding: 0 32px 0 1px;
		cursor: pointer;
		margin: 9px 0 0 0;
		background-image: url(pix/icons/hyphen.png);
		background-position: bottom left;
		background-repeat: no-repeat;
	}
	.accordion_toggle_active {
		background-image: url(pix/icons/hyphen.gif);
		background-position: bottom left;
		background-repeat: no-repeat;
	}	
	.accordion_content {
		overflow: hidden;
	}
	#burger-holder {
   position:relative; 
   background-color:transparent; 
   width:42px; 
   height:27px; 
   cursor:pointer;
   float: left;
   }
#burger-icon {
	display: block;
	background-image: url(pix/nav.png);
	background-size:cover;
	background-repeat: no-repeat;
	width:42px; height:27px;
}
#burger-icon span {
	display: none;
}
#burger-menu {
   position:absolute;
   line-height:150%;
   white-space:nowrap;
   }
	/* and, she never came back */
	#projets {
		position: fixed;
		left: 0;
		bottom: 36px;
		width: 300px;
		height: 300px;
		background-image: url(pix/bg-cercle.png);
		background-repeat: repeat;
		z-index: 300;
	}
	#projets ul {
		/*border-bottom: 1px solid #efefef;
		border-right: 1px solid #efefef;*/
		padding: 9px 18px 9px 18px;
		position: absolute;
		right: 54px;
		bottom: 18px;
	}
	#projets ul li {
		margin: 0 0 6px 0;
		padding: 0;
		list-style: none;
		text-align: right;
	}
	#projets ul li.level2 {
		margin: 0 18px 6px 0;
		padding: 0;
		list-style: none;
		text-align: right;
	}
	#projets ul li.level2 img {
		vertical-align: text-bottom;
	}
	
	#projets a:link, #projets a:visited {
	color: #666;
	text-decoration: none;
	}

	#projets a:hover, #projets a:active {
		color: #333;
		text-decoration: underline;
	}
div.limiter {
	position: relative;	
	max-width: 750px;	
	 /* height: 588px;
	top: 50%;
	margin-top: -295px;moitié de height */
	/* height: 100%;
	margin-left: auto;
	margin-right: auto;	 */
	text-align: left;
		margin-left: auto;
		margin-right: auto;
}
div.limiter #intro {
	text-align: left;
	margin-bottom: 36px;
}
div.limiter #intro h1 {
	font-size: 11px;
	font-weight: normal;
}
#image {
	width: 300px;
}
#texte {
	width: 420px;
	font-family: Courier, monospace;
	font-size: 12px;
}
.fade{
	margin-bottom: 2em;
	float: left;
}

.fade p{
	margin-bottom: 2em;
	text-align: left;
	background: #fff;
}
/*defilement*/
#slideframe {
    position: relative;
	top: 100px;
	width: 100%;
	height: 240px;
	overflow: hidden;
}

#slidecontent {
    position: absolute;
    top: 0px;
    left: 0px;
	width: 10418px;
    /*background: #e99;*/
}
#description {
    position: relative;
	top: 130px;
	right: 3px;
	text-align: right;
	/*width: 400px;
	left: 36px;*/
}
.taille {
	font-size: 9px;
}
