@charset "utf-8";
/* CSS Document */

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

hr {
  border-color: #ccc;
  border-style: dashed;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 17px;
}


/*--------------------------Général--------------------------*/
body{
	width: 1000px;
	margin: auto;
	background-image: url("http://www.systemetec.com/images/tile.png");
}

html, body {
    height: 100%;
}
img{
	border: 0px;
}


/*--------------------------Header--------------------------*/
#logo{
	float:left;
	width:250px;
	height: 280px;
}

#imageHeader{
	float:left;
	width:750px;
	height: 280px;
}


/*--------------------------Content--------------------------*/

#page
{
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom:-66px;
    background-image: url("http://www.systemetec.com/images/bg.png");
	background-repeat: repeat-y;
}


#content{
	overflow: hidden;
	clear: both;
	background-image: url("http://www.systemetec.com/images/bg.png");
	background-repeat: repeat-y;
}

#leftMenu{
	float:left;
	width:250px;
}

#menu{
	width: 170px;
	margin: auto;
	padding: 15px 0px 15px 0px;
}

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

#menu a:hover{
    color: #ACACAC;
    padding-left: 10px;
}

.element_leftMenu{
	width: 170px;
	height: 18px;
	margin: 20px 0px 20px 0px;
}

.barre{
	width: 170px;
	height: 1px;
	background-image: url("http://www.systemetec.com/images/barre.png");
	background-repeat: no-repeat;
}

.leftMenu_titre{
	float:left;
	width: 160px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 18px;
}

.selected{
	color: #eb9d39;
}

.leftMenu_image{
	background-image: url("http://www.systemetec.com/images/fleche.png");
	background-position: center;
	float:left;
	width: 10px;
	height: 18px;
}

.leftMenu_imageActive{
	background-image: url("http://www.systemetec.com/images/flecheActive.png");
	background-position: center;
	float:left;
	width: 10px;
	height: 18px;
}

#mainContent{
	float:left;
	width:750px;
}

#topMenu{
	width: 750px;
	height: 120px;
	margin-bottom: 20px;
}

.element_topMenu{
	float: left;
	width: 247px;
	margin-left: 2px;
}

h1{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin: 0px 0px 20px 30px;
	color: #FFF;
}

.orange{
	color: #da6717;
}

.paragraphe{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin: 0px 30px 20px 30px;
	text-align: justify;
}

.likeP {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin: 0px 30px 20px 30px;
	text-align: justify;
}

.applyToAnything {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin: 0px 30px 20px 30px;
}	

table {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin: 0px 30px 20px 30px;	
}

input.xText, textarea.xText, input.xButton {
	border: 1px solid #CFCFCF;
	padding: 4px;
	font-size: 11pt;
	font-family: Tahoma, Geneva, sans-serif;
	width: 225px;
	background-image: url('http://www.systemetec.com/images/formbg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	font-weight: bold;
}

textarea.xText {
	width: 450px;
	font-weight: normal;
	font-size: 11pt;
	font-family: Tahoma, Geneva, sans-serif;
	width: 450px;
}

input.xButton {
	background-image: url('http://www.systemetec.com/images/buttonbg.jpg');
	background-repeat: repeat-x;
	height: 38px;
	width: 235px;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	color: #999;
}

input.xButton:hover {
	color: #333;
}

.imageTexte{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.imageTexteMain{
	margin-left: 30px;
}

#imgMain{
	float:left;
}

#texteMain{
	float:left;
}

.beige{
	color: #c7bca5;
}

/*--------------------------Footer--------------------------*/
#footer{
	padding: 20px 0px 20px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #636363;
	text-align: center;
	font-size: 10px;
	
	background-image: url('http://www.systemetec.com/images/footerbg.png');
	background-repeat: repeat;
    
    width:1000px;
    height:25px;
    position:relative;
   	bottom:0;
}

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

#footer a:hover{
	color: #898989;
}

/* LIGHTBOX */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* ACCORDION */
.accTitle {
	font-size: 18pt;
	color: #FFFFFF;	
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}

.accText {
	font-size: 12pt;
	color: #FFFFFF;	
	font-family: Tahoma, Geneva, sans-serif;
}

.accordion, .accordion *{
	margin:0;
	padding:0;
	list-style-type: none;
}
.one{
	background-image: url('http://www.systemetec.com/images/srv/usinage.png');
	background-repeat: no-repeat;
}
.two{
	background-image: url('http://www.systemetec.com/images/srv/chimique.png');
	background-repeat: no-repeat;
}
.three{
	background-image: url('http://www.systemetec.com/images/srv/mecanique.png');
	background-repeat: no-repeat;
}
.accordion li{
	cursor:pointer;
}
.accordion .active_click{
	cursor:default;
}
