/************************************************
*************************************************

				COMMUN

*************************************************
************************************************/

*{
	margin: 0px;
	padding: 0px;
	font-family: 'OpenSansLight';
}

html{
	width: 100%;
	height: 100%;
	display: table;
}

body{
	display: table-cell;
	vertical-align: middle;
}

/************************************************
*************************************************

				CONTENEUR

*************************************************
************************************************/

#conteneur{
	width: 980px;
	height: 768px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}

/************************************************
*************************************************

				HEADER

*************************************************
************************************************/

header{
	height: 260px;
	background: url('../images/commun/fondConteneur.svg') no-repeat;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
	padding-top: 30px;
}

/************************************************
*************************************************

				TITRES

*************************************************
************************************************/

hgroup{
	margin-top: 18px;
	float:left;
}

hgroup h1{
	font-size: 2em;
	font-weight: normal;
	letter-spacing: 0.09em;
	line-height: 1.4em;
}

hgroup h2{
	height: 62px;
	font-size: 3em;
	font-weight: normal;
	color: rgb(87, 182, 221);
	margin-top: 6px;
	background: url('../images/commun/logoApple.png') no-repeat 175px 0px;
}

hgroup h2 span{;
	margin-left: 58px;
}

/************************************************
*************************************************

				LOGO

*************************************************
************************************************/

#logo{
	width: 170px;
	height: 170px;
	margin: 0px 62px 40px 35px;
	float: left;
	position: relative;
}

#logo span{
	font-family: 'OpenSansSemibold';
}

#logo p:nth-of-type(2){
	font-family: 'JournalRegular';
	font-size: 2em;
	color: rgb(87, 182, 221);
	-moz-transform: rotate(-5deg);
	-moz-transform-origin: top left;
	-o-transform: rotate(-5deg);
	-o-transform-origin: top left;
	-webkit-transform: rotate(-5deg);
	-webkit-transform-origin: top left;
	-ms-transform: rotate(-5deg);
	-ms-transform-origin: top left;
	transform: rotate(-5deg);
	transform-origin: top left;
	position: absolute;
	top: 110px;
	left: 70px;
	z-index: 1;
}

#logo a{
	width: 170px;
	height: 170px;
	display: block;
	position: absolute;
	z-index: 2;
}

/************************************************
*************************************************

				MENU

*************************************************
************************************************/

header nav{
	height: 50px;
	margin: 0px 0px 10px 20px;
	position: relative;
	z-index: 0;
	clear:both;
}

header nav ul{
	list-style-type: none;
}

header nav li{
	float: left;
}

header nav a{
	width: 105px;
	height: 50px;
	display: block;
	font-family: 'OpenSansLight';
	font-size: 0.8em;
	color: rgb(0, 0, 0);
	text-align: center;
	text-decoration: none;
	line-height: 3.8em;
	margin: 0px 7px;
	position: relative;
}

header nav a:before{
	width: 100%;
	height: 34px;
	content: ' ';
	box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
	border-radius: 10px 10px 10px 10px / 20px 20px 20px 20px;
	position: absolute;
	top: 8px;
	left: 0px;
	z-index: -1;
}

header nav li:nth-of-type(1) a{
	background: url('../images/commun/fondConteneur.svg') no-repeat -20px -240px;
	margin: 0px 7px 0px 0px;
}

header nav li:nth-of-type(2) a{
	background: url('../images/commun/fondConteneur.svg') no-repeat -140px -240px;
}

header nav li:nth-of-type(3) a{
	background: url('../images/commun/fondConteneur.svg') no-repeat -260px -240px;
}

header nav li:nth-of-type(4) a{
	background: url('../images/commun/fondConteneur.svg') no-repeat -380px -240px;
}

header nav li:nth-of-type(5) a{
	background: url('../images/commun/fondConteneur.svg') no-repeat -500px -240px;
}

header nav li:nth-of-type(6) a{
	background: url('../images/commun/fondConteneur.svg') no-repeat -620px -240px;
}

header nav li:nth-of-type(7) a{
	background: url('../images/commun/fondConteneur.svg') no-repeat -740px -240px;
}

header nav li:nth-of-type(8) a{
	background: url('../images/commun/fondConteneur.svg') no-repeat -860px -240px;
	margin: 0px 0px 0px 7px;
}

header nav li a:hover, header nav li a.actif{
	color: rgb(255, 255, 255);
	background: url('../images/commun/fondBoutonMenu.png') no-repeat;
}

/************************************************
*************************************************

				SECTION

*************************************************
************************************************/

section{
	height: 478px;
	position: relative;
	overflow: hidden;
}

section > h1{
	font-size: 3em;
	font-weight: normal;
	color: rgb(87, 182, 221);
	margin: 10px 0px 0px 25px;
	position: relative;
	z-index: 3;
}

section h2{
	font-size: 1em;
	font-weight: normal;
	color: rgb(87, 182, 221);
}

section h3{
	font-family: 'OpenSansBold';
	font-size: 0.7em;
	font-weight: normal;
}

section h4{
	font-family: 'OpenSansBold';
	font-size: 0.6em;
	font-weight: normal;
	color: rgb(87, 182, 221);
}

section h5{
	font-size: 0.8em;
	font-weight: normal;
	color: rgb(87, 182, 221);
}

/************************************************
*************************************************

				ARTICLE

*************************************************
************************************************/

section article p{
	font-family: 'OpenSansRegular';
	font-size: 0.7em;
}

section article span{
	font-family: 'OpenSansBold';
}

section article a{
	color: rgb(87, 182, 221);
}

section article ul{
	list-style-type: none;
	font-family: 'OpenSansRegular';
	font-size: 0.7em;
}

/************************************************
*************************************************

				FOOTER

*************************************************
************************************************/

footer{
	position: absolute;
	bottom: -3px;
	left: 25px;
}

footer a{
	font-size: 0.65em;
	color: rgb(0, 0, 0);
	text-decoration: none;
	margin-right: 10px;
}

footer a:nth-of-type(1), footer a:nth-of-type(2){
	float: left;
}

footer img{
	border: 0px;
}