/*
Plugin: jQuery Parallax
Version 1.1
Author: Ian Lunn
Author URL: http://www.ianlunn.co.uk/
Plugin URL: http://www.ianlunn.co.uk/plugins/jquery-parallax/

License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Ian Lunn simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.ianlunn.co.uk/.
*/

@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	min-width: 980px;
	color:#444344;
	font: normal 80%/21px arial, Sans-Serif;
}
img{
	border: 0;
}
a{
color: #029ee0;
text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
	font-family:ABTSmilk, Trebuchet MS, sans-serif;
}

h2 {
	font-weight: normal;
	font-size: 3em;
	color: #000;
	line-height: 1em;
	margin: 12px 0;
}
h3 {
	font-weight: normal;
	font-size: 2em;
	color: #d91d7e;
	line-height: 1em;
	margin: 12px 0;
}
h4 {
	font-weight: normal;
	font-size: 1.8em;
	color: #000;
	line-height: 1em;
	margin: 12px 0;
}
li {
	font-size: 1.5em;
	margin: 0 0 0 25px;
	line-height: 1.4em;
}
p {
	font-size: 1.5em;
	margin: 12px 0;
	line-height: 1.2em;
}

#header h1, #pixels{
	color: #48941A;
}

.center{
	font-size: 2.5em;
	padding: 80px 0 0 0;
	text-align: center;
}

#nav{
	list-style: none;
	position: fixed;
	right: 20px;
z-index: 800;
}

#nav li{
	margin: 0 0 15px 0;	
}

#header, #intro, #second{
	width: 100%;
}

#intro{
	background:url(images/meedor_macbook_pro_meedle.jpg) 50% -75px no-repeat fixed;
	height: 600px;
	margin: 0 auto;
	padding: 80px 0 0 0;
}

#second{
	background: url(images/jerome_thierry_meedle_thelia.jpg) 50% 0 no-repeat fixed;
	height: 1300px;
	margin: 0 auto;
	overflow: hidden;
	padding: 100px 0 0 0;	
}

#second .bg{
	background: url(images/logo_certification_thelia.png) 50% 0 no-repeat fixed;
	height: 1300px;
	margin: -120px auto;
	padding: 0;
	position: absolute;
	width: 980px;
	z-index: 200;
}

#third{
	background: url(images/equipe_meedle.jpg) 50% 0 no-repeat fixed;
	height: 650px;
	padding: 100px 0 0 0;	
}
#third .bg2{
	background: url(images/etoile_meedle_rose.png) 50% 0 no-repeat fixed;
	height: 1300px;
	margin: -120px auto;
	padding: 0;
	position: absolute;
	width: 980px;
	z-index: 200;
}


#fifth{
	background-color: rgba(255, 255, 255, 0.7);
	height: 400px;
	margin: 0 auto;
	padding: 40px 0 0 0;
position: relative;
z-index: 500;
}

/* Gestion du contenu */
.story{
	margin: 0 auto;
	min-width: 980px;
	overflow: auto;
	width: 980px;
z-index: 500;

}

#intro .story {
	width: 600px;
	text-align: left;
	margin: 0 0 0 150px;
	float: left;
}

#intro .story, #second .story, #third .story {
	
	margin-top:10px;
	padding:10px 30px;
}

.float-left{
	float: left;	
	margin: 0 0 0 20px;
z-index: 500;
}

.float-right{
	float: right;
	margin: 0 20px 0 0;
z-index: 500;
}

.story .float-left, .story .float-right{
	padding: 20px 50px;
	position: relative;
	width: 500px;
background-color: rgba(255, 255, 255, 0.7);
border-radius:7px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
}