@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,700,400italic);

/*RESET*/

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
a{
	text-decoration: none;
	color: white;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* STRUCTURE */

body{
	font-family: Ubuntu, helvetica, arial;
	color: hsl(0, 0%, 75%);
}
#logo{
	position: fixed;
	top: 30px;
	left: 30px;
	width: 130px;
	cursor: pointer;
}
#logo img{
	width: 100%;
}
nav{
	position: fixed;
	bottom: 0;
	right: 0;
	width: 150px;
	height: 575px;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	background: url(img/gradV.png) 0 0 repeat-x;
}
nav ul{
	padding-left: 20px;
	padding-bottom: 20px;
	position: absolute;
	bottom: 0;
}
nav li{
	cursor: pointer;
	color: hsla(0, 0%, 100%, 0.3);
}
nav li:hover{
	color: hsla(0, 0%, 100%, 0.5);
}
nav li.actif:hover{
	color: hsla(0, 0%, 100%, 1);
}

.actif{
	color: hsla(0, 0%, 100%, 1);
}
section{
	position: absolute;
	top: 0;
	right: 150px;
	width: 350px;
	padding: 0 50px 600px 50px;
	background-color: hsla(0, 0%, 0%, .70);
}
.bkg{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -3;
	top: 0;
	left: 0;
	background-size: cover;
}
#bkg1{
	background-image: url(img/bkg1.jpg);
	z-index: -2;
}

#bkg2{
	background-image: url(img/bkg2.jpg);
}
#bkg3{
	background-image: url(img/bkg3.jpg);
}
#bkg4{
	background-image: url(img/bkg4.jpg);
}
#bkg5{
	background-image: url(img/bkg5.jpg);
}
#bkg6{
	background-image: url(img/bkg6.jpg);
}
#bkg7{
	background-image: url(img/bkg7.jpg);
}

/*
#filtreG {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	height: 100%;
	width: 300px;
	background-image: url(img/gradG.png);
}

#filtreD{
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	height: 100%;
	width: 300px;
	background-image: url(img/gradD.png);
}
*/

/* TEXTE */

article{
	margin-bottom: 80px;	
}

.fil{
	width: 100%;
	height: 360px;
	/margin-bottom: 30px;
}
.fil img{
	width: 100%;
}

h1{
	font-size: 45px;
	margin-bottom: 10px;
	font-weight: 400;
	color: white;
}
h2{
	font-size: 30px;
	margin-bottom: 50px;
	font-weight: 300;
}
h3{
	font-size: 20px;
	margin: 20px 0 10px 0;
	color: white;
}
p{
	line-height: 140%;
	margin-bottom: 10px;
}
section ul{
	margin-left: 17px;
	list-style-type: square;
	margin-bottom: 20px;
}
section li{
	line-height: 120%;
	margin-bottom: 10px;
}
.iTxt{
	width: 350px;
	height: 320px;
}
.iTxt img {
	width: 100%;
	margin-bottom: 20px;
	display: block;
}
#map img{
	width: 80%;
	margin-top: 30px;
}

@media screen and (max-width: 500px) {


}