* {margin: 0; padding: 0; outline: 0; border: 0;}

.viewSite {
	width:197px;
	height: 33px;
	display: block;
	padding:15px;
	background: url(../images/go.png) top left no-repeat;
	text-decoration: none;
	color: #3d3d3d;
	font-size: 25px;
	/*right:0px;*/
	bottom:0px;
	position:absolute;
}

.slink{
font-family: 'Open Sans', sans-serif;
/*color: #FFFFFF;*/
color : inherit;
text-decoration:none;
outline:none;
}

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #999;
	font-size: 12px;
	background:#bfbfbf;

	
}


h1, h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin:0 0 15px 0;
}


h1 {
	font-size: 36px;
	letter-spacing: -2px;
	line-height: 100%;
}

h1.title {
	font-size: 46px;
	font-weight: 700;
	color: #6a6a6a;


}


h2 {
	font-size: 24px;
}

p {
	margin: 0 0 15px 0;
}

.menuBtn {

	background: center center no-repeat transparent;
	background: #000;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;

}
.active {
	background: #3B5323;
}
.clear {
	clear: both;
}
.wrap {
		/*background:url(../images/bg.png) top left repeat-x;*/
		width: 100%;
		max-width: 1140px;
		min-width: 596px;
		z-index: 10;
		position: relative;
		margin: 0 auto;
		padding: 0;

}



.section {
	width: 100%;
	max-width: 1140px;
	min-width: 596px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
}


.inner {
	/*width: 960px; OLO*/
	width: 90%;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding:30px 0;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding:30px 0;
}

.content {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.content_small {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.col-1-1 {
	width: 100%;
	float: left;
}

.col-1-3 {
	width: 33.33333%;
	float: left;
}

.col-2-3 {
	width: 66.66666%;
	float: left;
}


.col-1-2 {
	width: 50%;
	float: left;
}

.col-1-2 .content {
	padding:0 30px 0 0;
}

/* This is the selector i used for my menu, it needs to be set as position:absolute; */
.subMenu {
	position: absolute;
	top: 470px;
	/*top: 570px;*/
	height: 50px;
	z-index: 1000;
	width: 100%;
	max-width: 1140px;
	min-width: 596px;
	background: #aabd46;

}

.subMenu .inner {
	padding:0;
	font-weight: 400;
}





.subNavBtn {
	display: block;
	height: 35px;
	width: 12%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 14px;
	padding: 15px 2% 0 2%;
	text-align: center;
	color: #fff;
}

.subNavBtn2Lines {
	display: block;
	height: 45px;
	width: 12%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 14px;
	padding: 5px 2% 0 2%;
	text-align: center;
	color: #fff;
}

.end {
	margin: 0;
}


/* SECTIONS */
.sTop {
	min-height: 500px;
	background:#e5e5e5;
	color:#3d3d3d;
	
}



.s1 {
	min-height: 500px;
	background: #2e2e2e url(../images/arrow.png) no-repeat;
	/*background: #FFFFFF;*/
	background-position: right 0px;
}


.s2 {
	min-height: 500px;
/*	background: #3f3f3f url(../images/GTE_TwitterLogo-2.png) no-repeat right bottom;*/
	background: #666666 url(../images/revame-feuillecircuit.png) no-repeat right bottom;
	color: #C8DB5B;
}


.s3 {
	min-height: 500px;
	/*background: #504f4f url(../images/code-2.png) no-repeat;*/
	background: #BEAC83 url(../images/code-2.png) no-repeat;
	/*background-position: right 30px bottom 30px;*/
	background-position: right bottom;
/*	color:#AABD46;*/
	color:#333333;
}


.s4 {
	min-height: 500px;
	/*background: #6e87a1;*/
	background: #6F88A3;
	background-image: url(../images/screen-right.png);
	background-repeat:no-repeat;
	background-position: right bottom;
	color: white;
}

.s5 {
	min-height: 500px;
	background: #293b4d;
	color: white;
}


