/* html {	
	min-height: 100%;
	background-color: #d6e4f3;
  background-image: -moz-linear-gradient(top, #d6e4f3, #6c9ed5); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #d6e4f3),color-stop(1, #6c9ed5)); 
  background-image: linear-gradient(top, #d6e4f3, #6c9ed5);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d6e4f3', EndColorStr='#6c9ed5'); 
} */


#slider {		
	position: relative;
	background: #fff url(../images/loading.gif) center center no-repeat;
	z-index: 10;
}

.slider3d {
	width: 700px;
	height: 400px;
	margin: 60px auto 40px auto;
}

.slider2d {
	width: 600px;
	height: 300px;	
}

#slider2d-frame {
	width: 600px;
	height: 300px;	
	padding: 16px 76px 26px 76px;
	margin: 60px auto 40px auto;	
	position: relative;
	top: -20px;
	z-index: 10;
	background: url(../images/2dslider-frame.png) no-repeat;
}

#slider.fallback {
	margin: 60px auto 82px auto;
	top: -20px;
}

#slider img {
	visibility: hidden;
}

a.slider-nav {	
	width: 35px;
	height: 34px;
	top: 50%;
	margin-top: -17px;		
}

.slider-nav.prev {
	background: url(../images/left-arrow.png) no-repeat;
	/*left: -17px;*/
}

.slider-nav.next {
	background: url(../images/right-arrow.png) no-repeat;
	/*right: -17px;*/
}

.slider-timer {
	width: 20px;
	height: 30px;
}

.slider-timer.play {
	background: url(../images/slider-play.png) center center no-repeat;
}

.slider-timer.pause {
	background: url(../images/slider-pause.png) center center no-repeat;
}

.slider3d .control-links {
	margin-top: -20px;
}

.slider2d .control-links, #slider.fallback .control-links {
	bottom: -50px;
}

.control-links li {    
    margin-left: 5px;
    cursor: pointer;    
    background: url(../images/link-bg.png) no-repeat;
    width: 15px;
    height: 15px;
	text-indent: -99999px;
}

.control-links li.active {
    background: url(../images/link-active.png) no-repeat;
}

.slider-caption {
	background: #fff;
    background: rgba(255, 255, 255, 0.7);	
	color: #000;
}

.slider-caption a {
	color: #2D6294;
}

#description {
	width: 400px;
}

#description h3 {
	font: 42px 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #3A61A8;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	text-align: center;
	margin-bottom: 40px;
}

#description p {
	margin: 20px 0 40px 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #333;
}

#description ul {
	margin: 20px 0 40px 0;
}

#features li, #browsers li {
	margin: 0 0 10px 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #333;
	list-style: disc;
}

#effects {
	width: 400px;
	position: absolute;
	top: 40px;
	right: 30px;
	text-align: center;
}

#effects h3 {
	font: 20px 'PT Sans', Helvetica, Arial, sans-serif;
	color: #333;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	margin-bottom: 10px;
}

.effectType {
	display: inline-block;
	width: 102px;
	height: 33px;
	font: bold 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	margin: 30px 20px 20px 20px;
	background: url(../images/button.png) no-repeat;
	cursor: pointer;
	position: relative;
}

.effectType:active {
	top: 1px;
}

#effect3d, #effect2d {
	position: absolute;
	top: 82px;
	left: 50%;
}

#effect3d {
	width: 330px;
	margin-left: -165px;
}

#effect2d {
	width: 150px;
	margin-left: -75px;
	display: none;
}

#no-3d {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #333;
	display: none;
}

.effectList, #sliceList {
	float: left;
	width: 150px;
	height: 34px;
	margin-bottom: 20px;
}

#sliceList {
	margin-left: 30px;
}

.selected {
	background: #ccc url(../images/selected.jpg) repeat-x;
	font: 13px/34px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color: #666;
	text-shadow: 1px 1px 0 #eee;
	width: 150px;
	height: 34px;
	margin: 20px auto 0 auto ;
	cursor: pointer;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	behavior: url(PIE.htc);
}

.selected:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -3px;
	border: 5px solid transparent;
	border-top: 5px solid #666;
}

.selected.active:after {
	content: '';
	margin-top: -8px;
	border: 5px solid transparent;
	border-bottom: 5px solid #666;
}

.dropDown {
	background: #222;
	font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #fff;
	position: relative;
	z-index: 10;
	display: none;
}

.dropDown li {
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}

.dropDown li:hover {
	background: #274772;
}



















/*  GRID */
.Grid { clear:both  ; overflow:hidden       }
.Grid-col { width: 100%;   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; position:relative  }

.news { width: 100%;   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; position:relative ; border:1px solid #D6D6D6; margin:2%}



.cell { width: 100%;   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; position:relative     }

.Grid .equal-col { width: 100%;   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left;  overflow:visible ;     }
@media (min-width: 500px) { #HEADER  .Grid .Grid-col { width: 33.333333%;   } .Grid .news { width:50%;   }  .Grid .Grid-col { width: 50%;  }  .Grid .equal-col { width:100% } .Grid .cell { width: 50%;   } }
@media (min-width: 800px) {.Grid .Grid-col { width: 33.333333%;   } .Grid .news { width: 30%;   } #HEADER  .Grid .Grid-col { width: 33.333333%;   }  .Grid .equal-col { width:50% } .Grid .cell { width:25%;   }}

@media only screen and (min-width: 280px) and (max-width: 768px) {

	.mobno{ display: none}
	.side{ background-color: transparent; float: none; width:100%; height:auto;  }
	.aside{ background-color: transparent;float: none; width:100%;height:auto;  }
	.mkfdesign2 {position:absolute; right:0; top:-2%; width:20%}h1{ font-size:18px}}

.rotate{
	transition: 0.70s;
	-webkit-transition: 0.70s;
	-moz-transition: 0.70s;
	-ms-transition: 0.70s;
	-o-transition: 0.70s;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.rotate:hover {
	transition: 0.70s;
	-webkit-transition: 0.70s;
	-moz-transition: 0.70s;
	-ms-transition: 0.70s;
	-o-transition: 0.70s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.zm { text-decoration: none;  display:inline;   -webkit-transform: scale(1,1); -webkit-transition-timing-function: ease-out; -webkit-transition-duration: 11250ms; -moz-transform: scale(1,1); -moz-transition-timing-function: ease-out; -moz-transition-duration: 11250ms; }

.zm:hover {  -webkit-transform: scale(1.1,1.1); -webkit-transition-timing-function: ease-out; -webkit-transition-duration: 11050ms;  -moz-transform: scale(1.1,1.1);   -moz-transition-timing-function: ease-out; -moz-transition-duration: 11050ms;
	position: relative;   }
















.mkfo b { color:#C00; font-size:18px}
.cible b { color:#C00; font-size:18px}
.cible   { margin-left:20%}
.mission span { color:#C00;  }
.vl { border-right:1px  dotted #EDEDED}
@media only screen and (max-width: 768px) and (min-width: 280px){
	h3 { font-size: 18px;}
	.vl { border-right:0px dotted #EDEDED  }
	.cible   { margin-left:2%}





	.img100{ width:100%; height:auto }
	.limit{ max-width:1300px; margin:0 auto}
	.limit2{ max-width:1200px; margin:0 auto}
	.padding{ padding:30px}
	.side{ background-color: transparent; float:left; width:40%; height:auto;  }
	.aside{ background-color: transparent;float:left; width:60%;height:auto;  }
	.white { color:#FFF}
	.gray { color:#97807A }  }