@CHARSET "UTF-8";

body
{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;	
	background-color:#000;
	font-family: "Verdana";
}

#header
{
	position:relative;
	z-index:20;
	width:100%;	
	max-width:1900px;
	overflow:hidden;
	background-color:#000;
}

a img
{
	border:none;
}

.blackBackground
{
	position:absolute;	
	height:100%;
	width:100%;
	z-index:0;
	
	background-color:#000;
    min-width: 780px;
    min-height: 650px;	
}

.semi-transparent
{
	opacity:0.5;
	-moz-opacity:0.5;
	-webkit-opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#headerBar
{
	position:relative;		
	z-index:100;
    white-space: nowrap;
    overflow: hidden;
    min-width: 1350px;
}

#headerBar img, #logo img
{
	max-width:100%;
	max-height:100%;	
}

#navBar
{
	position:relative;
	z-index:150;
	top: 0px;
	width:100%;
	max-width:1200px;
	border-width:medium;
	border-style:solid;
	border-color:#3d3d3d;
	
	margin:auto;
	
	height: 69px;
	background-color:#f05423;
	
	border-radius:1em;
	-moz-border-radius:1em;
	-webkit-border-radius::1em;		
}

#headerImages
{
	background-color:#000;
	position: relative;
    z-index: 15;
}

#headerImages_container
{
	position:relative;
	z-index:60;
	margin:auto;
	
	border-top-left-radius:1em;
	border-top-right-radius:1em;
	-moz-border-radius-topleft:1em;
	-moz-border-radius-topright:1em;
	-webkit-border-top-left-radius::1em;
	-webkit-border-top-right-radius::1em;
}

.dropdown-menu
{
	position:absolute;
	top:100%;
	left:0px;
	z-index:500;
	display:none;
	
	background-color:rgba(210, 255, 200, 0.9);
	list-style:none;
	text-align:left;
	
	padding: 5px 0px;
	min-width: 160px;
	width:auto;
	
	border-bottom-left-radius:1em;
	border-bottom-right-radius:1em;
	-moz-border-radius-bottomleft:1em;
	-moz-border-radius-bottomright:1em;
	-webkit-border-bottom-left-radius::1em;
	-webkit-border-bottom-right-radius::1em;
}

.full-dropdown-menu
{
	left:-650px;
	width:800px;
	min-height:200px;
	height:100%;
	background-color:rgba(255, 255, 200, 0.9);
}

.full-dropdown-menu ul
{
	list-style:none;
	padding:5px;
}

.menuSection
{
	border-left:1px solid #060;
	box-sizing: border-box;
	height:100%;
}

.menuSection>div
{
	height:100%;
}

.menuSection:first-child
{
	border-left:0;
}

@media (min-width: 700px) 
{
	#navButtons
	{
		width:700px;
	}

	.full-dropdown-menu
	{
		width:500px;
	}
}

@media (min-width: 1000px) 
{
	#navButtons
	{
		width:1000px;
	}

	.full-dropdown-menu
	{
		width:800px;
	}
}

@media (min-width: 1200px) 
{
	#navButtons
	{
		width:1100px;
	}
}

#navButtons
{
	margin:auto;
}

#navBar a
{
	font-weight:bold;
	text-decoration:none;
	font-size:1.4em;
	
	margin-left:10px;
	margin-right:10px;
}

.navbar-nav
{
	list-style:none;
	float:left;
}

.navbar-nav>li
{
	display:block;
	border-left: 1px solid; 
	border-color:#333;
	height:30px;
	margin-top:5px;
	margin-bottom:-10px;
	padding-top:5px;
}

.navbar-nav>li
{
	position:relative;
	float:left;	
}

.open>.dropdown-menu
{
	display:block;
	float:none;
}

.navbar-nav>li:first-child
{
	border-style:none;
}

.coloredButton
{
	color:#FCFF00;
}

.loginButton
{
	vertical-align:top;
	margin-left:10px;
	margin-top:-5px;
}

.whiteButton
{
	position:relative;
	color:#FFF;	
	height:50px;
}

#promoBar
{
	position:relative;
	height:65px;
	width:100%;
	color:#FFF;
	display:flex;
	
	background-image:url(images/wood.jpg);
	background-repeat:repeat-x;
	
	font-weight:bold;
	font-size:1.5em;
}

.promoItem
{
	width:33%;
	text-align:center;
	margin:auto;
}

#logo
{
	margin-top:35px;
	float:left;
}

#headerCenterPart
{	
	margin-left:-105px;
	float:left;
}

#headerCenterPart2
{	
	margin-left:-305px;
	float:right;
}

#headerRightPart
{	
	margin-left:-325px;
	float:right;
}

@media (max-width: 1450px) 
{	
	#headerRightPart, #headerCenterPart
	{
		display:inline-block;
	}
	
	#headerCenterPart2
	{
		display:none;	
	}
	
	#headerRightPart
	{
		margin-left:-335px;
		float:none;
	}
	
	#headerText
	{
		margin-left:-381px;
	}
}

.center
{
	text-align:center;
}

.clearBoth
{
	clear:both;
}

.page
{
	position:relative;
	z-index:40;
	height:100%;
	width:100%;	
	background-color:#000;
	margin-bottom:100px;
}

.dropdown-menu>li>a 
{
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.4em;
	color: #000;
	white-space: nowrap;	
	border-bottom: 1px solid; 
	border-color:#178C0F;
}

.dropdown-menu>li:last-child>a
{
	border-style:none;
}

.content
{
	position: relative;
	background-color: #FFF;
	min-height:100%;
	width: 60%;
	margin: auto;
	min-width: 875px;
	z-index: 50;
	padding:15px 30px 15px 30px;	
	text-align:justify;
	border-left-style:solid;
	border-right-style:solid;
	border-width:thin;
	border-color:#333;
	font-size:1.2em;
}

.shadow
{
	-webkit-box-shadow: 0 20px 60px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 20px 60px rgba(0,0,0,0.6);
	box-shadow: 0 20px 60px rgba(0,0,0,0.6);	
}

.alignRight
{
	float:right;	
}

#footer 
{
	background: #1D3144;
	color:#FFF;
	
	padding-top: 30px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	height: 100px;
	width:100%;
	-webkit-transform: translateZ(0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #000;
}

.footerMicTech
{
	padding-top:10px; 
	margin-bottom:-10px;
}

#footer a
{
	text-decoration: none;
	color:#FFF;
}

#mainButtons
{
	width: 780px;
    height: 650px;
	z-index:20;
}

.centerAll
{
    position: absolute;

    top:0px;
    bottom: 0px;
    left: 0px;
    right: 0px;

    margin: auto;
}
	
#formulaire 
{
	position: relative;
	margin:auto;
	border-width: thin;
	border-style: ridge;
	border-color: #000;
	width: 500px;
	background-color: #CCC;
	text-align: center;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

#passwordLinks
{
	padding:15px;
}

.floatLeft
{
	float:left;
}

.floatRight
{
	float:right;
}

.texteErreur 
{
	color: #F00;
	font-weight: bold;
	text-align: center;
	margin-top:10px;
}

.texteSucces 
{
	color: #090;
	font-weight: bold;
	text-align: center;
	margin-top:10px;
}

form label
{
	display:block;
	font-weight:bold;
	margin-bottom:5px;
}

form input[type="checkbox"] + label
{
	display:inline;
	font-weight:normal;
}

.texte
{
	width:45%; padding-right:10px;
}

.imageTexte
{
	width:50%;
}

.imageTexte > img
{
	max-width:100%;
}

.link
{
	text-decoration: underline;
	color:blue;
	cursor: pointer;
}

.photo
{
	display:inline-block;
	margin:5px;
}

.photo a
{
	text-decoration:none;	
}