@charset "utf-8";
/* CSS Document crée par la Grâce de Dieu par Erick Delcourt en l'an de Grâce 2012 */
* {
	margin: 0;
}

@font-face {
	font-family: 'Archer';
	font-style: italic;
	font-weight: bold;
	src: url('font/Archer-BoldItal-Pro.otf') format('opentype');
}

@font-face {
	font-family: Archer;
	src: url('font/Archer-Book-Pro.otf') format('opentype');
}

@font-face {
	font-family: Archer;
	font-weight: bold;
	src: url('font/Archer-Bold-Pro.otf') format('opentype');
}
@font-face {
	font-family: Archer;
	font-style: italic;
	font-weight: 100;
	src: url('font/Archer-BookItal-Pro.otf') format('opentype');
}
html {
	height: 100%;
}

body {
	top: 0px;
	height: 100%;
	max-height: 100%;
	margin: 0px;
	text-align: center;
	font-family: Archer, Corbel, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 80%;
	color: rgb(35, 58, 108);
	padding: 0px;
	background-color: rgba(28, 34, 53, 0);
	z-index: 0;
	overflow-x: hidden;
}


/*  HAUT DE LA PAGE */
#top {
	position: absolute;
	width: 100%;
	font-size: 3.5em;
	
	height: 3em;
	margin: 0%;
	background-color: rgba(28, 34, 53, 0.97);
	-moz-box-shadow: 1px 2px 5px rgba(43, 31, 63, 1);
	-webkit-box-shadow: 1px 2px 3px rgba(43, 31, 63, 0.5);
	box-shadow: 1px 2px 3px rgba(43, 31, 63, 0.5);
	z-index: 5;
}

.topDeg {
	background: rgb(28, 34, 53); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjMjIzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzIzM2E2YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcyJSIgc3RvcC1jb2xvcj0iIzUzOWZlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iIzFjMjIzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzIyMzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(28, 34, 53, 0) 0%,
		rgba(35, 58, 108, 0.2) 49%, rgba(83, 159, 225, 1) 72%,
		rgba(28, 34, 53, 0.2) 83%, rgba(28, 34, 53, 0) 100% ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(28,
		34, 53, 1) ), color-stop(49%, rgba(35, 58, 108, 1) ),
		color-stop(72%, rgba(83, 159, 225, 1) ),
		color-stop(83%, rgba(28, 34, 53, 1) ),
		color-stop(100%, rgba(28, 34, 53, 1) ) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(28, 34, 53, 1) 0%,
		rgba(35, 58, 108, 1) 49%, rgba(83, 159, 225, 1) 72%,
		rgba(28, 34, 53, 1) 83%, rgba(28, 34, 53, 1) 100% );
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(28, 34, 53, 1) 0%,
		rgba(35, 58, 108, 1) 49%, rgba(83, 159, 225, 1) 72%,
		rgba(28, 34, 53, 1) 83%, rgba(28, 34, 53, 1) 100% );
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(28, 34, 53, 1) 0%,
		rgba(35, 58, 108, 1) 49%, rgba(83, 159, 225, 1) 72%,
		rgba(28, 34, 53, 1) 83%, rgba(28, 34, 53, 1) 100% ); /* IE10+ */
	background: linear-gradient(top, rgba(28, 34, 53, 1) 0%,
		rgba(35, 58, 108, 1) 49%, rgba(83, 159, 225, 1) 72%,
		rgba(28, 34, 53, 1) 83%, rgba(28, 34, 53, 1) 100% ); /* W3C */
	filter: progid :         DXImageTransform.Microsoft.gradient (       
		   startColorstr =    
		    '#1c2235', endColorstr =         '#1c2235', GradientType =        
		0 );
	/* IE6-8 */
}
.traitDeg{
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZjdmOWZkIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iNjklIiBzdG9wLWNvbG9yPSIjNGI3Y2M5IiBzdG9wLW9wYWNpdHk9IjAuOTQiLz4KICAgIDxzdG9wIG9mZnNldD0iNzMlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODQlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuOTQiLz4KICAgIDxzdG9wIG9mZnNldD0iODclIiBzdG9wLWNvbG9yPSIjYjJjN2U4IiBzdG9wLW9wYWNpdHk9IjAuOTIiLz4KICAgIDxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjNjU4ZmQxIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iOTElIiBzdG9wLWNvbG9yPSIjNGI3Y2M5IiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(247,249,253,0) 3%, rgba(75,124,201,0.94) 69%, rgba(255,255,255,1) 73%, rgba(255,255,255,0.94) 84%, rgba(178,199,232,0.92) 87%, rgba(101,143,209,0) 90%, rgba(75,124,201,0) 91%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(3%,rgba(247,249,253,0)), color-stop(69%,rgba(75,124,201,0.94)), color-stop(73%,rgba(255,255,255,1)), color-stop(84%,rgba(255,255,255,0.94)), color-stop(87%,rgba(178,199,232,0.92)), color-stop(90%,rgba(101,143,209,0)), color-stop(91%,rgba(75,124,201,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(247,249,253,0) 3%,rgba(75,124,201,0.94) 69%,rgba(255,255,255,1) 73%,rgba(255,255,255,0.94) 84%,rgba(178,199,232,0.92) 87%,rgba(101,143,209,0) 90%,rgba(75,124,201,0) 91%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(247,249,253,0) 3%,rgba(75,124,201,0.94) 69%,rgba(255,255,255,1) 73%,rgba(255,255,255,0.94) 84%,rgba(178,199,232,0.92) 87%,rgba(101,143,209,0) 90%,rgba(75,124,201,0) 91%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(247,249,253,0) 3%,rgba(75,124,201,0.94) 69%,rgba(255,255,255,1) 73%,rgba(255,255,255,0.94) 84%,rgba(178,199,232,0.92) 87%,rgba(101,143,209,0) 90%,rgba(75,124,201,0) 91%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(247,249,253,0) 3%,rgba(75,124,201,0.94) 69%,rgba(255,255,255,1) 73%,rgba(255,255,255,0.94) 84%,rgba(178,199,232,0.92) 87%,rgba(101,143,209,0) 90%,rgba(75,124,201,0) 91%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#004b7cc9',GradientType=0 ); /* IE6-8 */

	}
#logo {
	position: absolute;
	left: 1%;
	margin: auto;
	width: 163px;
	height: 73px;
	z-index: 0;
	margin: auto;
}

#logoXL {
	position: absolute;
	width: 30%;
	height: 1.9em;
	margin-top: 0.2em;
	left: -1000px;
	background: url('images/logo_ngs.svg') no-repeat 0% 25%;
	background-size: contain;
	background-position: 0% 0%;
	opacity: 1;
	z-index: 10;
	-moz-transition: all 1.5s ease-out 0.5s;
}
#trait{
	position: absolute;
	width: 200%;
	left: -500%;
	height: 30%;
	top: 50%;
	overflow: visible;
	opacity: 0%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	}
#point{
	position: absolute;
	width: 15px;
	height: 15px;
	right:-30px;
	top: 65%;
	border-radius: 15px;
	background-color: rgba(240, 255, 256, 0.5);
	box-shadow: 3px 3px 10px rgba(256, 256, 256, 1), 5px 5px 10px rgba(256, 256, 256, 1);
	}
#footer {
	position: absolute;
	top: 200px;
	right: 50px;
	width: 300px;
	height: 300px;
	overflow-y: scroll;
	vertical-align: top;
	z-index: 3;
	text-align: left;
	padding: 1%;
	margin: 1%;
	background-color: rgba(16, 32, 48, 0.5);
	color: #99FF88;
}

#footer a {
	color: #9988FF;
}

.titre01 {
	color: #6e237d;
	height: 20px;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 2px #779;
	padding-top: 5px;
}

.ombre {
	box-shadow: 1px 2px 5px rgba(43, 31, 63, 0.5);
}

.fondBlanc {
	background-color: rgba(256, 256, 256, 0.75);
}

.fondCarbon {
	background-image: url('images/texturecarbon.jpg');
}

.barrebtn1 {
	position: relative;
	margin: auto;
	width: 98%;
	text-align: center;
	padding-top: 3px;
}

/*	 skin page accueil  */
.accueil {
	background-color: rgba(256, 256, 256, 1);
	background-size: 98%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/*min-height: 100%;*/
	margin: 0px 1%;
	position: relative;
	width: 98%;
}

#bandeau {
	position: relative;
	top: 0px;
	/*left: 0%; animation:*/
	left: 0%;
	opacity: 1;
	width: 100%;
	margin: auto;
	margin-left: -1%;
	height: 100%;
	line-height: 8%;
	text-align: left;
	padding-left: 2%;
	z-index: 1;

}

#logif {
	position: absolute;
	top: 1%;
	right: 1%;
	width: 9.5%; /* comme #btns a, #_saveSelect */
	min-width: 100px;
	height: 100%;
	border: none;
	overflow: hidden;
	z-index: 10;
}

#contenu {
	position: relative;
	width: 67.5%;
	min-height: 60%; 
	margin-left : auto;
	margin-right: auto;
	padding: 5% 0;
	text-align: justify;
	background-color: rgba(255, 255, 255, 1);
	overflow: hidden auto;
	text-align: justify;
	margin-left: auto;
	padding: 0;
}
#contenu img{
	width: 100%;	
}

.colGauche {
	display: inline-block;
	vertical-align: top;
	width: 65%;
	padding-right: 5px;
}

.droite {
	position: absolute;
	height: 90%;
	width: 32%;
	right: 0;
	top: 11em;
	padding-top: 10%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right 5%;
	min-height: 300px;
}
.imageDr{
	margin-top: 10%;
	}
.corps {
	position: relative;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	overflow: hidden auto;
}

h1 {
	display: inline-block;
	font-size: 2.6em;
	letter-spacing: 0.05em;
	color: rgba(75, 124, 201, 0.8);
	font-weight: normal;
	text-align: justify;
	color: rgba(75, 124, 201, 0.8);
	margin: 1em 0em;
}
h2 {
	color: rgba(75, 124, 201, 0.8);
	font-size: 2em;
}
h3 {
	width: 100%;
	color: rgba(28, 34, 53, 0.97);
	margin: 1.5% 0%;
	font-size: 1.5em;
}
p, li {
	font-size: 150%;
}
.mapCtner{
	position: relative;
	text-align: center; 
	width: 100%;
	padding-top: 10%;
}
.mapCtner img{
	width: 50%;
	height: auto;

	}
.bas {
	position: relative;
	width: 110%;
	height: 4em;
	bottom: 0px;
	margin-left: -5%;
	margin-top: 5%;
	padding-left: 0%;
	padding-right: 0%;
	background-color: rgba(28, 34, 53, 0.97);
	box-shadow: inset 0 0.2em 0.4em rgba(255, 255, 255, 1), inset 0 1em 1em
		rgba(30, 145, 255, 1);
	z-index: 0;
	text-align: center;
	font-size: 1.6em;
	font-weight: 400;
	font-style: italic; 
}

.bas li {
	display: inline-block;
	position: relative;
	top: -0.5em;
	width: 1.1em;
	height: 1.1em;
	border-radius: 100%;
	box-shadow: 0 5px 15px #fff;
	background-color: #fff;
	margin-left: 6%;
	margin-right: 6%;
}

.bas li div {
	position: absolute;
	width: 100%;
	top: 1.6em;
	left: -1.4em;
	text-align: center;
	
	color: rgba(30, 145, 255, 1);
}

#btns {
	position: absolute;
	z-index: 10;
	left: 15%;
	bottom: 3%;
	width: 70%;
	height: auto;
	
	font-size: 0.3em;
	text-align: center;
}

#btns a, #_saveSelect {
	font-size: 90%;
	width: 13.5%;
	min-width: 70px;
	display: inline-block;
	height: 18%;
	line-height: 2.2em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: rgba(28, 34, 53, 0.9);
	box-shadow: inset 0 6px 10px rgba(30, 145, 255, 1), 0 3px 4px rgba(35, 58, 108, 1);
	color: rgba(30, 145, 255, 1);
	margin: 0px;
	z-index: 5;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;

}

#btns a:hover, #_saveSelect:hover {
	box-shadow: inset 0 2px 5px rgba(30, 145, 255, 1), 0 3px 4px
		rgba(35, 58, 108, 1);
	background-color: rgba(30, 145, 255, 0.2);
	/*color: rgba(206, 206, 206, 1);*/
}

	
	
#grille {
	position: absolute;
	right: 17%;
	top: 0;
	height: 100%;
	z-index: 10;
	width: 100%;
	text-align: right;

	
}
#grille span{
	display: inline-block;
	bottom: 15%;
	right: 0;
	height: 30%;
	width: auto;
 	padding-top: 1.5em;
 	
 	font-size: 90%;
	font-style: italic;
	font-weight: 100;
	text-align: right;
	color: rgba(30, 145, 255, 1);
	overflow: auto;

	background-image: url('images/grille.png');
	}
	
