/*****************************/
/* Text formatting           */
/*****************************/
H1, H2, H3, H4, H5, H6 {
	color:#666666;
}
.text1 {
	font-size:10px;
	color:#666666;
}
.text2 {
	font-size:12px;
	color:#666666;
}
.text3 {
	font-size:14px;
	color:#666666;
}
.textBold {
	font-weight:bold;
}
.textBlack {
	color:#333333;
}
.textWhite {
	color:#FFFFFF;
}
.textBlue {
	color:#006699;
}
.notice {
	font-size:10px;
	color:#999999;
}
a {
	text-decoration:underline;
	color:#666666;
}
a:hover {
	text-decoration:underline;
	color:#006699;
}
dt {
	margin-bottom:5px;
	margin-top:10px;
}
li.numList {
	list-style-type:decimal;
}
/*****************************/
/* Body  and  main section   */
/*****************************/
body {
	font-family: verdana, arial;
	margin:0px;
	background-color:#ffffff;
}
#mainOLD {
	position:absolute; 
	left:50%;
	width: 760px;
	min-width:760px;
	margin-left: -380px;
	margin-bottom:200px;
	padding-bottom: 200px;
	background-color: transparent;
}
#mainTable {
	width:100%;
	background-image:url(../images/backingSky.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#003366;
	/*border:#FF0000 1px solid;*/
}
#mainDiv {
	position:relative; 
	width: 760px;
	min-width:760px;
	
	/*background-color:#8099B3;*/
	/*border:#333333 1px solid;*/
}
/*****************************/
/* Header                    */
/*****************************/
#header {
	position:relative;
	width:100%;
	text-align:center;
}
/*****************************/
/* Content                   */
/*****************************/
#content {
	/*position:relative;*/
	width:100%;
	margin:0px 0px 0px 0px;
	background-color:#99ADC2;
	background-image:url(../images/backingSkyAccueil.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#contentEng {
	/*position:relative;*/
	width:100%;
	margin:0px 0px 0px 0px;
	background-color:#99ADC2;
	background-image:url(../images/backingSkyHome.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#contentHeader {
	position:relative;
	width:752px;
	height:18px;
	min-width:752px;
	margin:0px;
	padding:0px;
	/*background-image:url(../images/backTop.jpg);
	background-position:top;
	background-repeat:no-repeat;*/
}
#contentText {
	position:relative;
	width:752px;
	min-width:752px;
	margin:0px 0px 0px 0px;
	padding:0px;
}

.TableContent {
	background-image:url(../images/fillContent.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#contentFooter {
	position:relative;
	width:752px;
	/*height:86px;*/
	min-width:752px;
	margin:0px;
	padding:0px;
	text-align:center;
}
/*****************************/
/* Footer                    */
/*****************************/
#footer {
	position:relative;
	width:100%;
	margin:80px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#footerText {
	position:relative;
	width:100%;
	text-align:center;
	vertical-align:bottom;
}
#footerLinks {
	position:relative;
	padding:5px 0px 0px 0px;
	text-align:center;
}
.footerLink {
	position:relative;
	width:100%;
	padding:0px 5px 0px 5px;
}
a.footerLink, a.footerLink:visited {
	font-size:10px;
	text-decoration:underline;
	color:#666666;
}
a.footerLink:hover {
	text-decoration:underline;
	color:#006699;
}
/*****************************/
/* Menu layout               */
/*****************************/
#globalNav{
	position: relative;
	width: 760px;
	min-width:760px;
	height:30px;
	padding: 10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/menuBacking2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	z-index: 100;
}
#globalLink1 {
	position:relative;
	float:left;
	padding-left:20px;
}
#globalLink2 {
	position:relative;
	float:right;
	text-align:right;
	visibility:visible;
}
a.glink1, a.glink1:visited{
  	font-size: 12px;
  	color:#006699;
	margin: 0px 0px 0px 0px;
	padding: 4px 13px 4px 13px;
	text-decoration:none;
}

a.glink1:hover{
	text-decoration: none;
	color:#CC0000;
}
a.glink2, a.glink2:visited{
  	font-size: 12px;
  	color:#CC0000;
	margin: 0px 0px 0px 0px;
	padding: 4px 15px 4px 10px;
	text-decoration:none;
}

a.glink2:hover{
	text-decoration: none;
	color:#006699;
}
a.slink, a.slink:visited{
  	font-size: 10px;
	font-weight:bold;
  	color:#ffffff;
	margin: 0px;
	padding: 5px 15px 5px 15px;
	text-decoration:none;
}
a.slink:hover{
	text-decoration:underline;
	color:#ffffff;
}
.subglobalNav{
	position:absolute;
	/*height: 20px;*/
	padding: 5px 0px 5px 0px;
	color:#666666;
	visibility: hidden;
	z-index: 150;
}

#subglobal2 {
	padding-left:5px;
}
#subglobal3 {
	padding-left:130px;
}
#subglobal4 {
	padding-left:220px;
}
#subglobal5 {
	padding-left:297px;
}

/**************************/
/*  SUB-MENU BAR		  */
/* ************************/

#subNav {
  position:relative;
  width:100%;
  background-color:#99ADC2;
  font-size:10px;
  line-height:normal;
  /*height:29px;*/
  text-align:left;
  /*border:1px solid #fff;*/
  }
#subNav:After{
 	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
#subNav #titleNavMosquito {
  float:left;
  width:144px;
  height:29px;
  background:url("../images/nav_title_mosquito.jpg") no-repeat left top;
  }
#subNav #titleNavJB3 {
  float:left;
  width:144px;
  height:29px;
  background:url("../images/nav_title_jb3.jpg") no-repeat left bottom;
  margin:0;
  padding:0;
  }
#subNav ul {
  position:relative;
  margin:0;
  padding:7px 0px 0px 0px;
  list-style:none;
  }
#subNav li {
  float:left;
  background:url("../images/nav_left_corners.jpg") no-repeat left bottom;
  margin:0;
  padding:0 0 0 6px;
  border-bottom:1px solid #999;
  }
#subNav li.firstTab {
  float:left;
  background:url("../images/nav_left_corner_first.jpg") no-repeat left bottom;
  margin:0;
  padding:0 0 0 10px;
  border-bottom:1px solid #999;
}
#subNav a {
  float:left;
  display:block;
  height:20px;
  width:.1em;
  background:url("../images/nav_right_corners.jpg") no-repeat right bottom;
  padding:8px 9px 0px 4px;
  text-decoration:none;
  font-weight:bold;
  color:#003366;
  }
#page-sommaire #tab-sommaire, #page-motorisation #tab-motorisation,
#page-transmission #tab-transmission, #page-avionique #tab-avionique,
#page-rotor #tab-rotor, #page-specs #tab-specs, #page-prix #tab-prix {
   border-bottom:1px solid #DFE6EC;
}

#page-sommaire #tab-sommaire a, #page-motorisation #tab-motorisation a,
#page-transmission #tab-transmission a, #page-avionique #tab-avionique a,
#page-rotor #tab-rotor a, #page-specs #tab-specs a, #page-prix #tab-prix a {
  color:#990000;
}

#subNav > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#subNav a {float:none;}
/* End IE5-Mac hack */
#subNav a:hover {
  color:#666666;
  }





.ongletDiv {
	width:100%;
	height:35px;
	min-height:35px;
}

.onglet {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align:bottom;
}

/*****************************/
/* General layout            */
/*****************************/
.container {
	position:relative;
	width:100%;
	text-align:center;
}
.containerHeader {
	position:relative;
	width:451px;
	min-width:451px;
	margin:0px;
	padding:0px;
}
.containerText {
	position:relative;
	width:451px;
	min-width:451px;
	margin:0px;
	padding:0px;
}
.containerFooter {
	position:relative;
	width:451px;
	min-width:451px;
	margin:0px;
	padding:0px;
}
.separator {
	width:100%;
	text-align:center;
}


/*****************************/
/* Home page layout          */
/*****************************/
#homeHeader {
	position:relative;
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
#homeImage {
	padding-top:0px;
}
.homeContent {
	/*position:relative;*/
	display:block;
	width:100%;
	text-align:center;
	margin:0px 0px 165px 0px;
	border:#FF0000 2px solid;
}

.homeTextZone {
	position:relative;
	width:100%;
	text-align:center;
	margin:182px 0px 130px 0px;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
}

.homeTextZone1 {
	position:relative;
	height:120px;
	width:325px;
	padding-right:20px;
	padding-left:30px;
	padding-top:60px;
	text-align:left;
}

.homeTextZone1 ul {
	margin-left:20px;
	margin-top:0px;
	padding:0px;
}

.homeTextZone1 li {
	color:#666666;
	font-size:14px;
	font-weight:normal;
	padding-bottom:5px;
}

.homeTextZone1 a {
	font-size:12px;
	padding-left:7px;
}

.homeTextZone2 {
	text-align:justify;
	margin:10px 35px 10px 20px;
}

.homeColumn1 {
	text-align:center;
	margin:27px 15px 10px 38px;
}
.homeColumn2 {
	text-align:center;
	margin:24px 25px 10px 30px;
}
.homeColumn3 {
	text-align:center;
	margin:25px 35px 10px 20px;
}
#etapes {
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	padding-top:5px;
	padding-bottom:5px;
}
#etapes a {
	color:#CC0000;
}
#etapes a:hover {
	color:#006699;
}

/**************************/
/*  Products Page Layout  */
/* ************************/
#produitsAllContent {
	/*position:relative;*/
	width:100%;
	margin:0px 0px 0px 0px;
	background-color:#99ADC2;
	background-image:url(../images/backingSkyProduits2.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.produitsAllTexteContent {
	position:relative;
	width:650px;
	min-width:650px;
	margin:0;
	padding:10px 0px 10px 50px;
	/*border:#0066CC 1px solid;*/
}
.produitAllImage {
	position:relative;
	width:300px;
	padding:20px 15px 0px 0px;
}
.produitAllTexte {
	position:relative;
	width:320px;
	padding:20px 10px 0px 0px;
}

#produitsContent {
	/*position:relative;*/
	width:100%;
	margin:0px 0px 0px 0px;
	background-color:#99ADC2;
	background-image:url(../images/backingSkyProduits.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.produitsTextContent {
	position:relative;
	width:500px;
	min-width:500px;
	margin:10px 20px 10px 10px;
	padding:1px;
	/*border:#0066CC 1px solid;*/
}
.produitsTextContent2 {
	position:relative;
	width:580px;
	min-width:580px;
	margin:10px 20px 10px 10px;
	padding:1px;
	/*border:#0066CC 1px solid;*/
}
.produitsTextContent3 {
	position:relative;
	width:300px;
	min-width:300px;
	margin:10px 20px 10px 10px;
	padding:1px;
}
.produitsText1 {
	/*position:relative;*/
	text-align:center;
	margin:0px 10px 0px 10px;
}
.produitsText2 {
	/*position:relative;*/
	text-align:justify;
	margin:10px 10px 10px 10px;
}
.produitsText3 {
	/*position:relative;*/
	text-align:center;
	margin:15px 20px 10px 10px;
}
.produitsText4 {
	/*position:relative;*/
	float:left;
	text-align:justify;
	margin:10px 10px 10px 10px;
}
.produitsText5 {
	/*position:relative;*/
	float:right;
	text-align:justify;
	margin:10px 10px 10px 10px;
}
.produitsText6 {
	/*position:relative;*/
	text-align:left;
	margin:10px 10px 10px 10px;
}

.produitsIcone {
	position:relative;
	width:110px;
	text-align:center;
	margin:12px 0px 2px 0px;
}
.produitsSpaceZone {
	position:relative;
	width:100%;
	text-align:center;
	margin:235px 0px 0px 0px;
}
.produitsSommaireSpaceZone {
	position:relative;
	width:100%;
	text-align:center;
	margin:10px 0px 0px 0px;
}
.produitsMotorSpaceZone {
	position:relative;
	width:100%;
	text-align:center;
	margin:10px 0px 0px 0px;
}
.produitsTransSpaceZone {
	position:relative;
	width:100%;
	text-align:center;
	margin:0px 0px 0px 0px;
}
.produitsRotorSpaceZone {
	position:relative;
	width:100%;
	text-align:center;
	margin:0px 0px 0px 0px;
}
.produitsSpecsSpaceZone {
	position:relative;
	width:100%;
	text-align:center;
	margin:0px 0px 0px 0px;
}
.produitsPrixSpaceZone {
	position:relative;
	width:100%;
	text-align:center;
	margin:0px 0px 0px 0px;
}
LI.liste1 {
	line-height:16px;
	text-align:left;
}


/************************************/
/*	HACK POUR LES PGNs DANS IE6		*/
/************************************/
DIV#imgJB3Etapes {
	width: 100px;
	height: 90px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/jb3-etapes.png');
}

DIV#imgJB3EtapesOn {
	width: 100px;
	height: 90px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/jb3-etapes-on.png');
}

DIV#imgJB3InfoKit {
	width: 109px;
	height: 86px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/jb3-info-kit.png');
}

DIV#imgJB3InfoKitOn {
	width: 109px;
	height: 86px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/jb3-info-kit-on.png');
}

html>body #imgJB3Etapes {
	margin:auto;
	filter: none;
	background: url('../images/jb3-etapes.png') no-repeat;
}

html>body #imgJB3EtapesOn {
	margin:auto;
	filter: none;
	background: url('../images/jb3-etapes-on.png') no-repeat;
}

html>body #imgJB3InfoKit {
	margin:auto;
	filter: none;
	background: url('../images/jb3-info-kit.png') no-repeat;
}

html>body #imgJB3InfoKitOn {
	margin:auto;
	filter: none;
	background: url('../images/jb3-info-kit-on.png') no-repeat;
}

/**************************/
/*  Galerie Page Layout   */
/* ************************/
#galerieContent {
	/*position:relative;*/
	width:100%;
	margin:0px 0px 0px 0px;
	background-color:#99ADC2;
	background-image:url(../images/backingSky2.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.galerieText {
	position:relative;
	text-align:justify;
	width:650px;
	margin:15px 5px 0px 5px;
}
.galerieImage {
	padding:15px 0px 5px 0px;
}
.galerieSpaceZone {
	position:relative;
	width:100%;
	text-align:center;
	margin:0px 0px 0px 0px;
}
/**************************/
/*  Licence Page Layout   */
/* ************************/
#licenceContent {
	/*position:relative;*/
	width:100%;
	margin:0px 0px 0px 0px;
	background-color:#99ADC2;
	background-image:url(../images/backingSkyLicence.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
#licenceContent2 {
	/*position:relative;*/
	width:100%;
	margin:0px 0px 0px 0px;
	background-color:#99ADC2;
	background-image:url(../images/backingSkyLicence2.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.licenceText1 {
	position:relative;
	text-align:justify;
	width:250px;
	margin:20px 0px 0px 35px;
}
.licenceText2 {
	position:relative;
	text-align:justify;
	width:400px;
	margin:20px 0px 0px 20px;
}
.licenceText3 {
	position:relative;
	text-align:justify;
	width:400px;
	margin:0px 0px 0px 20px;
}
.licenceSpaceZone {
	position:relative;
	width:100%;
	text-align:center;
	margin:100px 0px 0px 0px;
}
/**************************/
/*  FAQ Page Layout       */
/* ************************/
#faqContent {
	/*position:relative;*/
	width:100%;
	margin:0px 0px 0px 0px;
	background-color:#99ADC2;
	background-image:url(../images/backingSkyfaq.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.faqText {
	position:relative;
	text-align:justify;
	width:650px;
	margin:30px 0px 0px 55px;
}

.faqText ul {
	margin-left:15px;
}

.faqText li {
	padding-bottom:5px;
}

.faqSpaceZone {
	position:relative;
	width:100%;
	text-align:center;
	margin:0px 0px 0px 0px;
}
/**************************/
/*  Contact Page Layout   */
/* ************************/
#contactContent {
	/*position:relative;*/
	width:100%;
	margin:0px 0px 0px 0px;
	background-color:#99ADC2;
	background-image:url(../images/backingSkyContact.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.contactText {
	position:relative;
	text-align:center;
	width:420px;
	margin:30px 0px 0px 30px;
}
.contactSpaceZone {
	position:relative;
	width:100%;
	text-align:center;
	margin:90px 0px 70px 0px;
}
/**************************/
/*  Links Page Layout     */
/* ************************/
#liensContent {
	/*position:relative;*/
	width:100%;
	margin:0px 0px 0px 0px;
	background-color:#99ADC2;
	background-image:url(../images/backingSkyLiens.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.liensText {
	position:relative;
	text-align:justify;
	width:650px;
	margin:30px 0px 0px 75px;
}
.liensSpaceZone {
	position:relative;
	width:100%;
	text-align:center;
	margin:0px 0px 301px 0px;
}




