body{
  margin: 0px;
  padding: 0px;
  background: url('../mags/pcb_grn_bg.png') repeat scroll 0% 0% #909EAB;
  background-size:100%;
  font-family: Helvetica,sans-serif;
  font-size: 16px;
}
.not_import{
  border: 1px solid red;
  background: #EFD6CF;
  width: 70%;
  margin: 10px auto;
  border-radius: 10px;
  padding: 10px;
  overflow:auto;
}

.notic{
  border: 1px solid #5D6F57;
  background: #7DA271;
  width: 70%;
  margin: 10px auto;
  border-radius: 10px;
  padding: 10px;

}

/*******************/

.larg_txt{
  font-weight: bold;
  font-size: 20px;
}
.not_import ul{
  padding: 0px;
  margin-top: -23px;
}
.not_import ul li {
  display:block;
  float:left;
  padding:5px;
}

.not_import ul li div {
  display:none;
}

.not_import ul li div:target {
  display:block;
}
.not_import a{
  text-decoration: none;
  font-size: 18px;
  color: #FFF;
  border: 1px solid #E64D4D;
  padding: 5px;
  border-radius: 5px;
  background: #A55757;
}
.but_warn{
  border:1px solid;
  width:100px;
}
.lin{
  background: #FFF1F1;
  color: #2E6B83;
  font-weight: bold;
}
/********************/

#all_content {
  width: 70em;
  margin: 0px auto;
}
#content{
  float:left;
}
#lcd_displ_holder{
  float: left;
  z-index: 15;
  margin: -368px 0px 0px 114px;
  width: 317px;
  height: 64px;
}
.lcd_displ_fonts{
  font-size: 28px;
  text-align: center;
}
#circuit_container{
  float: left;
  background: rgba(255, 255, 255, 1);
  width: 100%;
  height: 26em;
  border-radius: 10px;
}
#circuit_holder{
  float: left;
  background: rgba(255, 255, 255, 1) url("../mags/lcd_displ_.png") no-repeat scroll 42% 0%;
  width: 100%;
  height: 24em;
  border-radius: 10px;
  }
#lang_switchs{
  float: left;
  width: 60px;
  height: 60px;
  margin: -325px 0px 0px 930px;
  z-index: 18;

  border:2px solid red;
  border-radius:5px;
}
.lang_sw_fr{
  background: rgba(255, 255, 255, 0) url("../mags/fr_sw.png") no-repeat scroll 95% 49%;
}
.lang_sw_en{
  background: rgba(255, 255, 255, 0) url('../mags/en_sw.png') no-repeat scroll 95% 49%;
}
.lang_sw_fi{
  background: rgba(255, 255, 255, 0) url('../mags/fi_sw.png') no-repeat scroll 95% 49%;
}
.lang_switchs_styl{
  height:20px;
}
.lang_switchs_styl a{
  height:23px;
  display:block;
}
.lang_switchs_styl a:hover{
  background: -moz-linear-gradient(top,  rgba(98,181,43,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,181,43,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(98,181,43,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(98,181,43,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(98,181,43,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(98,181,43,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a662b52b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}
#lang_led{
  float: left;
  width: 25px;
  height: 66px;
  z-index: 19;
  margin: -253px 0 0 893px;
  /*background: transparent url("../mags/fr.png") no-repeat scroll 0% 0%;*/
}
#menu {
  float: left;
  width: 74%;
  margin: -107px 0px 13px 135px;
  border-radius: 5px;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(159,159,159,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(159,159,159,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(159,159,159,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(159,159,159,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(159,159,159,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(159,159,159,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9f9f9f',GradientType=0 ); /* IE6-9 */
  z-index: 11;
}
#menu_holder {
    padding: 1px 21px;
    width: 51em;
    float: left;
    text-align: center;
    z-index: 12;
}
.menu_buttons{
  float: left;
  height:3em;
  margin:5px;
  background-size:160px 160px;
  /*border-radius: 5px;*/
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(159,159,159,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(159,159,159,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(159,159,159,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(159,159,159,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(159,159,159,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(159,159,159,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9f9f9f',GradientType=0 ); /* IE6-9 */
  z-index:13;
}
.menu_buttons a{
  display:block;
  width:11em;
  height:3em;
  text-decoration:none;
}
.menu_buttons_icon a{
  display:block;
  height:3em;
  text-decoration:none;
}
.menu_buttons a .menu_button_txt{
  font-size:18px;
  color: rgba(96, 96, 96, 1);
  text-align:center;
  padding-top:.6em;
}
.shadow_high{
  box-shadow: 20px 20px 10px rgba(122, 100, 100, 1);
}
.shadow_low{
  box-shadow: 6px 8px 4px #888;
}

#home_bg {
  background-image: url('../mags/home.jpg');
  background-repeat: no-repeat;
  width:3em;
}
.callout {
  z-index:20;
  position:absolute;
  top:16px;
  border:0;
  left:0px;
}
.tooltip {
  outline:none;
}
.tooltip_big span {
  margin-top:1em;
  margin-left:-80px;
  padding:6px 12px;
  width:240px;
}
.tooltip_big_home span {
  margin-top:3.2em;
  margin-left:-80px;
  padding:6px 12px;
  width:240px;
}
.tooltip strong {
  line-height:30px;
}
.tooltip:hover {
  text-decoration:none;
}
.tooltip span {
  z-index:10;
  display:none;
  line-height:16px;
  box-shadow: 5px 5px 1px #888;
}
.tooltip:hover span{
  display:inline;
  position:absolute;
  color:#111;
  border:1px solid #DCA;
  background:#fffAF0;
}
#home_notice{
  width: 94%;
  border: 2px solid #DBD8D8;
  margin: 19px;
  padding: 10px;
  float: left;
}
#home_screen{
  margin: 5px 0;
  padding: 10px 0;
  float: left;
  width: 70em;
  background: none repeat scroll 0% 0% #F2F2F2;
  border-radius:5px;
}
#clps_dsply{
  width: 65%;
  padding: 9px 0 0 15px;
  float: left;
}
#clps_dsply img{
  width:98%
}
.descrpt{
  margin: 0px 19px 20px 15px;
  padding: 43px 45px;
  float: left;
  background: #ebf1f6; /* Old browsers */
  background: -moz-linear-gradient(top,  #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-9 */
  border-radius: 9px;
}
#updates_right{
  float: left;
  width: 32%;
}
.updt_divs{
  border: 2px solid #ccc;
  border-radius: 5px 5px 0 0;
  float: left;
  margin:5px;
}
#updates_titl{
  float:left;
  width: 100%;
  height:2em;
  color: rgb(96, 96, 96);
  font-size: 18px;
  text-align: center;
  padding-top: 0.6em;
  background-size:160px 160px;
  /*border-radius: 5px;*/
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(159,159,159,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(159,159,159,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(159,159,159,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(159,159,159,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(159,159,159,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(159,159,159,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9f9f9f',GradientType=0 ); /* IE6-9 */
}
.updt_date{
  float: left;
  width: 97%;
  color: #FFF;
  background: #9ABCC2;
  padding-left: 10px;
}
.updt_text{
  float: left;
  width: 94%;
  padding: 10px;
}
.title_{
  font-size: 20PX;
  color: #606060;
  text-align: center;
  font-weight: bold;
  margin: 20px 0;
}
.parag{
  font-size: 17px;
  font-weight: bold;
  color: #606060;
}
#folders_hobbies{
  float: left;
  width: 95%;
  padding: 10px 0 10px 45px;
  margin: 10px;
}
.folders{
  float: left;
  width: 40%;
  height:110px;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(159,159,159,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(159,159,159,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(159,159,159,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(159,159,159,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(159,159,159,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(159,159,159,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9f9f9f',GradientType=0 ); /* IE6-9 */

  /*border-radius: 10px;*/
  margin: 10px;
  padding: 5px;
}
.folders a{
  text-decoration: none;
  display: block;
  height: 110px;
}
#folders_hold{
  margin: 1px 0 0 110px;
  width: 85%;
  float: left;
}
.folders img{
  float:left;
  width:30%;
}
.folders_text{
  float:left;
  font-size:20px;
  margin: 40px 0 0 20px;
  color: #606060;
}
.folders_text_comment{
  float: left;
  font-size: 16px;
  margin: 10px 0px 0px 10px;
  color: #090CF5;
  background: #B8D4ED;
  padding: 10px;
  width: 745px;
  text-align: center;
  /*border-radius: 10px;*/
}


#foot_{
  float: left;
  text-align:center;
  padding: 10px 0;
  width: 70em;
  background: none repeat scroll 0% 0% #F2F2F2;
  border-radius:5px;
  color: #606060;
  margin:0 0 15px 0;
}

.boxHolder{
  width:50em;
  float:none;
  border: 1px solid rgba(215, 215, 215, 1);;
/*   border-radius: 5px; */
  padding: 3px;
  margin: 1em auto;
  overflow:auto;
}
.warning_box{
  color: #F00;
/*   border-radius: 10px; */
  width: 69%;
  height: 30px;
  background: -moz-linear-gradient(center top , rgba(255, 255, 255, 1) 0%, rgba(159, 159, 159, 1) 100%) repeat scroll 0% 0% transparent;
  margin: 10px auto;
  padding: 11px;
  font-size: 18px;
}
.warn_text{
  color:red;
}
.entete_cadr{
  margin: 10px auto;
  padding: 10px;
  width: 250px;
/*   border-radius: 10px; */
  text-align: center;
  font-size: 26px;
  border: 1px solid rgb(201, 196, 196);
  background: #68AACF;
}
.entete_cadr a{
  text-decoration: none;
  color: #4E4545;;
  display: block;
  width: 271px;
  height: 35px;
  margin: -10px;
}
.sect_box_hold_{
  width: 50%;
  margin: 10px auto;
}
.sect_box_{
/*   border-radius: 10px; */
  background: #E1E0E0;
  padding:10px;
}
.imgs_small{
  border-radius:10px;
  margin:1px auto;
  height:300px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#kpw_2010_01{
  background-image: url("../sub_fold/Hist/2010_kp_weld1.jpg");
  width: 100%;
}
#kpw_2010_02{
  background-image: url("../sub_fold/Hist/2010_kp_weld2.jpg");
  width: 100%;
}
#kpw_2010_03{
  background-image: url("../sub_fold/Hist/2010_kp_weld3.jpg");
  width: 100%;
}
#kpw_2010_04{
  background-image: url("../sub_fold/Hist/2010_kp_weld4.jpg");
  width: 100%;
}
#sc_2012_1{
  background-image: url("../sub_fold/Hist/2012_1_ico.jpg");
  width: 100%;
}
#sc_2012_2{
  background-image: url("../sub_fold/Hist/2012_2_ico.jpg");
  width: 100%;
}
#sc_2013_1{
  background-image: url("../sub_fold/Hist/20130918_1_ico.jpg");
  width: 100%;
}
#sc_2013_2{
  background-image: url("../sub_fold/Hist/20130918_2_ico.jpg");
  width: 100%;
}
#sc_2013_3{
  background-image: url("../sub_fold/Hist/20131011_3_ico.jpg");
  width: 100%;
}
#sc_2013_4{
  background-image: url("../sub_fold/Hist/20131011_4_ico.jpg");
  width: 100%;
}
#sc_2013_5{
  background-image: url("../sub_fold/Hist/20131014_5_ico.jpg");
  width: 100%;
}
#sc_2014_1{
  background-image: url("../sub_fold/Hist/20140321_1_ico.jpg");
  width: 100%;
}
#sc_2014_2{
  background-image: url("../sub_fold/Hist/20140404_2_ico.jpg");
  width: 100%;
}
#sc_2014_3{
  background-image: url("../sub_fold/Hist/20140430_3_ico.jpg");
  width: 100%;
}
