@CHARSET "ISO-8859-1";

body, br, code, dd, div, dl, dt, fieldset, form, html, img, label, li, ol, p, span, table, td, th, tr, ul {
    border: 0 none;
    font-size: 100%;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

body, html {
    background: #fff none repeat scroll 0 0;
    color: #333;
    display: block;
    float: left;
    height: auto;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

body {
    -moz-text-size-adjust: none;
    font-family: sans-serif;
    text-rendering: optimizelegibility;
}

h1, h2, h3, h4, h5, h6 {
    border: 0 none;
    margin: 0;
    padding: 0;
}


h1, h2, h3, h4 {
    display: block;
    font-family: Oswald,Arial,Helvetica,sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 20px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

div {
    display: block;
}

.center {
	text-align:center;
}



/* -------------------------- HOME --------------------------  */

.home {
    background: rgba(0, 0, 0, 0) url("../images/bg3.jpg") no-repeat fixed center center / cover ;
	color: #000;
    display: table;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}


.home .contenaire {		
	 position: absolute;
	 top: 50%;
	 left: 60%;
	 -moz-transform: translateX(-50%) translateY(-50%);
	 -webkit-transform: translateX(-50%) translateY(-50%);
	 transform: translateX(-50%) translateY(-50%);
	
}

.home .form {
	top:280px;
	background:rgba(255,255,255,0.85);
	border-radius:10px;
	padding:20px;
	box-shadow : 0px 0px 4px #000 ;	
	min-width:380px;
	max-width:380px;
	text-align:center;
}

.home .form h1 {
	margin: 20px 0px;
	
}

.home input {
	font-size: 200%;
	margin:10px 0px;
	text-align: center;
	color: #ae6841;
}
		
.home img {
	max-height: 240px;
}

.home .copy {
	position: absolute;
	bottom : 30px;
	right: 0px;
	font-size: 100%;
	background:rgba(255,255,255,0.85);
	border-radius:10px 0px 0px 10px;
	padding:10px;
	box-shadow : 0px 0px 4px #000 ;	
}



.background {
	background-color: #eee;
    background-repeat: no-repeat no-repeat;
    background-size: cover cover;
}


/* -------------------------- NAV --------------------------  */

.logo {
	position:absolute;
	top:0px; 
	left:0px;
	padding-top:10px;
	background: #eee;
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0.15),rgba(255, 255, 255, 0));
	background: -moz-linear-gradient(rgba(255, 255, 255, 0.15),rgba(255, 255, 255, 0));
	background: -ms-linear-gradient(rgba(255, 255, 255, 0.15),rgba(255, 255, 255, 0));
	background: -o-linear-gradient(rgba(255, 255, 255, 0.15),rgba(255, 255, 255, 0));
	background: linear-gradient(rgba(255, 255, 255, 0.15),rgba(255, 255, 255, 0));
	width:300px;
	height:270px;
}

.logo img {
	min-height:100%;
	max-height:100%;
}

nav {
	position:absolute;
	height:50px;
	background: rgba(104,47,15,0.75);
	right:0px;
	left:0px;
	top:15px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}

nav ul {
	list-style: none outside none;
	height: 50px;	
}

nav ul li {
	display: inline;
    float: right;
	padding: 0px 5px;
	margin: 0px 10px 0px 0px;
	font-size:110%;
	cursor: pointer;
	line-height: 50px;
}


nav ul li.batchid {
	float: left;
	float:left;
	margin-left:320px;
	color:white;
	font-size:200%
}


nav ul li:hover {
	background: rgba(52,22,7,1);
}

nav ul li a {
	text-decoration: none;
	color:#FFF;	
}


nav ul li a.select {
	border-bottom: 2px solid white;
}

nav ul li a.noselect {
	border-bottom: 3px solid transparent;
}

/* -------------------------- TOP --------------------------  */


.hr {
    display: table;
    height: 100px;
    overflow: hidden;
    width: 100%;
}

.hr100 {
	position:relative;
	clear:both;
    display: table;
    height: 100vh;
    overflow: hidden;
    width: 100%;
    background-position: fixed;
    background-repeat: no-repeat no-repeat;
    background-size: cover;
}

.fiche {
	position:fixed;
	clear:both;
    display: table;
    height: 100vh;
    overflow: hidden;
    width: 100%;
    z-index: 100;
}

.preload {
	background: rgba(0, 0, 0, 0) url("../images/bg1.jpg") no-repeat no-repeat center top / cover ;
	position:fixed;
	clear:both;
    display: table;
    height: 100vh;
    overflow: hidden;
    width: 100%;
    z-index: 10;
}

.preload .contenaire {		
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 -moz-transform: translateX(-50%) translateY(-50%);
	 -webkit-transform: translateX(-50%) translateY(-50%);
	 transform: translateX(-50%) translateY(-50%);
	
}

.preload .form {
	top:280px;
	background:rgba(255,255,255,0.85);
	border-radius:10px;
	padding:20px;
	box-shadow : 0px 0px 4px #000 ;	
	max-width:360px;
	text-align:center;
	width:150px;
	font-size:200%;
}


.hr100_d1 {
	background: rgba(0, 0, 0, 0) url("../images/diapo1.jpg") no-repeat fixed center top / cover ;
		
}



.hr1 {
    background: rgba(0, 0, 0, 0) url("../images/diapo1.jpg") no-repeat fixed center top / cover ;
	color: #FFF;
    display: table;
    overflow: hidden;
    width: 100%;
}

.hr2 {
    background: rgba(0, 0, 0, 0) url("../images/diapo2.jpg") no-repeat fixed center top / cover ;
	color: #FFF;
    display: table;
    overflow: hidden;
    width: 100%;
}


/* -------------------------- HAUTEUR --------------------------  */


.h400 {
	height:400px;	
}

.h500 {
	height:500px;	
}



/* -------------------------- BACKGROUND --------------------------  */

.bg1 {
	background:#333;
}

.bg2 {
	background:#999;
}

.bg3 {
	background:#666;
}

.bg4 {
	background:#444;
}

.bg5 {
	background:#555;
}


.bg6 {
    background: #888;
}

.bg7 {
    background: #777;
}



.thumbs {
	max-height:450px;
	max-width:400px;
	border:10px solid #FFF;
	box-shadow: 2px 2px 4px #000;
}


/* CONTENAIRE */

.h400 {
	height:400px;	
}

.h500 {
	height:500px;	
}


/* -------------------------- BACKGROUND --------------------------  */


.t250 {
	font-size:230%;	
}

.t220 {
	font-size:220%;	
}

.t200 {
	font-size:200%;	
}


/* -------------------------- PAGE 1 --------------------------  */

.v1_0 {
	position:absolute;
	top:0%; 
	left:1%;
	right:68%;
	padding: 16% 1% 3% 1%;
	background: #eee;
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0) 100%);	
	text-align: justify;
}


.v1_1 {
	position:absolute;
	bottom:0%; 
	right:5%;
	left:65%;
	padding:5% 1% 5% 1%;
	background: #eee;
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0.75) 100%);
	background: -moz-linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0.75) 100%);
	background: -ms-linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0.75) 100%);
	background: -o-linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0.75) 100%);
	background: linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0.75) 100%);	
}

/* -------------------------- PAGE 2 --------------------------  */

.v2_0 {
	position:absolute;
	bottom:20%; 
	top:20%;
	left:60%; 
	right:10%;
}

.v2_0 img{
 	height:100%;
 	border:10px solid #FFF;
}

.v2_1 {
	z-index:2; 
	position:absolute;
	top:40%; 
	left:20%;
	right:42%;
	color :white;
	padding:1%;

}

/* -------------------------- PAGE 3 --------------------------  */


.v3_0 {
	position:absolute;
	bottom:0%; 
	right:5%;
	width:40%;
	padding:5% 1% 5% 1%;
	background: #eee;
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0.75) 100%);
	background: -moz-linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0.75) 100%);
	background: -ms-linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0.75) 100%);
	background: -o-linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0.75) 100%);
	background: linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0.75) 100%);	
}



/* -------------------------- PAGE 8 --------------------------  */

.v8_0 {
	position:absolute;
    left:0%;
	right:45%;
	top:0%;
	bottom:0%;
	min-height: 100%;
	height:100%;
}

.v8_1 {
	position:absolute;
    left:60%;
	right:5%;
	bottom:10%;	
	color:white;
}


/* -------------------------- PAGE 9 --------------------------  */

.v9_0 {
	position:absolute;
    left:45%;
	right:0%;
	top:0%;
	bottom:0%;
	min-height: 100%;
	height:100%;
}

.v9_1 {
	position:absolute;
    left:5%;
	right:60%;
	bottom:10%;	
	color:white;
}



/* -------------------------- PAGE 10 --------------------------  */

.v10_0 {
	position:absolute;
    left:45%;
	right:0%;
	top:0%;
	bottom:0%;
	background: rgba(0, 0, 0, 0) url("../images/p10.jpg") no-repeat no-repeat center top / cover ;
	min-height: 100%;
	height:100%;
}

.v10_1 {
	position:absolute;
    left:3%;
	right:56%;
	bottom:10%;	
	color:white;
	text-align:justify;
}


