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


*{
	padding:0;
	margin:0;
}


/*-------------------------
	Design Globale
--------------------------*/


html{
	background:url('../img/BG.jpg') #fff no-repeat;
}

body{
	min-height: 600px;
    padding: 50px 0 50px;
	font:14px/1.3 'Segoe UI',Arial, sans-serif;
	box-shadow:0 0 25px rgba(0,0,0,0.3) inset;
	height:100%;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	color:#54a6de;
}

a:hover{
	text-decoration:underline;
}

section, footer{
	display: block;
}


/*----------------------------
	Style de presentation
-----------------------------*/


#impress:not(.impress-not-supported) .step{
	opacity:0.4;
}

#impress .step{
	width:700px;
	height: 600px;
	position:relative;
	margin:0 auto;
	
	-moz-transition:1s opacity;
	-webkit-transition:1s opacity;
	transition:1s opacity;
}

#impress .step.active{
	opacity:1;
}

#impress h2{
	font: normal 44px/1.5 'PT Sans Narrow', sans-serif;
	color:#444648;
	position:absolute;
	z-index:10;
	top: -16px;
	width: 798px;
}

#impress p{
	font: normal 18px/1.3 'Open Sans', sans-serif;
	color:#27333f;
	position:absolute;
	z-index:10;
	width: 305px;
	height: 113px;
}

#impress img{
	position:absolute;
	z-index:1;
	left: -90px;
}

.arrow{
	width:32px;
	height:54px;
	background:url('../img/arrows.png') no-repeat;
	position:fixed;
	top:50%;
	margin-top:-27px;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
	opacity:0.8;
	border:none !important;
	text-decoration:none !important;
	
	-moz-transition:0.2s opacity;
	-webkit-transition:0.2s opacity;
	transition:0.2s opacity;
}

.arrow:hover{
	opacity:1;
}

#arrowLeft{
	left:45px;
}

#arrowRight{
	right:45px;
	background-position:top right;
}

/* Hide the arrows if impress is not supported */

#impress.impress-not-supported + .arrow,
#impress.impress-not-supported + .arrow + .arrow{
	display:none;
}


/*----------------------------
	Slide 1 - Intro
-----------------------------*/


#impress #intro{
	width: 800px;
}

#intro h2{
	text-align: center;
    width: 100%;
}

#intro p{
	font-size: 22px;
	left: 539px;
	line-height: 1.6;
	top: 86px;
}

#intro img{
	top: 86px;
}


/*----------------------------
	Slide 2 - design
-----------------------------*/


#impress #design{
	width: 800px;
}

#design h2{
	left: 2px;
	top: 12px;
	width: 798px;
	text-align: center;
}

#design p{
	left: 443px;
	top: 144px;
	width: 365px;
	font-size: 20px;
	line-height: 1.6;



}

#design img{
	right: 242px;
	top: 100px;
}


/*----------------------------
	Slide 3 - qualite
-----------------------------*/


#impress #qualite{
	width: 800px;
}

#qualite h2{
	left: 1px;
	top: 5px;
	width: 100%;
	text-align:center;
}

#qualite p{
	left:667px;
	margin-left:-245px;
	text-align: left;
	top: 142px;
	width: 388px;
}

#qualite img{
	right: 81px;
	top: 31px;
}


/*----------------------------
	Slide 4 - chargement
-----------------------------*/


#impress #chargement{
	width: 800px;
}

#chargement h2{
	left: 2px;
	text-align: center;
	top: -24px;
}

#chargement p{
	left: 473px;
	top: 64px;
	width: 351px;
}

#chargement img{
	right: 0px;
	top: 90px;
}


/*----------------------------
	Slide 5 - final
-----------------------------*/


#impress #final{
	width: 800px;
}

#final h2{
	left: 0;
	text-align: center;
	top: -27px;
	width: 100%;
}

#final p{
	font-size: 18px;
	left: 0px;
	text-indent: 0px;
	top: 493px;
	width: 795px;
}

#final img{
	left: 0px;
	right: 0;
	top: 62px;
}

#final a, a:visited {
	text-decoration:none;
	outline:none;
	color:none;
}

#final a:hover{
	text-decoration:noe;
}

/*----------------------------
	The Footer
-----------------------------*/


footer{
	background-color: #262626;
	bottom: 0;
	box-shadow: 0 -1px 2px #111111;
	height: 80px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100000;
}

footer h2{
	color: #EEEEEE;
	font-size: 14px;
	font-weight: normal;
	left: 20%;
	margin-left: 0px;
	padding: 13px 0 0;
	position: absolute;
	width: 300px;
}

footer h2 i{
	font-style:normal;
	color:#888;
}

footer a.lien,a.lien:visited{
	color: #FFF;
	font-size: 16px;
	left: 0%;
	margin: 16px 0 0 600px;
	position: absolute;
	text-decoration: none;
	top: 0;
}

footer a i{
	color:#f8c105;
	font-style: normal;
}

footer a i b{
	color:#c92020;
	font-weight: normal;
}
footer img{
	padding: 10px 0 0 10px;
}
