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%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

article {
	background-image:url(../img/fondpetit.png);
	background-size:cover;
	border-radius:0px 0px 10px 10px;
	padding:40px;
	box-shadow:2px 3px 12px #009EE3;
}

html { 
	overflow-y: scroll;
	}
body {
	background: #020202;
	overflow-x: hidden;
	height: 4550px;
	line-height: 1.5;
	color: #FFF;
	text-shadow:2px 2px 0px #000;
	font-size: 18px;
	font-family: Arial,sans-serif;
}
h1 {
	color: #FFF;
	text-align:center;
}
a, a:link,
a:active,
a:visited {
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	color:#FFF;
	outline: none;
	text-decoration:none;
	}
a:hover { 
		color:#009EE3;
		}
img { 
	display:block;
	}
p {
	margin:1em 0;
	text-align:justify;
	font-weight: bold;
	}


hr {
	margin: 0;
	border: none;
	border-top: 1px solid #009EE3;
	border-bottom: 1px solid #009EE3;
	height: 3px;
}


.connaissances {
	width:500px;
	
}
.connaissances tr td{
	width:250px;
	font-weight: bold;
	color:#FFF;
	font-size: 18px;
}
.connaissances tr td img{
display:inline;
float:left;
}

#wrapper {
	position: relative;
}
#branding {
	width: 100%;
	background-color:#009EE3;
	}
	#branding h1 {
		width: 940px;
		padding: 10px 15px;
		margin: 0 auto;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: bold;
		}


nav#primary {
	z-index: 5;
	position: fixed;
	top: 50%;
	right: 16px;
	margin-top: -40px;
	font-weight: bold;
	text-shadow:none;
}
nav#primary li {
	position: relative;
	height: 20px;
}
nav#primary a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background: transparent url('../img/nav-dot.png') 4px 4px no-repeat;
}
nav#primary a:hover, nav#primary a.active {
	background: transparent url('../img/nav-dot.png') 4px -16px no-repeat;
}
nav#primary h1 {
	position: absolute;
	right: 22px;
	top: -7px;
	display: none;
	padding: 4px 20px 4px 7px;;
	color: #fff;
	white-space: nowrap;
	background: transparent url('../img/nav-arrow.png') 100% 50% no-repeat;
	}
nav.next-prev {
	margin: 20px 0 0 0;
	}
	a.prev,
	a.next {
		display: block;
		width: 15px;
		height: 11px;
		text-indent: -9999px;
		}
	a.prev {
		margin: 0 auto 5px auto;
		background: transparent url('../img/scroll-arrow-up.png') 0 0 no-repeat;
		}
		a.prev:hover {
			background: transparent url('../img/scroll-arrow-up.png') 0 -11px no-repeat;
			}
	a.next {
		margin: 5px auto 0 auto;
		background: transparent url('../img/scroll-arrow-down.png') -1px 0 no-repeat;
		}
		a.next:hover {
			background: transparent url('../img/scroll-arrow-down.png') -1px -11px no-repeat;
			}

#content {
	z-index: 10;
	position: relative;
	max-width: 940px;
	padding: 0 10px;
	margin: 0 auto;
	line-height: 1.7;
	}
	#content article {
		width: 400px;
		}
		#moi ,
		#toile,
		#info,
		#autre {
			padding-top: 105px;
			}
		#moi {
			position: absolute;
			top: 0px;
			}
		#toile {
			position: absolute;
			top: 1090px;
			}
		#info {
			position: absolute;
			top: 2180px;
			}
			#content h1 {
				margin: 0 0 25px 0;
				font-size: 60px;
				font-family: Georgia, serif;
				font-weight: normal;
				line-height: 65px;
				}
		#autre {
			position: absolute;
			top: 3270px;
			}
		
		
#parallax-bg3 {
	z-index: 2;
	position: fixed;
	left: 50%; 
	top: 0;
	width: 940px;
	margin-left: -470px; 
	}
	#bg3-1 {
		position: absolute;
		top: 51px;
		left: 505px;
		z-index:999;
		}
	#bg3-2 {
		position: absolute;
		top: 48px;
		left: -85px;
		}

#parallax-bg2 {
	z-index: 3;
	position: fixed;
	left: 50%;
	top: 0;
	width: 1200px;
	margin-left: -600px;
	}
	#bg2-1 {		position: absolute;	top: 950px; left: 2020px;	}

#parallax-bg1 {
	z-index: 4;
	position: fixed;
	left: 50%; 
	top: 0;
	width: 3000px;
	margin-left: -600px; 
	}
	#bg1-1 {		position: absolute;	top: 1785px; left: -570px; 	}
	
