@charset "UTF-8";

* {padding: 0; margin: 0;} 

body {width:100%; background-color: #F5F5F5; overflow-x:hidden;}

/*---Colors---*/
/* 
Yellow: #EAD847 
Blue: #3F586E
Gray: #F5F5F5
Medium Gray: #E2E2E2
Dark Gray: #404040

/*-------------------------Form------------------------*/	

.dlform	{
	z-index: 10;
	display: block;
	text-align: center;
	position:fixed;
	top:45%;
	right:0;
	height: 26px;
	width: 180px;
	margin: 15px 0 0 50px; 
	padding: 4px 0 1px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10.5px;
	font-weight: 600;
	color: #565656;
	background-color: #EAD847;
	text-decoration: none;
	cursor: pointer;
}

.dlform a{
	z-index: 11;
	top:45%;
	display: block;
	text-align: center;
	position:fixed;
	right:0;
	width: 180px;
	margin: 15px 0 0 50px; 
	padding: 4px 0 1px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10.5px;
	font-weight: 600;
	color: #565656;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
}

.dlform a:hover{
   -moz-box-shadow: inset 3px 3px 4px rgba(157,114,38,.4);
   -webkit-box-shadow: inset 3px 3px 4px rgba(157,114,38,.4);
   box-shadow: inset 3px 3px 4px rgba(157,114,38,.24);
	
}

/*-------------------------Typography------------------------*/	


.imagehover ::selection {
        background: #3F586E;
        color: #F5F5F5;
        }
.imagehover ::-moz-selection {
        background: #3F586E;
        color: #F5F5F5;
}



#maphover ::selection {
        background: #3F586E;
        color: #F5F5F5;
        }
#maphover ::-moz-selection {
        background: #3F586E;
        color: #F5F5F5;
}

::selection {
        background: #EAD847; /* Safari */
        }
::-moz-selection {
        background: #EAD847; /* Firefox */
}



p {
	margin-top: 15px;
	width: 600px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #404040;
	text-shadow: 2px 2px 0 #fff;
	text-decoration: none;
}

p a {
	color: #404040;
	text-decoration: none;
}

p a:hover {
	margin-left: 3px;
}

ul.emploi {
	margin: 15px 0 0 17px;
	width: 600px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #404040;
	text-shadow: 2px 2px 0 #fff;
	text-decoration: none;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 60px;
	line-height: 60px;
	color: #404040;
	text-shadow: 2px 2px 0 #fff;
}

h1 br {
	display: inline-block;
}

h2{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 30px;
	font-style: normal;
	line-height: 34px;
	color: #404040;
	margin-top: 15px;
	text-shadow: 2px 2px 0 #fff;
}



h3 {}


hr {
	width:775px;
}

hr.gray{
	margin-top: 15px;
	height: 2px;
	color: #E2E2E2;
	background-color: #E2E2E2;
	border: none;

}
hr.white{
	height: 2px;
	color: white;
	background-color: white;
	border: none;
}

hr.masquegray{
	z-index: 1;
	position: fixed;
	top: 125px;
	left: 368px;
	height: 2px;
	color: #E2E2E2;
	background-color: #E2E2E2;
	border: none;

}
hr.masquewhite{
	z-index: 1;
	position: fixed;
	top: 127px;
	left: 368px;
	height: 2px;
	color: white;
	background-color: white;
	border: none;
}



h4 a{
	display: block;
	text-align: center;

	top:230px;
	width: 213px;
	margin: 15px 0 0 50px; 
	padding: 4px 0 1px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10.5px;
	color: #565656;
	position:relative;
	background-color: #EAD847;
	text-decoration: none;
	cursor: pointer
}



ul.navigation{
	list-style-type: none;
}


nav a{
	display: block;
	text-align: center;
	position:relative;
	top:230px;
	width: 213px;
	margin: 15px 0 0 50px; 
	padding: 4px 0 1px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10.5px;
	font-weight: 600;
	color: #565656;
	background-color: #EAD847;
	text-decoration: none;
	cursor: pointer;
}

nav a:hover{
   -moz-box-shadow: inset 3px 3px 4px rgba(157,114,38,.4);
   -webkit-box-shadow: inset 3px 3px 4px rgba(157,114,38,.4);
   box-shadow: inset 3px 3px 4px rgba(157,114,38,.24);
   text-indent: 5px;
}

nav a.selected {
	display: block;
	text-align: center;
	position:relative;
	top:230px;
	width: 213px;
	margin: 15px 0 0 50px; 
	padding: 4px 0 1px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10.5px;
	font-weight: 600;
	color: white;
	background-color: #3F586E;
	text-decoration: none;
	cursor: default; 
}

nav a.selected:hover{
   -moz-box-shadow: inset 0px 0px 0px rgba(157,114,38,.4);
   -webkit-box-shadow: inset 0px 0px 0px rgba(157,114,38,.4);
   box-shadow: inset 0px 0px 0px rgba(157,114,38,.24);
   text-indent: 0px;

}


h6 {
	position: fixed;
	top: 96%;
	left: 375px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: 100;
	font-style: normal;
	line-height: 16px;
	color: #404040;
	text-shadow: 2px 2px 0 #fff;
}


/*---------- Circle navigation -------------*/

#up{
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	background: #EAD847;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	cursor: pointer;
	background-image: url(images/up.png);
	background-repeat: no-repeat;
	background-position: center center; 
	position: fixed;
	top: 75px;
	left: 375px;
}

#up:hover{
	background-position: 12px 14px;
 	-moz-box-shadow: inset 6px 6px 4px rgba(157,114,38,.4);
   	-webkit-box-shadow: inset 6px 6px 4px rgba(157,114,38,.4);
   	box-shadow: inset 6px 6px 4px rgba(157,114,38,.24);
   }


#up.upinactive{
	background: #E2E2E2;
	background-image: url(images/up.png);
	background-repeat: no-repeat;
	background-position: center center; 
	position: fixed;
	top: 75px;
	left: 375px;
}

#up.upinactive:hover{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#down{
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	background: #EAD847;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	cursor: pointer;
	background-image: url(images/down.png);
	background-repeat: no-repeat;
	background-position: center center; 
	position: fixed;
	top: 75px;
	left: 420px;
}

#down:hover{
	background-position: 12px 14px;
 	-moz-box-shadow: inset 6px 6px 4px rgba(157,114,38,.4);
   	-webkit-box-shadow: inset 6px 6px 4px rgba(157,114,38,.4);
   	box-shadow: inset 6px 6px 4px rgba(157,114,38,.24);
  }
  
#down.downinactive{
	background: #E2E2E2;
	background-image: url(images/down.png);
	background-repeat: no-repeat;
	background-position: center center; 
	position: fixed;
	top: 75px;
	left: 420px;
	}

#down.downinactive:hover{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}








	
/*-------------------------Divs------------------------*/	

#navwrap {
	z-index: 2;
	position: fixed;
	height: 100%;
	width: 315px;
	border-right: 2px solid white;

}

nav {
	z-index: 2;
	position: fixed;
	text-align: center;
	height: 100%;
	width: 313px;
	background-color: #F5F5F5;
	border-right: 2px solid #D8D8D8;
	}

#logo{
	z-index: 2;
	margin: 75px 50px 0 50px;
	text-indent:-2000%;
	position:fixed;
	height:123px;
	width:213px;
	background-image:url(images/elc_logo.png);
	}

.panel{
	margin: 145px 0 0 52px;

}

#wrap{
	margin-left: 315px;
	height: 100%;
	position: absolute;
	}

#content{
	margin: 0 0 0 53px;
	width:775px;
	}
	
#masque{
	z-index: 1;
	position: fixed;
	width: 100%;
	height: 125px;
	background-color: #F5F5F5;
}
	

#spacer {
	height: 50px;
}





#apropos{
	padding-top: 142px;
	z-index: -2;
	width: 100%;
	height: 900px;
}
#services{
	padding-top: 142px;
	z-index: -2;
	height: 1150px;
	width: 100%;
}
#carriere{
	padding-top: 142px;
	z-index: -2;
	height: 900px;
	width: 100%;
}
#contact{
	padding-top: 142px;
	z-index: -2;
	height: 900px;
	width: 100%;
}



#mapwrap {
	margin-right: 20px;
	top:20px;
	width: 300px;
	height: 300px;
	position: relative;
	overflow: hidden;
	float: left;
}

#mapwrap.a{}

#maphover {
	position: absolute;
	width: 300px;
	height: 300px;
	background-color: #EAD847;
	font-size: 20px;
	font-weight: 600;
	
}

#maphovera {
	position: relative;
	top: 15px;
	left: 15px;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #404040;
	line-height: 15px;
}

#maphovera:hover {
	color: #F5F5F5;
}

#map {
}

#imagegallery {
	margin-left: -30px;
}

.image {
	position: relative;
	overflow: hidden;
	float: left;
	margin: 30px 0 0 30px;
	width:237px;
	height:150px;
	background-color: gray;
}

.imagehover {
	position: absolute;
	top: 150px;
	padding: 10px 0 0 10px;
	width:237px;
	height:150px;
	background-color: #EAD847;
}



.image h1 {
	position: relative;
	font-size: 12px;
	text-shadow: none;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
	width: 217px;
}

.image p {
	font-size: 13px;
	margin-top: 5px;
	text-shadow:none;
	width: 227px;
}


