@charset "UTF-8";
/* CSS Document */


/* General */

*
{
	border: 0;
	margin: 0;
	text-align: left;
	list-style-type: none;
	color: #000;
}

img
{
	border: 0px;
}

.img_border {
	border: solid 5px #FFF; 
	-moz-border-radius: 1em; 
	-webkit-border-radius: 1em; 
	border-radius: 1em;
}

a{
	color:#000;
	text-decoration:none;
}

a:hover{
	text-decoration: none;
	color:#1700F9;
}

a.courriel{
	color:#5181CF;
	text-align:left;
	padding: 5px 0 0 5px;
	text-decoration:underline;
	font-style: normal;
	/*font-family: "Open Sans";*/
	
}

a.courriel:hover{
	color:#1700F9;
}


body{
	font: 14px "Lato";
	font-weight: 300;
	color: #000;
	line-height:20px;
	background: url(../img/bg.jpg) top center no-repeat #bbcff0;
/*    background: url(../img/snowflakes.jpg) top center repeat-y #1b3452;*/
	z-index: -999;
	margin: 0 ;
	padding: 0;
}

#main {
	width: 1003px;
	margin: 20px auto 20px auto;
	padding: 172px 0 0 0;
	background-image: url(../img/stripe1.png);
	background-repeat: repeat;
	z-index: -100;

	-webkit-box-shadow: 0px 0px 15px #555;
	-moz-box-shadow:0px 0px 15px #555;
	box-shadow: 0px 0px 15px #555;
	
}

#divider { border-bottom: solid 5px #b3b3b3; margin-top: 8px !important; margin-bottom: 8px !important; width: 100%; z-index:999;}


.clear {
	clear: both;
}

#contentNews, #contentHistory, #contentTeam, #contentCareers, #contentLegal, #contentContact, #contentCos, #contentMainBen, #contentFaq, #contentInterested, #contentProducts{
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}

#newsPage, #historyPage, #contentteamPage, #careersPage, #legalPage, #cosPage, #mainbenPage, #faq, #interestedPage, #productsPage{
	margin: 0px 15px 0 15px;
	padding: 0 0 10px 0;
}

#guide {
	font-size: 12px;
	padding: 10px 0 0 5px;
	margin: 0;
}

.orange {
	color:#eb9030;
}
.b {
	font-weight: 900;
}

.backwhite {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	opacity: 0.7;
	-moz-opacity : 0.7;
    -ms-filter: "alpha(opacity=70)"; /* IE 8 */
    filter : alpha(opacity=70); /* IE < 8 */
	position: absolute;
	margin: 0;
	padding: 5px;
	z-index: -1;
	-moz-border-radius: 1em; 
	-webkit-border-radius: 1em; 
	border-radius: 1em;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#555555', Direction=135, Strength=5);
    zoom: 1;
	-webkit-box-shadow: 1px 1px 8px #555;
	-moz-box-shadow:1px 1px 8px #555;
	box-shadow: 1px 1px 8px #555;
}
.backwhiteStraight {
	width: 993px;
	margin: 0 auto;
	height: 100%;
	background-color: #FFF;
	opacity: 0.5;
	-moz-opacity : 0.5;
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
    filter : alpha(opacity=50); /* IE < 8 */
	position: absolute;
	padding: 0 5px;
	z-index: -1;
}

.backsoftblue {
    width: 100%;
    background-color: rgb(149,179,215);
    opacity: 0.8;
    -moz-opacity : 0.8;
    -ms-filter: "alpha(opacity=80)"; /* IE 8 */
    filter : alpha(opacity=80); /* IE < 8 */
    margin: 0;
    padding: 5px;
    z-index: -1;
    -moz-border-radius: 1em; 
    -webkit-border-radius: 1em; 
    border-radius: 1em;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#555555', Direction=135, Strength=5);
    zoom: 1;
    -webkit-box-shadow: 1px 1px 8px #555;
    -moz-box-shadow:1px 1px 8px #555;
    box-shadow: 1px 1px 8px #555;
}

.backmediumblue {
    width: 100%;
    background-color: rgb(79,129,189);
    opacity: 0.8;
    -moz-opacity : 0.8;
    -ms-filter: "alpha(opacity=80)"; /* IE 8 */
    filter : alpha(opacity=80); /* IE < 8 */
    margin: 0;
    padding: 5px;
    z-index: -1;
    -moz-border-radius: 1em; 
    -webkit-border-radius: 1em; 
    border-radius: 1em; 
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#555555', Direction=135, Strength=5);
    zoom: 1;
    -webkit-box-shadow: 1px 1px 8px #555;
    -moz-box-shadow:1px 1px 8px #555;
    box-shadow: 1px 1px 8px #555;
}

.backgrey {
    width: 100%;
    background-color: rgb(238,236,225);
    opacity: 0.8;
    -moz-opacity : 0.8;
    -ms-filter: "alpha(opacity=80)"; /* IE 8 */
    filter : alpha(opacity=80); /* IE < 8 */
    margin: 0;
    padding: 5px;
    z-index: -1;
    -moz-border-radius: 1em; 
    -webkit-border-radius: 1em; 
    border-radius: 1em;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#555555', Direction=135, Strength=5);
    zoom: 1;
    -webkit-box-shadow: 1px 1px 8px #555;
    -moz-box-shadow:1px 1px 8px #555;
    box-shadow: 1px 1px 8px #555;
}




/* Listes... */
ol {
	list-style: none;
}

ol li{
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: none;
	background-image:url(../img/fleche_orange.png);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
	font: 14px "Lato";
}


/*Titres...*/

h1 {
	padding: 10px 0 20px 0;
	font-size: 26px;
	font-weight: 500;
	font-family: "Lato";
	color: #000;
	text-shadow: 0 0 0.4em white;
}

h2 {
	padding: 20px 0 2px 0;
	font-weight: 900;
	font-size: 18px;
	color:#5181cf; 
}

h3 {
	padding: 20px 0 2px 0;
	font-weight: 500;
}

h5 {
	padding: 20px 0 2px 0;
	font-weight: 900;
	font-size: 30px;
	color:#000099;
	text-align: center;
	text-decoration: underline;
}

h5.enum
{
	padding: 20px 0 2px 0;
	font-weight: 900;
	font-size: 25px;
	color:#000099;
	text-align: left;
	text-decoration: underline;
}




p {

	font-weight: normal;
	font-size: 14px;
}

/*Submenu*/

#header {
	width:1026px;
	padding: 0px;
	height: 154px;
	background: url(../img/haut_page.png) left top no-repeat;
	margin: 0px auto;
	margin-bottom:10px;
}

 /* content */
#contentIndex, #contentCos, #contentTeam, #contentFaq, #contentProduct, #contentContact, #contentHistory, #contentNews, #contentEvents, #contentSupFormat,#contentPlatforms, #contentContactUs, #contentCareers, #contentPlatforms, #contentRef, #contentMainBen, #contentInterested, #contentLegal, #contentProducts{
	width: 100%;
	min-height: 750px;
	padding: 0;
	margin: 0;
	position: relative;
}

/* Left Home */

#left{
	width: 238px;
	margin: 0px 0px 0px 26px;
	float: left;
	height: 100%;
	position: relative;
	z-index: 10;
}

#leftopacity {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:#FFF;
	opacity: 0.85;
	-moz-opacity : 0.85;
    -ms-filter: "alpha(opacity=85)"; /* IE 8 */
    filter : alpha(opacity=85); /* IE < 8 */
	position: absolute;
	z-index: -1;
	box-shadow: 0px 1px 8px #555;
	-webkit-box-shadow: 0px 1px 8px #555;
	-moz-box-shadow:0px 1px 8px #555;
}

#leftNews, #leftEvents {
	position: relative;
	margin-top:0px;
	width: 100%;
	margin-left: 0px;
	margin-bottom:5px;
}

#divpressrelease{
	position: relative;
	margin-top:0px;
	width: 100%;
	margin-left: 0px;
	margin-bottom:5px;
}


.corpusNews {
	width:238px; 
	color:#000;
	font-family: "Open Sans";
	font-size: 14px;
	z-index:-1;
}

#whitepaper {
	font-size: 12px;
	padding: 0 5px 0 10px;
	color: #000;
	font-family: "Open Sans";
	text-align: center;
	font-weight: bold;
	line-height: 14px;
}
#whitepaper img{
	text-align: center;
	padding: 20px 0 0 0;
}

.newsEvent {	
	padding: 5px 5px 0 10px;
	font-size: 12px;
	width: 223px;
	color: #000;
	font-family: "Open Sans";
	line-height: 16px;
}
.pressRelease
{	
	padding: 5px 5px 0 10px;
	font-size: 12px;
	width: 980px;
	color: #000;
	font-family: "Open Sans";
	line-height: 16px;
}

.dat {
	font-family: "Open Sans";
	color:#5181cf;
	font-weight: bold;
	font-size : 10px;
	margin: 0;
	padding: 0;
	line-height: 10px;
}
.newsEventText {
	font-family: "Open Sans";
	color:#000;
	font-size : 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 14px;
}

.newsEventTextProduct {
	color:#707070 ;
}

#divpressrelease h2
{
	background-image:url(../img/fl_or.png); 
	background-repeat:repeat;
	font-family : "Open Sans";
	font-variant:small-caps;
	padding: 3px 0 3px 25px;
	margin: 20px 5px 0 5px;
	font-size: 16px;
	font-weight: bold;
	width: 900px;
	color: #5181CF;
	cursor: pointer;
}

#leftNews h2 {
	background-image:url(../img/fl_or.png);
	background-repeat:repeat;
	font-family : "Open Sans";
	font-variant:small-caps;
	padding: 3px 0 3px 25px;
	margin: 20px 5px 0 5px;
	font-size: 16px;
	font-weight: bold;
	width: 203px;
	color: #000;
	cursor: pointer;
}

.readMore {
	text-align:right;
	padding-right:5px;
	padding-top: 0px;
	text-decoration:none;
	color:#715d3d;
	font-style: normal;
	font-family: "Open Sans";
	font-size: 10px;
}

.readMore a:hover{
	text-align:right;
	text-decoration:none;
	color:#5181cf;
}

/* Right Home */

#right{
	font-family: Verdana, Geneva, sans-serif;
	float:right;
	width: 700px;
	margin: 0 15px 0 0;
	padding: 10px 0 0 0;
	min-height:650px;
}

#righttop {
	width: 100%;
	margin: 0 0 3px 0;
	padding: 0;

}


#rightbottomleft h3{
	font: 18px "Lato";
	font-weight: 300;
	text-align: left;
	padding: 7px 8px;
	text-align: center;
}
#video {
	width: 308px;
	height: 239px;
	position: absolute;
	bottom: 5px;
	left: 10px;
}


#interested_band1 {
	width: 260px;
	height: 31px;
	/* bandeau bleu*/
	background-image:url(../img/interested_band1.png);
	background-repeat:no-repeat;
	position: absolute;
	margin-left: -5px;
	z-index: 999;
}
a.interested_band2{
    width: 328px;
    height: 260px;
    /* bandeau orange */
    position: absolute;
    text-align: right;    
}

p.interested_band2 {
    margin: 0;
    padding: 80px 20px 0 20px;
    font: 18px "Lato";
    font-weight: 300;
    text-align: right;
    
}


#conteneur-bas
{
    
width : 660px;
height: 265px ;    
margin-top:10px; 
}

#contenu-bas-gauche
{
    width: 250px;
    height: 250px;
    float: left;
    margin: 0;
    padding:0;
    border-style:solid;
    border-width:5px;
    border-radius: 5px;
    border-color:#FFFFFF;
    position: relative;  
}


#contenu-bas-droit
{
    width: 317px;
    height: 260px;
    float: right;
    background-image:url(../img/interested.png);
    background-repeat:no-repeat;
    border-style:solid;
    border-width:5px;
    border-radius: 5px;
    border-color:#FFFFFF;
    margin-left:0px;
    position: relative;
    
}


/* Menu */

#menu_haut {
	height: 187px;
	width: 1047px;
	margin: 0 auto 0 -522px;
	padding: 0;
	z-index: 1001;
	position: absolute;
	background-image: url(../img/bandeau_haut.png);
	background-position: top center;
	background-repeat: no-repeat;
	left: 50%;
}
#logotft {
	float: left;
	width: 152px;
	height: 139px;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
}
#logotft_up {
	float: left;
	margin: 0;
	padding: 40px 0 0 20px;
}
#res {
	float:right;
	margin: 10px 30px 0 0;
	padding: 0;
}
#res ul li {
	float: left;
	padding: 0;
	margin: 0 1px;
}
#link {
	width: 22px;
	height: 20px;

}
#link:hover{
	cursor: pointer;
}

#googleplus {
	width: 22px;
	height: 20px;

}
#googleplus:hover{
	cursor: pointer;
}


#yout {
	width: 52px;
	height: 20px;

}
#yout:hover{
	cursor: pointer;
}
#face {
	width: 22px;
	height: 20px;

}
#face:hover{
	cursor: pointer;
}
#twitt {
	width: 25px;
	height: 20px;

}
#twitt:hover{
	cursor: pointer;
}
#menuNav {
	height: 32px;
	margin: 0;
	padding: 0;
}
#menuNav ul{
	list-style: none;
	margin: 0 0 0 50px;
	padding: 0;
}
#menuNav li{
	float: left;
	margin: 0;
	padding: 0;
	line-height: 32px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	background-image: url(../img/pointblanc.png);
	background-repeat: no-repeat;
	background-position: right 55%;
}
#menuNav li a{
	padding: 0 12px 0 7px;
	text-decoration:none;
	color: #dce4f1;
	display: block;
}
#menuNav li a:hover{
	color: #FFF;
	padding: 0 12px 0 7px;
	text-shadow: 0 0 0.2em black; 
}

#menuNav ul li ul {
	display: none;
}
#menuNav ul li ul li{
	min-width: 120px;
	height: 23px;
	line-height: 28px;
	margin: 0;
	padding: 0 5px 5px 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
}
#menuNav ul li:hover ul {
	display:block;
	float:none;
	position:absolute;
	margin: 0;
	padding: 10px 0 0 0;
	z-index: 1001;
	background-image: url(../img/flechebleue.png);
	background-repeat: no-repeat;
	background-position: 20% top;
 }
#menuNav li:hover ul li {
 float:none;
 position:relative;
 margin: 0;
 padding: 0;
 }
#menuNav ul li ul li a{
	color: #FFF;
	background-color: #5181cf;
}
#menuNav ul li ul li a:hover{
	color: #000;
	text-shadow: none;
}

#menuNav li.contact {
	background-image:none;
}
#menuNav ul li#current a{
	color: #FFF;
	text-shadow: 0 0 0.2em black; 
}
#menuNav ul li#current ul li a{
	text-shadow: none;
}
#menuNav ul li#current ul li a:hover {
	color:#000;
}

/* Footer */

#footer {
	width: 1003px;
	background-color: #5181cf;
	color: #FFF;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	line-height: 16px;
	font-family: "Open Sans";
	font-size: 10px;
}
#footer a{
	color: #FFF;
}
#footer a:hover{
	color: #000;
	text-decoration: none;
}

/* Slideshow */

#slideshowHolder {
	border: 5px solid #FFF;	
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
}

.ft-prev {
	color: #00F;
}
#ft-buttons- {
	color: #F00;
}
.ok {
	position: absolute;
	top: 335px;
	left: 300px;
	z-index: 2001;
}

.ok a{
	color: rgba(81,129,207,0);
}
.ok a:hover{
	color: rgba(81,129,207,0);
}

.ft-button-slideshowHolder {
	background: rgb(81,129,207);
	-moz-border-radius: 1em; 
	-webkit-border-radius: 1em; 
	border-radius: 1em;
	padding: 3px 4px;
}

.ft-button-slideshowHolder-active {
	background: rgb(81,129,207);
	-moz-border-radius: 1em; 
	-webkit-border-radius: 1em; 
	border-radius: 1em;
	padding: 1px 2px;
}

/* Products */
#products {
	margin: 0;
	padding:0;
}

#products h1{
	color: #000;
	padding: 0 0 15px 0;
	text-align: center;
}

#products .readMore {
	text-align: right;
}

#products .readMore a{
	color: #5181cf;
}

#products .readMore a:hover{
	color: #000;
}

#products li{
	width: 270px;
	display: inline-block;
	margin: 20px 10px;
	padding: 10px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	border: 5px solid #FFF;
}

#carouselProduct {
	margin : 0 auto;
}

.buttonLeft {
  background:url(../img/fl_gauche.png); 
  width: 40px;
  height: 40px;
  position:absolute;
  top:295px;
  left:285px;
  z-index:999;
}
.buttonRight {
  background:url(../img/fl_droite.png); 
  width: 40px;
  height: 40px;
   position:absolute;
  top:295px;
  left:325px;
  z-index:999;
  cursor:pointer;
}
#qrcode
{	width: 100px;
	height: 134px;
	padding: 0;
	position: absolute;
	background-image:url(../img/qrcodetftpad.png);
	background-repeat:no-repeat;
}

.qrtftpad
{
	left : 50%;
	top : 78% ;
}
.qrjsongallery

{
left : 4%;
top : 78% ;
}

#googleplay,#appstore  {
	width: 129px;
	height: 45px;
	padding: 0;
	margin-left: 40px;
	position: relative;
	display:inline-block;
	
}
#googleplay:hover,#appstore:hover{
	cursor: pointer;
}

#gogallery {
	width: 129px;
	height: 55px;
	padding: 0;
	margin-left: 140px;
	z-index : 999 ;
	position: relative;
	background-color:transparent;
	/* Uniquement pour periode de noel*/
	/*background-color: #c6c6c6;*/

}
#gogallery:hover{
	cursor: pointer;
}

#productsbutton > #gogallery
{background-color:transparent; }

#gogallery.home
{
    margin-left: 50px;
    margin-top: 40px;
}


#productsbutton h1{
	font: 15px "Lato";
	font-weight: 400;
	color: #5181cf;
	
}

#goproductsheet {
	width: 129px;
	height: 55px;
	padding: 0;
	margin-left: 140px;
	z-index : 999 ;
	position: relative;

}
#goproductsheet:hover{
	cursor: pointer;
}

#gofaq {
	width: 129px;
	height: 55px;
	padding: 0;
	margin-left: 140px;
	z-index : 999 ;
	position: relative;

}
#gofaq:hover{
	cursor: pointer;
}


/* News */


#newsLeft {
	float: left;
	width: 650px;
}
#newsRight {
/*	width: 200px;
	padding: 0;
	margin: 0 50px 0 0;
	position: fixed;
	right:500px;
	z-index: 1;
	color:#FFF; */
	float: right;
    width: 200px;
    padding: 0;
    margin: 0 50px 0 0;
    position: relative;
    z-index: 1;
    color:#FFF;
	
}

#newsCat {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 5px;
}
#newsCat h3, #newsCat h4 {
	padding: 5px 0 0 0;
	margin: 0;
	text-align: center;
}
#newsCat ul{
	margin: 10px 0 0 0;
	padding: 0;
}
#newsCat li{
	margin: 0 0 0 7px;
	padding: 0 0 0 15px;
	list-style-type: none;
	background-image:url(../img/fleche_orange.png);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
}

.new {
	margin: 0 0 25px 0;
	padding: 0;
}
.new h2 {
	color: #5181cf;
	font-size: 17px;
	margin: 0;
	padding: 0;
}

.new em {
	color: #5181cf;
	font-style: italic;
	font-size: 17px;
	margin: 0;
	padding: 0;
}


.new .date {
	color: #000;
	font-size: 12px;
	font-weight: normal;
}
.newstext {
	margin: 15px;
	padding: 0;
}
.newstext a:hover{
	color: #5181cf;
}

.new img{
	border: solid #FFF 5px;
	margin: 10px 10px 10px 0;
	float: left;
}
#backNews {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	opacity: 0.7;
	-moz-opacity : 0.7;
    -ms-filter: "alpha(opacity=70)"; /* IE 8 */
    filter : alpha(opacity=70); /* IE < 8 */
	position: absolute;
	margin: 0;
	padding: 5px;
	z-index: -1;
	-moz-border-radius: 1em; 
	-webkit-border-radius: 1em; 
	border-radius: 1em;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#555555', Direction=135, Strength=5);
    zoom: 1;
	-webkit-box-shadow: 1px 1px 8px #555;
	-moz-box-shadow:1px 1px 8px #555;
	box-shadow: 1px 1px 8px #555;
}
#imgnews {
/*	margin: 0;
	padding : 50px 0 0 0;
	float: right; */	
	margin: 0;
    padding : 50px 0 0 0;
    right: 0;
    float: right;
}
#newsPage {
	margin-right:0;
}
/*#newsPage{position:relative;}*/
/* About us */

#historyimg {
	float: right;
	width: 200px;
	margin: 100px 20px 0 0;
}

#historyimg img{
	border: solid #fff 5px;
}
#historyPage {
	float: left;
	width: 710px;
}

/* Contact */
#contactPage {
	margin: 0 15px;
	padding: 0;
}

#contactPage ul {
	padding: 0;
	margin: 0;
	text-align: center;
}

#contactPage ul li {
	float: left;
	width: 300px;
	margin: 0 8px;
	padding: 0;
	text-align: center;
}
#contactPage ul li:hover .bgcontact {
	opacity: 0.7;
	-moz-opacity : 0.7;
    -ms-filter: "alpha(opacity=70)"; /* IE 8 */
    filter : alpha(opacity=70); /* IE < 8 */
}
#contentContact h2 {
	padding: 35px 0 20px 0;
	text-align: center;
}

#map, #contact, #accomodations {
	margin: 0 0 0 0;
	padding: 0 2px 30px 2px;
	position: relative;
	z-index: 1;
	text-align: center;
}
.bgcontact {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color:#FFF;
	opacity: 0.4;
	-moz-opacity : 0.4;
    -ms-filter: "alpha(opacity=40)"; /* IE 8 */
    filter : alpha(opacity=40); /* IE < 8 */
	z-index: -1001;
	-moz-border-radius: 0 0 1em 1em; 
	-webkit-border-radius: 0 0 1em 1em; 
	border-radius: 0 0 1em 1em;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#555555', Direction=135, Strength=5);
    zoom: 1;
	-webkit-box-shadow: 1px 1px 8px #555;
	-moz-box-shadow:1px 1px 8px #555;
	box-shadow: 1px 1px 8px #555;
}
#contactPage p{ 
text-align: center;
}

/* COS */

#cosPage h3 {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}

#cosimg {
	margin: 20px auto 0 auto;
	width: 100%;
	text-align: center;
}
.cosPage_rub {
	position: relative;
	width: 285px;
	margin: 0 10px 0 10px;
	padding: 0;
	z-index: 1;
}
#cosPage p {
	padding: 0;
	margin: 0;
	font-weight: 300;
}

#cosPage ul {
	margin: 0;
	padding: 0 5px;
}
#cosPage ul li {
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
	width: 308px;
}
#cosPage ul li:hover .cosPage_fond {
	opacity: 0.7;
	-moz-opacity : 0.7;
	 -ms-filter: "alpha(opacity=70)"; /* IE 8 */
    filter : alpha(opacity=70); /* IE < 8 */
	
}
.cosPage_fond {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	opacity: 0.4;
	-moz-opacity : 0.4;
	 -ms-filter: "alpha(opacity=40)"; /* IE 8 */
    filter : alpha(opacity=40); /* IE < 8 */
	position: absolute;
	margin: 0;
	padding: 5px;
	z-index: -1;
	-moz-border-radius: 1em; 
	-webkit-border-radius: 1em; 
	border-radius: 1em;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#555555', Direction=135, Strength=5);
    zoom: 1;
	-webkit-box-shadow: 1px 1px 8px #555;
	-moz-box-shadow:1px 1px 8px #555;
	box-shadow: 1px 1px 8px #555;
    
	
 }

#cosPage ol {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
#cosPage ol li{
	width: 240px;
	margin: 0 0 10px 7px;
	padding: 0 0 0 15px;
	list-style-type: none;
	background-image:url(../img/fleche_orange.png);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
}
.cosPage_txt {
	margin: 0;
	padding: 75px 5px 5px 10px;
}
#com {
	position: absolute;
	width: 308px;
	height: 65px;
	background-image:url(../img/bandeau_com.png);
	background-repeat: no-repeat;
	background-position: 5px 20px;
	z-index: 10;
}
#open {
	position: absolute;
	width: 308px;
	height: 65px;
	background-image:url(../img/bandeau_open.png);
	background-repeat: no-repeat;
	background-position: 5px 20px;
	z-index: 10;
}
#scal {
	position: absolute;
	width: 308px;
	height: 65px;
	background-image:url(../img/bandeau_scal.png);
	background-repeat: no-repeat;
	background-position: 5px 20px;
	z-index: 10;
}

/* FAQ */

.listeQuestions {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0 0;
}
.listeQuestions li{
	background-image:url(../img/fleche_orange.png);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	padding: 2px 0 2px 15px;
	margin: 0 0 0 15px;
}
.faqquestion {
	margin: 30px 0 0 15px;
	padding: 10px 0 0 15px;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	background-image:url(../img/fleche_orange.png);
	background-repeat: no-repeat;
	background-position: 0 1em;
	line-height: 23px;
}
.back {
	text-align:left;
	padding: 5px 0 0 5px;
	text-decoration:none;
	color:#715d3d;
	font-style: normal;
	font-family: "Open Sans";
	font-size: 10px;
}
#faqquestion0 {
	font-size: 16px;
	font-weight: 500;
	position: relative;
	z-index: 1;
	padding: 5px 10px 0 0;
}
.tr_back {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	opacity: 0.4;
	-moz-opacity : 0.4;
    -ms-filter: "alpha(opacity=40)"; /* IE 8 */
    filter : alpha(opacity=40); /* IE < 8 */
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: -1;
	-moz-border-radius: 1em; 
	-webkit-border-radius: 1em; 
	border-radius: 1em;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#555555', Direction=135, Strength=5);
    zoom: 1;
	-webkit-box-shadow: 1px 1px 8px #555;
	-moz-box-shadow:1px 1px 8px #555;
	box-shadow: 1px 1px 8px #555;
	top: 0;
}
.ansquestion {
	width: 800px;
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 1;
}
.ansquestion_p{
	padding: 10px;
}
.tr_back_ans {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	opacity: 0.4;
	-moz-opacity : 0.4;
    -ms-filter: "alpha(opacity=40)"; /* IE 8 */
    filter : alpha(opacity=40); /* IE < 8 */
	position: absolute;
	margin: 0;
	padding: 5px;
	z-index: -1;
	-moz-border-radius: 1em; 
	-webkit-border-radius: 1em; 
	border-radius: 1em;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#555555', Direction=135, Strength=5);
    zoom: 1;
	-webkit-box-shadow: 1px 1px 8px #555;
	-moz-box-shadow:1px 1px 8px #555;
	box-shadow: 1px 1px 8px #555;
}

/* Interested */

.imginterested {
	width: 100%;
	margin: auto;
	padding: 0;
}
.imginterested img{
	padding: 70px 0 0 290px;
}
#interested {
	width: 100%;
	margin: 0 auto;
	padding:0;
}
#interested h2{
	text-align:center;
}
#interested p{
	margin: 0;
	padding:0;
	font-weight: 500;
	font-size: 16px;
	color: #5181cf;
	text-align: center;
}
#interested ol {
	width: 800px;
	margin: 30px auto 0 auto;
	padding: 0;
}
#interested ol li {
	float: left;
	width: 300px;
	margin: 0 50px;
	padding: 0;
	background-image: none;
	z-index: 1;
	position: relative;
}
.interested_div {
	margin: 0;
	padding: 5px;
	text-align: center;
}
.interested_back {
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.4;
	-moz-opacity : 0.4;
    -ms-filter: "alpha(opacity=40)"; /* IE 8 */
    filter : alpha(opacity=40); /* IE < 8 */
	position: absolute;
	margin: 0;
	padding: 5px;
	z-index: -1;
	-moz-border-radius: 1em; 
	-webkit-border-radius: 1em; 
	border-radius: 1em;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#555555', Direction=135, Strength=5);
    zoom: 1;
	-webkit-box-shadow: 1px 1px 8px #555;
	-moz-box-shadow:1px 1px 8px #555;
	box-shadow: 1px 1px 8px #555;
}
#interested ol li:hover .interested_back {
	opacity: 0.7;
	-moz-opacity : 0.7;
    -ms-filter: "alpha(opacity=70)"; /* IE 8 */
    filter : alpha(opacity=70); /* IE < 8 */
}
	

/* Team Players */
#alt-text {
	margin:0;
	padding:5px;
}

#content_alt_text {
	position: relative;
	margin: 0 10px 0 0;
	padding: 0;
	z-index: 1;
}

#teamplayer { 
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    padding: 5px 10px 0 0;
    top:25px
}


h1.middle 
{
text-align: center;
font-weight: 900;
font-size: 30px;
color: #5181cf;
}


.biodescription {
    width: 950px;
    position: relative;
    margin: 0 0 15px 0;
    padding: 0;
    z-index: 1;

}

.cadrebio
{
    width: 80%;
    height:100%;
    background-color: #FFF;
    opacity: 0.4;
    -moz-opacity : 0.4;
    -ms-filter: "alpha(opacity=40)"; /* IE 8 */
    filter : alpha(opacity=40); /* IE < 8 */
    position: absolute;
    margin: 0 ;
    padding: 0px;
    z-index: -1;
    -moz-border-radius: 1em; 
    -webkit-border-radius: 1em; 
    border-radius: 1em;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#555555', Direction=135, Strength=5);
    zoom: 1;
    -webkit-box-shadow: 1px 1px 8px #555;
    -moz-box-shadow:1px 1px 8px #555;
    box-shadow: 1px 1px 8px #555;
   
}

.team_bio_div
{  
    z-index: 999;
    width: 80%;
    display: inline-block;
    vertical-align: top;
}

.team_bio_p{ 
    font-weight:normal;
    padding: 20px 10px 20px 10px;
}

.team_bio_p:first-letter {
            color:black;
            font-size:19px;
            font-weight:900;
        }



.team_bio_img{
    z-index: 999;
    padding: 0 20px 0 20px;
    margin-left:10px;
    width: 120px;
    display: inline-block;
    vertical-align: top;
    text-align:center;
    font-size: 12px;

}

/* Main Benefits */
#mainBenLeft {
	float: left;
	margin: 0;
	padding:0;
	width: 660px;
}
#mainBenRight {
	float: right;
	margin: 0;
	padding: 0 0 0 0;
	width: 320px;
}
#mainbenPage {
	margin-right :0;
}
#mainBenLeft ol {
	margin: 0;
	padding: 0 0 0 15px;
}

/* Products */
.TFTWeb {
	background-image:url(../img/tftweb.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 600px;
}
.TFTPad {
	background-image:url(../img/tablette_big.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 600px;
}

.TFT4iT{
	background-image:url(../img/tft4it.png);
	background-repeat: no-repeat;
	background-position: center;
	/*height: 600px;*/
}

.json3dgallery 
{
	background-image:url(../img/json3dgallery.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 600px;
}



#productLabel {
	width: 420px; 
	height: 560px;
	position: relative;
	z-index: 1;
	float: right;
	margin: 20px 25px 0 0;
}

#productLabeltft4it,#productLabeltft4itdeux{
    float: none;
    width: 100%; 
    min-height: 450px;
    position: relative;
    z-index: 1;
    float: none;
    margin: 20px 25px 0 0;
    }

.TFTPad #productLabel {
	float: left;
	margin: 20px 0 0 25px;
	}
	
.json3dgallery #productLabel {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 35px;
padding-left: 0px;
}
	
#txtproduct{
	margin: 10px;
	padding: 0; 
}
#txtproduct h1{
	text-align: center;
	margin: 0;
	padding : 15px 0 5px 0;
}
#txtproduct h2{
	margin: 0;
	padding : 0 0 20px 0;
	font-size: 19px;
	font-weight: 900;
	text-align: center;
}
#txtproduct h3{
	font-size: 14px;
	font-weight: 300;
	padding: 0 0 5px 0;
	background-image:url(../img/fleche_orange.png);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
	padding: 0 0 5px 17px;
}
#txtproduct h4{
	margin: 0;
	padding : 0 0 0px 0;
	font-size: 10px;
	font-weight: 500;
	text-align: center;
}
#txtproduct p{
	font-weight: 300;
}
#txtproduct ol{
	margin: 0 0 0 25px;
	padding: 0px;

}
#txtproduct li{
	list-style: outside;
	list-style-type:decimal;
	background-image:none;
	margin: 0 0 5px 0;
	padding: 0;
}
/* CAREERS */

.listeCareers {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0 0;
}
.listeCareers li{
	background-image:url(../img/fleche_orange.png);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	padding: 2px 0 2px 15px;
	margin: 0 0 0 15px;
}
.positiontitle {
	margin: 30px 0 0 15px;
	padding: 10px 0 0 15px;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	background-image:url(../img/fleche_orange.png);
	background-repeat: no-repeat;
	background-position: 0 1em;
	line-height: 23px;
}
.beginning {
	text-align:left;
	padding: 5px 0 0 5px;
	text-decoration:none;
	color:#715d3d;
	font-style: normal;
	font-family: "Open Sans";
	font-size: 10px;
}
#openpositions {
	font-size: 16px;
	font-weight: 500;
	position: relative;
	z-index: 1;
	padding: 5px 10px 0 0;
}
.tr_back_list {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	opacity: 0.4;
	-moz-opacity : 0.4;
    -ms-filter: "alpha(opacity=40)"; /* IE 8 */
    filter : alpha(opacity=40); /* IE < 8 */
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: -1;
	-moz-border-radius: 1em; 
	-webkit-border-radius: 1em; 
	border-radius: 1em;
filter:progid:DXImageTransform.Microsoft.Shadow(color='#555555', Direction=135, Strength=5);
    zoom: 1;
	-webkit-box-shadow: 1px 1px 8px #555;
	-moz-box-shadow:1px 1px 8px #555;
	box-shadow: 1px 1px 8px #555;
	top: 0;
}
.jobdescription {
	width: 800px;
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 1;
}
.jobdescription_p{
	padding: 10px;
}
.tr_back_desc {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	opacity: 0.4;
	-moz-opacity : 0.4;
    -ms-filter: "alpha(opacity=40)"; /* IE 8 */
    filter : alpha(opacity=40); /* IE < 8 */
	position: absolute;
	margin: 0;
	padding: 5px;
	z-index: -1;
	-moz-border-radius: 1em; 
	-webkit-border-radius: 1em; 
	border-radius: 1em;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#555555', Direction=135, Strength=5);
    zoom: 1;
	-webkit-box-shadow: 1px 1px 8px #555;
	-moz-box-shadow:1px 1px 8px #555;
	box-shadow: 1px 1px 8px #555;
}
/*Resources*/
.resourcePage{
	height: 600px;
}

/*checker*/
._enable{
	background:url(../img/enable.png) no-repeat;
}
._disable{
	background:url(../img/disable.png) no-repeat;
}
.checker{
	width:300px;
	padding:10px 50px 10px 55px;
	margin-left:30%;
	margin-top:15px;
	background-color:transparent;
	text-align:left;
	font-size:14px;
	background-color: #FFF;
	opacity: 0.7;
	-moz-border-radius: 1em; 
	-webkit-border-radius: 1em; 
	border-radius: 1em;
	box-shadow: 1px 1px 8px #555;
}
.checker div.fitem {
	padding:5px;
	width:300px;
}
.checker span {
	float:right;
}
.checker a{
	text-decoration:underline;
}
.checker div._enable{
	background:url(../img/enable.png) no-repeat;
	width:20px;
	height:20px;
	float:right;
}
.checker div._disable{
	background:url(../img/disable.png) no-repeat;
	width:20px;
	height:20px;
	float:right;
}
.missing_webgl_msg{
	color:red;
}
.ok_webgl_msg{
	color:green;
}
.checkButton{
	border-radius:8px;
	box-shadow:2px 2px 5px #555;
	border:1px solid white;
	color:white;
	text-align:center;
	padding:4px;
	cursor:pointer;
	text-decoration:none;
	font-size:20px;
	padding:10px;
	width:320px;
	margin-left:33%;
	margin-top:30px;
	color:white;
}

.txtproducttft4it{
    margin: 10px;
    padding: 0; 
}
.txtproducttft4it h1{
    text-align: center;
    margin: 0;
    padding : 15px 0 5px 0;
}
.txtproducttft4it h2{
    margin: 0;
    padding : 15px 0 5px 0;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    text-decoration: underline;
    color:#eb9030; /*orange*/
}
.backsoftblue h2{
     color:#CC2525; /*rouge*/
}
.txtproducttft4it h3{
    font-size: 14px;
    font-weight: 300;
    padding: 0 0 5px 0;
    background-image:url(../img/fleche_orange.png);
    background-repeat: no-repeat;
    background-position: 0 0.6em;
    padding: 0 0 5px 17px;
}
.txtproducttft4it h4{
    margin: 0;
    padding : 0 0 0px 0;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
}
.txtproducttft4it p{
     font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.txtproducttft4it ol li{
    margin: 0;
    padding: 0 0 0 15px;
    list-style-type: none;
    background-image:url(../img/check-mark.png);
   background-position: 0 0.2em;
    background-position: 0 0.6em;
    font: 14px "Lato";
    line-height: 20px;
}

