body{
	background-color: #242220;
	font-family: 'Share Tech', sans-serif;
	font-size: 1.05em;
	/*color: #99C9EF;*/
	color: #D0D0D0;
	max-width: 1080px;
	margin: auto;
	font-size: 0.95em;
}

/* Menu */
header {
	margin-top: 6px;
}
div#header {
	color: #848280;
}
header strong,h1 {
	font-weight: normal;
	font-size: 0.8em;
}
header h1{
	display: inline;
}
ul#navlist {
	padding: 0;
	margin: 0;
	margin-top: 10px;
	list-style-type: none;
	float: left;
	width: 100%;
	color: #fff;
	background-color: #0B4572;
}
ul#navlist li { 
	display: inline;
}
ul#navlist li a {
	float: left;
	width: 150px;
	margin: 0;
	color: #79A9CF;
	padding: 0.5em 1em;
	text-decoration: none;
	font-size: 1.25em;
	background-color: #0B4572;
	border-right: 1px solid #79A9CF;
}
ul#navlist li a:hover{
	background-color: #306FA0;
	color: #fff;
}
ul#navlist li a#navsel {
	background-color: #306FA0;
	color: #fff;
}
ul#navlist li#btncontact {
	float: right;
}
ul#navlist li#btncontact a {
	/*color: #242220;
	background-color: #F9A93E;*/
	text-align : right;
	padding: 0;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #F9A93E;
	border-right: 0;
	border-left: 1px solid #79A9CF;
}
ul#navlist li#btncontact a:hover {
	color: #242220;
	background-color: #FFCE8D;
}

/* Slideshow */
.slideshow {
   width: 1080;
   height: 500px;
   overflow: hidden;
   border: 0;
}
.slideshow ul {
    /* 3 images donc 4 x 100% */
   width: 400%;
   height: 500px;
   padding:0; margin:0;
   list-style: none;
}
.slideshow li {
   float: left;
}
.slideshow .slides {
	width: 1080px; 
	height: 500px;
}
.slideshow .slides  h2{
	font-size : 2.8em;
}

/* Corps de page */
main {
	clear: left;
	padding-top: 6px;
	/*background-color: #363330;*/
}
div {
}
h1{
	text-align: center;
}
section,p {
	text-align: justify;
}
/* Fil d'Ariane */
.ariane {
	margin-top: 10px;
}
.ariane a {
	color: #79A9CF;
	font-size: 0.8em;
	text-decoration: none;
}
.ariane a:hover{
	color: #99C9EF;
}
/* Contenu */
.contenu {
	margin-bottom: 40px;
	background-color: #2C2A28;
	padding-bottom: 20px;
}
.contenu h2 {
	color: #E8B20F;
	margin-bottom: 100px;
	font-weight: normal;
	text-shadow: 0px 0px 8px #EEBB16, 1px -1px 3px #000;
	/*text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9);*/
		text-transform: uppercase;
		transform: translate(-5px, -140%) skew(10deg) rotate(-10deg);
		text-rendering: optimizeLegibility;
		font-weight: 900;
		/*text-shadow: 1px 4px 6px #e6e2df, 0 0 0 #66303a, 1px 4px 6px #e6e2df ;*/
		white-space: nowrap;
}
.contenu h3 {
	margin-left: 15px;
	margin-top: 40px;
	padding-top: 10px;
	color: #FEFEFE;
	font-weight: bold;
	font-size: 1.4em;
}
.contenu p {
	margin-left: 20px;
	margin-right: 20px;
	font-family: 'Montserrat', sans-serif;
}
.contenu ul li {
	margin-left: 40px;
	font-family: 'Montserrat', sans-serif;
}
.contenu strong {
	font-weight: normal;
	color: #EEEEEE;
}
.souscont {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #FFE28D;
	border-bottom: 1px solid #FFE28D;
}
.conclu {
	background: #FDE08B;
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top : 12px;
	padding-bottom: 12px;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}

/* Formulaire de contact */
form {
	text-align: center;
}
form div {
	margin-top: 1em;
}
label {
	display: inline-block;
	width: 90px;
	text-align: right;
}
input, textarea {
	width: 400px;
	box-sizing: border-box;
	border: 1px solid #999;
}
textarea {
	vertical-align: top;
	height: 6em;
	margin-left: 4px;
}
button {
	margin-left: 4px;
}
#dvinfo {
	display: none;
}
