
/*
+--------------------------------------------------------------------------
|		Exceliance Main Style v1.0
|		========================================
|		by Benjamin Camara
|		© 2005 Pixelcreatif - Interactive Web Design
|		http://www.pixelcreatif.com
|		========================================
|		Web: http://www.pixelcreatif.com
|		Email: contact@pixelcreatif.com
|		Licence Info: contact@pixelcreatif.com
|		========================================
|		This program is free software; you can redistribute it and/or
|		modify it under the terms of the GNU General Public License as
|		published by the Free Software Foundation; either version 2 of
|		the License, or (at your option) any later version.
+---------------------------------------------------------------------------
|
|		> Mainstyle CSS2
|		> CSS2 written by Benjamin Camara
|		> Date started: 26 April 2005
|
|		> CSS2 Version Number: 1.0.0
+--------------------------------------------------------------------------
*/

/*---------------------------------------------------------
//		Basic Elements
//---------------------------------------------------------
*/
/* @import url(winiestyle.css); */

/* Importation des styles UK specifiques ----------*/

/* @import url(englishstyle.css); */

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333;          /* 333 */
	background-color: #fff; /* #d8dcdf;*/
}
abbr, acronym, .help {
	border-bottom: 1px dotted #999;
	cursor: help;
}
a:link, a:active, a:visited	{
	color: #333;
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
}
a.titleLnk, a.titleLnk:link, a.titleLnk:visited  {
	color: #ff6600;       /*ec6519 */
	text-decoration: none;
}
a.titleLnk:hover, a.titleLnk:active  {
	color: #ff6600;       /*ec6519 */
	text-decoration: underline;
}
a.landingLnk, a.landingLnk:link, a.landingLnk:visited, a.landingLnk:hover, a.landingLnk:active  {
	color: #ec6519;
	text-decoration: underline;
}
a.greenLnk, a.greenLnk:link, a.greenLnk:visited  {
	color: #0099cc;     /*582; */
	text-decoration: none;
}
a.greenLnk:hover, a.greenLnk:active  {
	color: #000099;
	text-decoration: underline;
}
a.purplelink, a.purplelink:link, a.purplelink:visited {
     color: #0079c0;
     text-decoration: underline;
}
a.purplelink:hover, a.purplelink:active {
     color: #0079c0;
     text-decoration: underline;
}
a.scrollnews, a.scrollnews:link, a.scrollnews:visited {
     color: #141;
     text-align: center;
}
a.greyLnk, a.greyLnk:link, a.greyLnk:visited  {
	color: #999;
	text-decoration: none;
}
a.greyLnk:hover, a.greyLnk:active  {
	color: #666;
	text-decoration: underline;
}
a.whiteLnk, a.whiteLnk:link, a.whiteLnk:visited  {
	color: #ddd;
	text-decoration: none;
}
a.whiteLnk:hover, a.whiteLnk:active  {
	color: #fff;
	text-decoration: underline;
}
a.whiteLnkb, a.whiteLnkb:link, a.whiteLnkb:visited  {
	color: #fff;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
}
a.whiteLnkb:hover, a.whiteLnkb:active  {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
a.nolink, a.nolink:link, a.nolink:visited, a.nolink:active, a.nolink:hover {
     color: #fff;
	text-decoration: none;
}

a.more, a.more:link, a.more:visited  {
	font-style: italic;
	color: #582;
	text-decoration: underline;
}
a.more:hover, a.more:active  {
	color: #141;
	text-decoration: underline;
}
a.mapLnk, a.mapLnk:link, a.mapLnk:visited  {
	color: #0099cc;
	text-decoration: none;
}
a.mapLnk:hover, a.mapLnk:active  {
	color: #000;
	text-decoration: none;
}
table {
	width: 94%;      /*96%*/
	margin: 10px 1%;
}
table.needs {
  width: 80%;
  margin-left: 60px;
  border: none;
  border-spacing: 0px;
  border-collapse: collapse;
}
thead th {
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	border: 1px solid gray;
  border-width: 0 1px 1px 0;
}
tbody th {
	width: 30%;
     border-bottom: 1px solid #ccc;
}
th, td {
	font: 11px verdana, "Andale Mono", Courier, "Courier New", monospace;
	color: #000;
	text-align: right; padding: 2px 6px;
     border-bottom: 1px solid #ddd;
}
th {
	border-right: 1px solid gray; 
	background: #c3d3dc;        /* e7ddff  */
}
td {
	font: 10px verdana, "Andale Mono", Courier, "Courier New", monospace;
	text-align: center;
	border-right: 1px solid gray;
}
tr.totals th, tr.totals td {border-bottom: 6px solid gray;}
tr th.empty, tr.insert th, tr.insert td {background: #fff;}
tr.insert th, tr.insert td {
	line-height: 1px;
	background: #dbd2f2;
}
/* ------------ ajout CPO ---------------------*/
th.position {
     background: #ec6519;
     text-align: center;
     font-weight: bold;
     color: white;
}
th.fonction {
     background: #e7ddff;
     text-align: left;
     color: #000;
     width: 50%;
}
th.needs {
  background: url('img/table-needs-bkg.png'); /*background: #4295d2; */
  text-align: center;
     color: #fff;
      font-weight: bold;
      font-size: 1.5em;
      border: none;
      }
td.needs, td.needs-center {
  border: 0px;
  text-align: center;
  font-weight: bold;
  padding: 0px;
  background: url('img/table-needs-bkg.png');
}
td.needs-center {
  border-left: 1px solid grey;
  border-right: 1px solid grey;
  }
td.position {
     font-weight: bold;
}
tr.tbscope {
     background: #e7ddff;
}
tr.needs {
  height: 50px;
}
td.tbscope {
     font-weight: bold;
}
td.tbscope2 {
     font-weight: bold;
     border-right: 0px;
}
td.noborder {
     border-right: 0px;
}
/* ------------ Fin ajout CPO --------------------*/
strong {
	color: #ff6600; /*ec6519; */
}

/*---------------------------------------------------------
//		Specifics Classes
//---------------------------------------------------------
*/
.spacer {
	clear: both;
}
/* ---------------------------------------------------------
//           DHTML News Scroller
//----------------------------------------------------------
// fontionne avec blbdscroller.js
*/

#contentwrapper {
     width: 250px;
     height: 160px;     /*165px */
     border: 0px solid purple;
     background-color: #FFFFFF;
     padding: 5px 5px 0 5px;
}

.billcontent {
     width: 100%;
     display:block;
     margin-top: 25px;
     margin-left: 10px;
}
/* ---------------------------------------------------------
//           DHTML News Scroller
//----------------------------------------------------------
// fontionne avec blbdscroller2.js
*/

#contentwrapper2 {
     width: 180px;
     height: 90px;
     border: 0px solid purple;
     background-color: #FFFFFF;
     margin-top: 30px;
     margin-left: 20px;
}

.billcontent2 {
     width: 100%;         /*100   */
     vertical-align: middle;
     text-align: center;
     display: block;
}


/*---------------------------------------------------------
//		Header Divs
//---------------------------------------------------------
*/
#container, #container-home {
  position: relative; /*: float: left; */
  left: 50%; /* 18%; */
  padding-bottom: 2em;
	border-top: 3px solid #ec6519;
	border-bottom: 22px solid #ff6600;
	border-left: 1px solid #dbd2f2;
	border-right: 1px solid #a3a3a3;
 	background-color: #ffffff;
}
#container-home {
     width: 900px;    /* 788 !0904 */
     margin-left: -450px;
}
  html>body #container-home{
     width: 899;
}
#container {
     width: 900px;     /* 784 !0904 */
     margin-left: -450px;
}
     html>body #container{
     width: 899;         /* 782 !0904 */
}
#mainWrapper, #mainWrapper-home {
     position: relative;
    	top: 0px;
     text-align: left;
	/* border-left: 1px solid #dbd2f2; */
	/*border-right: 1px solid #dbd2f2;*/
     background-color: #ffffff;
}
#mainWrapper-home {
     width: 898px;    /* 786 !0904 */
}
html>body #mainWrapper-home {
     width: 899px;
}
#mainWrapper {
     width: 898;   /* 784 !0904 */
}
     html>body #mainWrapper {
     width: 899px;   /* 782 !0904 */
}
#logo {
	float: left;
	width: 185px;   /*185 */
	height: 55px;   /* 55 */
	margin: 5px 0px 0px 15px;
	background: url('img/logo.gif') 0px 0px no-repeat;
}
#logo a {
	display: block;
	width: 185px;   /*185 */
	height: 55px;   /* 55 */
}
#contact {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 10px;
	color: #999;
}



/*---------------------------------------------------------
//		Home Styles
//---------------------------------------------------------
*/
#homeHeader {
	float: left;
	z-index: 0;
	width: 899px;
	height: 172px;        /* 156 !090407*/
	margin: 2px 0 0x 0px;
	/* background: url('img/index-header-fr.jpg') no-repeat; !090407 */
	background: url('img/flash-bkg.jpg') no-repeat;
}
     html>body #homeHeader {
     width: 899px;
     }
     
#homebluebar {
    float: left;
    background: url('img/home-title-bkg2.gif') repeat;
    width: 899px;
    height: 24px;
}
#homeintroblock {
  float: left;
	font-family: 'verdana'; font-size: 1em; color: #0079c0; font-weight: bold;
	line-height: 16px;
	padding: 0;
	width: 70%;
	border: 1px solid #999999;
	border-top: 2px solid #ffffff;
	border-left: 0px;
}

#homecontainerbas {
  float: left;
  padding: 0;
	width: 70%;
	height: 250px;
	border-right: 1px solid #999999;
	background: url('img/home-bas-block-bkgd.gif') repeat-x;
}

#homenewsblock {
  float: left;
  width: 270px;
  height: 210px;
  margin-left: 30px;
  margin-top: 10px;
  background: #fff;
}

#homenewsblock1 {
     width: 90%;
     display:block;
     margin-top: 5px;
     margin-left: 10px;
}

#homenewsblock2 {
     width: 90%;
     display:block;
     margin-top: 25px;
     margin-left: 10px;
     border-top: 1px solid #999999;
}

#homenewsblocktitle {
  float: left;
  width: 260px;
  padding: 3px 0 1px 10px;
  font-family: 'Trebuchet MS'; font-size: 15px; font-weight: bold; color: #fff;
  background: url('img/home-title-bkg2.gif') repeat;
}

#hometestiblock {
  float: left;
  width: 270px;
  height: 210px;
  margin-left: 30px;
  margin-top: 10px;
  background: #fff;
}

#hometestiblocktitle {
  float: left;
  width: 260px;
  padding: 3px 0 1px 10px;
  font-family: 'Trebuchet MS'; font-size: 15px; font-weight: bold; color: #fff;
  background: url('img/home-title-bkg2.gif') repeat;
}

#homecoldroite {
 float: right;
 width: 268px;
}

#homecallback {
     float: left;   /*ajout*/
     width: 210px;     /*179 */
     height: 174px;     /* 110 */
     padding-top: 0px;
     margin-left: 30px;
     margin-top: 0px;
     /* margin-bottom: 10px; */
     border-right: 0px;
	border-bottom: 1px solid #ec6519;
 	text-align: center;
}

#homedownload {
     float: left;   /*ajout*/
     width: 210px;
     text-align: center;
     padding-top: 20px;
     padding-bottom: 20px;
     margin-left: 30px;
     margin-top: 0px;
     border-right: 0px;
    border-bottom: 1px solid #ec6519;
	/* border-bottom: 1px solid #dbd2f2; */
}

#homelogo {
     float: left;   /*ajout*/
     width: 210px;
     height: 170px;
     padding-top: 20px;
     margin-left: 40px;
     margin-top: 20px;
     border-right: 0px;
     background: url('img/logo-ref-bkgd.gif') no-repeat;
	   text-align: center;
}

#homeProductsTitle, #homeSolutionsTitle, #homeNewsTitle {
	float: left;
	font-family: 'Trebuchet MS'; font-size: 15px; font-weight: bold; color: #fff;
	margin-top: 1px;
	padding: 3px 0 1px 10px;
	background: url('img/home-title-bkg2.gif') repeat; /* #dbd2f2; */
}
#homeProductsTitle, #homeSolutionsTitle {
	width: 598px;
	}
	html>body #homeProductsTitle, #homeSolutionsTitle {
	width: 598px;
}
#homeNewsTitle {
	width: 296 px;    /* 186  !0904 */
	}
	html>body #homeNewsTitle {
	width: 296px;         /* 174  !0904 */
	border-left: 1px solid #fff;
}
#homedemohead {
  float: right;
	font-family: 'Trebuchet MS'; font-size: 15px; font-weight: bold; color: #ec6519;
	margin: 70px 10px 10px 0px;
}

/* #homeSolutionsTitle {
	border-right: 1px solid #fff;
} */
#homeMainTop, #homeMainBot, #homeMainFoot {
     float: left;
	font-family: 'verdana'; font-size: 1em; color: #666;
	line-height: 16px;
	padding: 0;
}
#homeMainld, #homeMainal {
     float: left;
	font-family: 'verdana'; font-size: 1em; color: #0079c0; font-weight: bold;      /*color: #906 violet*/
	line-height: 16px;
	padding: 0;
}
#homeMainTop {
	width: 599px;
     border: 2px solid #dbd2f2;
     border-top: 0px;
     border-left: 0px;
     background: #fff; /*#f7f4fd;*/
	}
	html>body #homeMainTop {
	width: 598px;
}
#homeMainBot {
	width: 599px;
     border: 2px solid #dbd2f2;
     border-top: 0px;
     border-left: 0px;
     background: #fff; /*#f7f4fd;*/
	}
	html>body #homeMainBot {
	width: 598px;
}
#homeMainld {
     width: 599px;     /* 555 */
     /* height: 200px; */
	margin: 0px 0 0 0px; /* 20 0 0 17 */
	padding-top: 10px;
	background: #EDE6FF;
	/* border: 0px solid #dbd2f2; */
	border: 2px solid #dbd2f2;     /*border-top: 2px solid #dbd2f2;    */
	border-top: 2px solid #ffffff;
	border-left: 0px;
	}
	html>body #homeMainld {
	width: 598px;          /* 550 */
	margin: 0px 0 0 0px;     /* 20 0 0 32 */
}
#homeMainal {
     width: 599px;     /* 555 */
     /* height: 200px; */
	margin: 0px 0 0 0px; /* 20 0 0 17 */
	padding-top: 20px;
	background: #EDE6FF;
	/* border: 0px solid #dbd2f2; */
	border: 2px solid #dbd2f2;     /*border-top: 2px solid #dbd2f2;    */
	border-top: 2px solid #ffffff;
	border-left: 0px;
	}
	html>body #homeMainal {
	width: 598px;          /* 550 */
	margin: 0px 0 0 0px;     /* 20 0 0 32 */
}
#homeMainFoot {
     width: 580px;
     height: 150px;        /*150 */
     border: 0px solid #dbd2f2;
     border-top: 0px;
     border-left: 0px;
     background: #f7f4fd;
	}
	html>body #homeMainFoot {
	width: 596px;
}
.botTxt {
	margin: 0px 0px 5px 5px;   /* 0 10 10 0 */
}
.botimg {
	margin: 0px 10px 10px 0px;
}
.productsLD, .productsSD, .productsSF, .productsAH {
	float: left;
	border-bottom: 0px solid #ec6519;
	margin: 5px 5px 5px 5px;       /* 25 20 50 15*/
     padding: 0 0px 1px 1px;
}
	html>body .productsLD, .productsSD, .productsSF, .productsAH {
	margin: 5px 50px 5px 5px;     /* 25 20 50 15 */
     padding: 0 2px 3px 0px;
}
.productsLD, .productsSD, .productsSF, .productsAH {
	width: 300px; height: 58px;        /*   width: 250px; height: 97px;    */
}
/* .productsLD img, .productsSD img, .productsSF img, .productsAH img {
	border: 1px solid #7764aa;
}*/
.imgPlus {
     margin-left: 75%;
     margin-bottom: -4px;
	border: 0;
}
.logopart {
     margin-left: 10px;
     margin-bottom: -4px;
	border: 0;
}
.indigo {
	margin: 6px 0 -16px 0;
	border: 0;
}
#homeldleft, #homeldright, #homealright, #homealleft, #homeNews, #homeNews2 {
 	font-family: 'verdana'; font-size: 1em; color: #666;
	line-height: 16px;
	margin-top: 0px;
	padding: 0;
}
#homeldleft, #homeldright, #homealright, #homealleft {
     float: left;
     width: 298px;
	height: auto;
	}
	html>body #homeldleft, #homeldright, #homealright, #homealleft {
	width: 298px;
}
#homeldleft, #homealleft {
     border-right: 2px solid #dbd2f2;
}
#homeMaintxt {
     float: left;
     width: 100%;
     height: 200px;
	margin: 0px 0 0 0px; /* 20 0 0 17 */
	padding-top: 10px;
	background: #EDE6FF;
	border: 1px solid #dbd2f2;
}
	html>body #homeMaintxt {
 	margin: 0px 0 0 0px;     /* 20 0 0 32 */
}

/* --------------------------------*/
#homeNews {
     float: right;   /*ajout*/
     width: 181px;
     height: 155px;  /* 150px */
	border-right: 0px;
	padding-top: 0px; /*ajout 280306*/
	padding-bottom: 0px;
 	/* border-top: 2px solid #dbd2f2; */
 	/* border-bottom: 5px solid #ec6519; */
}
#homeNews2 {
     float: right;   /*ajout*/
     width: 183px;
     height: 150px;
     padding-top: 20px;
     margin-top: 15px;
     border-right: 0px;
	border-top: 5px solid #ec6519;
	/* border-bottom: 1px solid #dbd2f2; */
}


#ldpagedemo {
     float: left;   /*ajout*/
     width: 200px;
     padding-top: 20px;
     margin-top: 15px;
     margin-bottom: 10px;
     border-right: 0px;
	border-bottom: 5px solid #ec6519;
	/* border-bottom: 1px solid #dbd2f2; */
}

.solutionsTitle {
	font-family: 'Trebuchet MS'; font-size: 15px; font-weight: bold; color: #ec6519;
	margin-top: 14px;
	padding: 3px 0 0 32px;
	background: url('img/arrow.gif') 10px 0 no-repeat;
	}
	html>body .solutionsTitle {
	padding: 3px 0 0 34px;
}
.solutionsTxt {
	margin: 10px 8px 10px 34px;
	padding-bottom: 5px;
	text-align: left;
}
/*--------Ajout CPO ----------------------*/
#homeBordBot {
      border-bottom: 1px solid #dbd2f2;
}

/*--------- Fin ajout CPO -----------------*/
.newsTitle {
	font-family: 'verdana'; font-size: 10px; font-weight: bold; color: #444;
	margin-top: 4px;
	padding: 3px 0 0 10px;
	}
	html>body .newsTitle {
}
.newsTxt {
	margin: -18px 8px 0 10px;

	}
	html>body .newsTxt {
	margin: -12px 8px 0 10px;
}
.flag {
	width: 14px;
	height: 11px;
	border: 0px;
}
/*---------------------------------------------------------
//		Detail Styles
//---------------------------------------------------------
*/
#approachHeader {
	float: left;
	width: 780px;
	height: 103px;
	margin-top: 6px;
	background: url('img/concept3.jpg') ;      /* concept2.jpg */
}
#productsHeader {
	float: left;
	width: 899px;
	height: 130px;
	margin-top: 0px;
	background: url('img/head-product.png') ;       /*products3.jpg */
}
     html>body #productsHeader {
     width: 899px;
}
#servicesHeader {
  float: left;
	width: 899px;
	height: 130px;
	margin-top: 0px;
	background: url('img/head-services.png') ;
}
     html>body #servicesHeader {
     width: 899px;
}
#dnloadHeader {
	float: left;
  width: 899px;
	height: 130px;
	margin-top: 0px;
	background: url('img/head-download.png') ;
}
#resourcesHeader {
	float: left;
  width: 899px;
	height: 130px;
	margin-top: 0px;
	background: url('img/head-resources.png') ;
}
#forminfoHeader {
	float: left;
  width: 899px;
	height: 130px;
	margin-top: 0px;
	background: url('img/head-forminfo.png') ;
}
#ahlandingHeader {
	float: left;
  width: 899px;
	height: 130px;
	margin-top: 0px;
	background: url('img/head-ahlanding.png') ;
}
#ahlandingHeader-en {
	float: left;
  width: 899px;
	height: 130px;
	margin-top: 0px;
	background: url('img/head-ahlanding-en.png') ;
}
#partnersHeader {
 float: left;
	width: 899px;
	height: 130px;
	margin-top: 0px;
	background: url('img/head-partners.png') ;
}
#newsHeader {
	float: left;
width: 899px;
	height: 130px;
	margin-top: 0px;
	background: url('img/head-news.png') ;
}
#aboutHeader {
  float: left;
	width: 899px;
	height: 130px;
	margin-top: 0px;
	background: url('img/head-societe.png') ;
}
#contactHeader {
 float: left;
	width: 899px;
	height: 130px;
	margin-top: 0px;
	background: url('img/head-contact.png') ;
}
#mapHeader {
	float: left;
	width: 899px;
	height: 130px;
	margin-top: 0px;
	background: url('img/head-sitemap.png') ;
}
#mLevel3 {
	float: left;
	width: 889px;
	height: 21px;
	margin-top: 1px;
	padding: 4px 0 0px 10px;
 	background:  url('img/home-title-bkg2.gif') repeat; /*level3menu-block-bkg.gif*/
	}
	html>body #mLevel3 {
	width: 889px;
	height: 21px;
}
#mLevel3 a {
     font-family: 'verdana'; color: #fff; font-weight: bold;
}
#main {
	float: left;
	width: 70%; /*630*/
	font-family: 'verdana'; font-size: 1,5em; color: #000;     /*666*/
	line-height: 16px;
	margin-top: 0px;
	padding-bottom: 15px;
	border-right: 1px solid #999;
	border-left: 0px solid #fff;

	}
	html>body #main {
	width: 630px;    /*576*/
}
#main ul {
	list-style: none;
	margin: 1em 0 1em 0;
	padding-left: 24px;
	}
#main ul li {
	padding: 0 0 4px 10px;
	line-height: 1.2em;
	background: url(img/dot.gif) 0 5px no-repeat;
}

#sidecoldroite {
 float: left;
 width: 29%; /*268px;*/
 text-align: center;
}

#faq {
	float: left;
	width: 550px;
	margin: 5px 5px 20px;
	padding-left: 10px;
	}
	html>body #faq {
	width: 520px;
	margin: 0px 5px 20px;
	padding-left: 50px;
}
#faq ul {
	list-style: none;
	margin: 1em 0 1em 0;
	padding-left: 20px;
	}
#faq ul li {
	font-style: italic;
	color: #666;
	padding: 0 0 4px 15px;
	line-height: 1.2em;
	background: url(img/arrows.gif) 0 5px no-repeat;
}
#map {
	float: left;
	width: 550px;
	margin: 20px 5px 20px 5px;
	padding-left: 10px;
	}
	html>body #map {
	width: 520px;
	padding-left: 50px;
}
#map ul{
	list-style: none;
	margin: 6px 0 0px 0;
	padding-left: 20px;
}
#map ul.level1 li {
	font-weight: bold;
	padding: 0 0 10px 15px;
	background: url(img/arrows.gif) 0 5px no-repeat;
}
#map ul.level2 li {
	font-weight: normal;
	padding: 0 0 6px 10px;
	line-height: 1em;
	background: url(img/dot.gif) 0 5px no-repeat;
}
#map ul.level3 li {
	padding: 2px 0 2px 10px;
	background: url(img/bullet_dot.gif) 0 5px no-repeat;
}
#ldSchema {
	float: left;
	width: 580px;
	height: 390px;
	margin: 15px 0;
	background: url('img/ldschemav2.jpg') 35px no-repeat;
	}
	html>body #ldSchema {
	margin: 15px 0 30px;
}

#ldSchema a {
	display: block;
	width: 577px;
	height: 229px;
}
/* ajout CPO V22 */
#ahschemaproxy {
	float: left;
	width: 530px;
	height: 267px;
	margin-left: 30px;
	background: url('img/sch_mode-proxy.png') 35px no-repeat;
	}
	html>body #ahschemaproxy {
	margin-left: 30px;
}
#ahschemaproxy a {
	display: block;
	width: 530px;
	height: 267px;
}
#ahSchemadmz {
	float: left;
	width: 530px;
	height: 391px;
	margin-left: 30px;
	background: url('img/ahschema-dmz.jpg') no-repeat;
	}
	html>body #ahSchemadmz {
	margin-left: 30px;
}
#ahSchemadmz a {
	display: block;
	width: 530px;
	height: 391px;
}
#ahSchemaheber {
	float: left;
	width: 580px;
	height: 390px;
	margin: 15px 0;
	background: url('img/ahschema-multi.jpg') 35px no-repeat;
	}
	html>body #ahSchemaheber {
	margin: 15px 0 30px;
}
#ahSchemaheber a {
	display: block;
	width: 577px;
	height: 229px;
}
#ahSchemaalteon {
	float: left;
	width: 530px;
	height: 391px;
	margin-left: 30px;
	background: url('img/ahschema-alteon.jpg') no-repeat;
	}
	html>body #ahSchemaalteon {
	margin-left: 30px;
}
#ahSchemaalteon a {
	display: block;
	width: 530px;
	height: 391px;
}
#ahSchemaintra {
	float: left;
	width: 530px;
	height: 391px;
	margin-left: 30px;
	background: url('img/ahschema-intra.jpg') no-repeat;
	}
	html>body #ahSchemaintra {
 margin-left: 30px;
}
#ahSchemaintra a {
	display: block;
	width: 530px;
	height: 391px;
}
#ahSchemamulti {
	float: left;
	width: 580px;
	height: 390px;
	margin: 15px 0;
	background: url('img/ahschema-multi.jpg') 35px no-repeat;
	}
	html>body #ahSchemamulti {
	margin: 15px 0 30px;
}
#ahSchemamulti a {
	display: block;
	width: 577px;
	height: 229px;
}
/* fin ajout V22 */
/* fin ajout V23 */
#csSchemacover {
	float: left;
	width: 550px;
	height: 235px;
	margin: 15px 0;
	background: url('img/sch-cstream-coverage-fr.jpg') 35px no-repeat;
	}
	html>body #csSchemacover {
	margin: 15px 0 30px;
}
#csSchemacover a {
	display: block;
	width: 550px;
	height: 235px;
}
#csSchemacycle {
     /* float: left; */
	width: 359px;
	height: 359px;
	margin-left: 108px;
	margin-right: 0px;
	background: url('img/sch-cycle-cstream-0607-fr.gif') no-repeat;
	}
	html>body #csSchemacycle {
	margin-left: auto;         /* 15 100 30 */
	margin-right: auto;
}
#csSchemacycle a {
	display: block;
	width: 359px;
	height: 359px;
}
#csSchemacoveruk {
	float: left;
	width: 550px;
	height: 235px;
	margin: 15px 0;
/*	background: url('img/sch-cstream-coverage-en.jpg') 35px no-repeat;*/
/* LEELOO ne sert plus aparemment */
	}
	html>body #csSchemacoveruk {
	margin: 15px 0 30px;
}
#csSchemacoveruk a {
	display: block;
	width: 550px;
	height: 235px;
}
#sfSchema {
	float: left;
	width: 570px;
	height: 439px;
	margin: 5px 0;
	background: url('img/sfimplant.gif') 35px no-repeat;
	}
	html>body #sfSchema {
	margin: 5px 0 5px;
}
#sfSchema a {
     display: block;
	width: 570px;
	height: 439px;
}
/* ajout CPO V7 */
#sdSchema {
	float: left;
	width: 577px;
	height: 234px;
	margin: 15px 0;
	background: url('img/sdschemav2.jpg') 35px no-repeat;
	}
	html>body #ldSchema {
	margin: 15px 0 30px;
}
#sdSchema a {
	display: block;
	width: 577px;
	height: 234px;
}
/* fin ajout CPO V7 */
/* ajout CPO V8 */
#ldSchema_pos {
	float: left;
	width: 530px;   /*550*/
	height: 437px;
	margin: 15px 0;
	background: url('img/ld_sch_position.png') 35px no-repeat;
	}
	html>body #ldSchema_pos {
	margin: 20px 0 30px;
}
#ldSchema_pos a {
	display: block;
	width: 530px;
	height: 437px;
}
/* fin ajout CPO V8 */
/* fin ajout CPO V8 UK*/
#ldSchemauk {
	float: left;
	width: 525px;
	height: 400px;
	margin: 15px 0;
	background: url('img/ldschemav2-uk.jpg') 35px no-repeat;
	}
	html>body #ldSchema {
	margin: 15px 0 30px;
}
#ldSchemauk a {
	display: block;
	width: 525px;
	height: 400px;
}
#sdSchemauk {
	float: left;
	width: 577px;
	height: 234px;
	margin: 15px 0;
	background: url('img/sdschemav2-uk.jpg') 35px no-repeat;
	}
	html>body #ldSchema {
	margin: 15px 0 30px;
}
#sdSchemauk a {
	display: block;
	width: 577px;
	height: 234px;
}
/* fin ajout CPO V8 UK */
#sfPict {
	float: left;
	width: 560px;
	margin: 15px 0;
	text-align: center;
}
.sfImg {
	margin: 0 10px;
	vertical-align: top;
}
.quoteTxt {
	font-family: 'Trebuchet MS'; font-size: 16px; font-weight: bold; font-style: italic; color: #0078be; /* #aa76ac; */
	text-align: center;
	padding: 15px 15px 15px 15px;
}
.mainTitle {
	font-family: 'Trebuchet MS'; font-size: 18px; font-weight: bold; color: #ec6519;
	text-transform: uppercase;
	margin-top: 15px;
	margin-left: 10px;
	padding: 3px 0 0 22px;
	background: url('img/arrow.gif') 0px 0 no-repeat;
	}
	html>body .mainTitle {
	padding: 2px 0 0 24px;
}
.mainTitle2 {
	font-family: 'Trebuchet MS'; font-size: 18px; color: #ec6519;
	margin-top: 15px;
	margin-left: 10px;
	padding: 3px 0 0 22px;
	background: url('img/arrow.gif') 0px 0 no-repeat;
	}
	html>body .mainTitle2 {
	padding: 2px 0 0 24px;
}
.mainSubTitle {
	font-family: 'Trebuchet MS'; font-size: 15px; font-weight: bold; color: #0078be;   /*7764aa */
	line-height: 20px;
	margin: 20px 10px 16px 10px;
	border-bottom: 1px solid #ec6519;
}
.mainSubTitle2 {
	font-family: 'Trebuchet MS'; font-size: 1.3em; font-weight: bold; color: #0078be;   /*7764aa */
	line-height: 1.7em;
	margin: 20px 10px 15px 25px;
	border-bottom: 1px solid #ec6519;
	padding: 3px 0 0 22px;
	background: url('img/idea.gif') 0px 0 no-repeat;
}
.solution-arrow {
  margin: 20px 10px 15px 15px;
  padding: 0px 0 0 22px;
	background: url('img/arrow-horizon.gif') 0px 0 no-repeat;
}
.index-tease {
	font-family: 'Trebuchet MS'; font-size: 18px; color: #ec6519;
	margin-top: 15px;
	margin-left: 10px;
	padding: 3px 0 0 22px;

	}
	html>body .index-tease {
	padding: 2px 0 0 24px;
}
.mainTxt {
	margin-right: 10px;
	margin-left: 15px;
}
.mainTxt b {
 color: #0078be;
}
.mainPic {
	float: left;
	width: 630px;
	text-align: center;
/*	border: 1px solid #c00;*/
}
.avantage {
	float: left;
	width: 268px;
	/* margin-left: 10px; */
	padding: 5px;
	/* border-right: 1px solid #ddd; */
	background: #aad0ec;     /* f4f1fa */
	text-align: left;
	}
	html>body .avantage {
	padding: 5px 0px;
	width: 268px;
}
.liste {
	background: url(img/bullet.gif) 0% 6px no-repeat;
	padding: 0 0 4px 10px;
	margin-left: -35px;
	margin-right: 3px;
	list-style-type: none;
}
.listeExt {
	margin-bottom: 6px;
}

.picLs img, .picPt img {
	border: 0px solid #7764aa;
	border-left: none;
}
.picLs {
	float: left;
	width: 267px;
  text-align: center;
  /* margin-top: 24px; */
  padding: 13px 0px 10px 0px;
  border-bottom: 1px solid #ec6519;
	}
	html>body .picLs {
  padding: 13px 2px 10px 1px;
}
.picPt {
	float: right;
	width: 280px; height: 162px;
	margin: 6px 8px 10px 10px;
  padding-bottom: 1px;
  border-bottom: 6px solid #ec6519;
	}
	html>body .picPt {
	margin: 4px 15px 10px 10px;
  padding: 0 2px 3px 0;
}

.docLink {
	float: left;
	width: 238px;
	background: #eee;
	border: 1px solid #ddd;
}
.docLinkRsc {
	float: left;
 	background: #fff;
	border: none;
  margin-left: 30px;
}
.docLinkwp {
	float: left;
	width: 238px;
	background: #fff;
	border: 1px solid #ddd;
}
.linkBox {
	float: left;
	width: 238px;
	margin-bottom: 1px;
	margin-left: 15px;
  padding: 0 0 1px 1px;
	border-bottom: 6px solid #ec6519;
	}
	html>body .linkBox {
     padding: 0 2px 1px 1px;
}
.forminfoBox {
	float: left;
	width: 200px;
     height: 110px;
     margin-top: 10px;
     margin-left: 34px;
     border-right: 0px;
	/* border-top: 5px solid #ec6519; */
	/* border-bottom: 1px solid #dbd2f2; */
	text-align: center;
     margin-bottom: 1px;
     padding: 20px 0 1px 1px;
	border-bottom: 6px solid #ec6519;
 }
	html>body .forminfoBox {
     padding: 20px 2px 1px 1px;
}
.rightColBox {
	float: left;
	width: 200px;
     padding-top: 50px;
     padding-bottom: 50px;
	border-bottom: 6px solid #ec6519;
	text-align: center;
	}
	html>body .rightColBox {
     width: 200px;
     padding-top: 50px;
     padding-bottom: 50px;
}
.linkBullet {
	/*background: url(img/arrows.gif) 0 6px no-repeat;*/
	background: url(img/ico_pdf.gif) 0 0px no-repeat;
	padding: 0 0 0px 12px;
	margin: 6px 0 0 -30px;
	list-style-type: none;
	text-align: left;
}
.notes {
	font: italic 10px verdana;
	margin: 0 20px;
}

/*---------------------------------------------------------
//		Footer Styles
//---------------------------------------------------------
*/
#footer {
	position: absolute;
	margin-top: 2.5em;
	width: 785px;
}
#copyright, #pix {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ddd;
	letter-spacing: 1px;
}
#copyright {
	float: left;
}
#pix {
	float: right;
}
#gotop {
	float: right;
	width: 15px;
	height: 13px;
	margin-top: 0.5 em;
	margin-right: 40px;
	background-image: url('img/topblue.gif');
}
#gotopgrey {
	float: right;
	width: 15px;
	height: 13px;
	margin-top: 0.5 em;
	margin-right: 40px;
	background-image: url('img/topgrey.gif');
}
#gotop a {
	display: block;
	width: 15px;
	height: 13px;
}
#gotopgrey a {
	display: block;
	width: 15px;
	height: 13px;
}


/*---------------------------------------------------------
//		Mentions Styles
//---------------------------------------------------------
*/
#legalContainer {
	position:absolute;
	left: 25px;
	width: 600px;
	background-color: white;
}
#legalWrapper {
	float: left;
	width: 560px;
	margin-top: 16px;
	padding: 10px 10px 0px 10px;
	border: 20px solid #006699;
	background-color: white;
 	}
	html>body #legalWrapper {
	width: 500px;
	margin-top: 25px;
	background-color: white;
}
.legalTxt {
	color: #666;
	padding: 0px 8px 1px 8px;
	text-align: center;
	}
	html>body .legalTxt {
	padding: 2px 8px 2px 8px;
}
.titleTxt {
	font-family: 'Trebuchet MS'; font-size: 15px; font-weight: bold; color: #ec6519;
	margin-top: 20px;
	padding: 3px 0 0 32px;
	background: url('img/arrow.gif') 10px 2px no-repeat;
	}
	html>body .titleTxt {
	padding: 3px 0 0 34px;
}

/*---------------------------------------------------------
//		Form Styles
//---------------------------------------------------------
*/
#formBoard, #loginBoard {
	background: #eee;
	border: 3px solid #ddd;
}
#formBoard {
	width: 500px;
	margin: 30px 0 30px 30px;
}
#loginBoard {
	width: 300px;
	margin: 30px 0 30px 130px;
}
.formTxt, .rightTxt, .leftTxt, .inpTxt, .send  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
     color: #ec6519;
     /*color: #666666;*/
}
td.rightTxt, td.leftTxt, td.formTitle {
	border: 0px;
}
.formTitle, .formFooter {
	text-align: center;
  background: #0099cc;
}
.formTitle {
	font-weight: bold;
	color: #fff;
	padding:5px;
}
.formFooter {
	padding:10px;
}
.formTxt {
	margin: 0;
	padding: 0;
  border-bottom: 6px solid #ec6519;
}
.leftTxt {
	text-align: left;
}
.rightTxt {
	width: 50%;
	text-align: right;
}
.send {
  width: 68px;
  height: 20px;
}

/*---------------------------------------------------------
//		Navigation Styles
//---------------------------------------------------------
*/
div#nav {
	float: left; /* right; */
	margin: -16px 2px 2px 0.15em;
  background: transparent;    /* transparent */
	z-index: 100;
	}
	html>body div#nav {
	margin: -16px 0px 2px 0.15em;
}

div#nav ul {margin: -2px 0 0px 0; padding: 0; background: white;
	font-family: 'verdana'; font-size: 12px; font-weight: bold;
  border: 1px solid #CCC; border-width: 0 1px; }

div#nav>ul a {width: auto;}
div#nav ul ul {position: absolute; width: 8.75em;
	font-size: 11px; font-weight: normal; 
	z-index: 101;
  display: none;}
div#nav ul ul li {border-bottom: 1px solid #CCC;}

div#nav li {position: relative; list-style: none; margin: 0; border-bottom: 6px solid #0079C0; /*#906;*/
	z-index: 102; float: left; width: 8em; line-height: 1em;}
div#nav li:hover {background: #99CCCC; border-bottom: 6px solid #ec6519;}     /*background: #EBB;*/

div#nav li.submenu {border-right: 1px solid #0079C0;}     /*#906;*/

div#nav li.submenu:hover {background-color: #c9d9e2;}      /* background-color: #EDD;*/
div#nav li a {display: block; padding: 0.25em 0 0.25em 0.5em;
  text-decoration: none; width: 7.5em;}
div#nav li.submenu li.submenu:hover {background-color: #EDD;}

div#nav ul.level1 li a {color: #0079C0; text-align: center;}         /*#906;*/
div#nav ul.level2 li a {color: #666; text-align: left;}

div#nav ul.level1 li.submenu:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {display:block;}

div#nav ul.level2, div#nav ul.level3, div#nav ul.level2 li {
	width: 14em;				/* longueur des menus de niveau 2 et 3  initial 14em */
}
div#nav ul.level2 {top: 26px; left: -1px; border-bottom: 3px solid #0079C0;}    /* #939 */

div#nav ul.level3 {top: -1px; left: 15em; border-top: 1px solid #CCC; border-bottom: 3px solid #0c0;}

div#nav ul.level2 li, ul.level3 li {white-space: nowrap; border-bottom: 0px;}
div#nav ul.level2 li a, ul.level3 li a {
	width: 14em;				/* longueur des menus de niveau 2 et 3 (IE) */
	}
	html>body div#nav ul.level2 li a, ul.level3 li a {
	width: 14.5em;
}

div#sideBar {
  float: left;
	width: 238px;
	font-family: 'Trebuchet MS'; font-size: 12px; font-weight: bold; color: #7764aa;
	margin: 15px 0 0 15px;
	padding-right: 15px;
	border-top: 1px solid #c3d3dc;
}
#sideBar ul {
	list-style: none;
	margin: 0;
	padding: 0 0 10px;
}
#sideBar li {
	padding: 1px 0;
	border-bottom: 1px solid #c3d3dc;
	text-align: left;
}
#sideBar a {
   display: block;
	 width: 238pxpx;
   padding: 4px 0 4px 6px;
	 text-decoration: none;
   border-left: 6px solid #c3d3dc;
	}
	html>body #sideBar a {
	width: 226px;
}
#sideBar a:link, a:visited {color: #333;}
#sideBar a:hover {
     color: #ec6519;
     background: #c3d3dc;
     border-left: 6px solid #ec6519;
}
#sideBar a.current {
	color: #ec6519;
     border-left: 6px solid #ec6519;
}

/* = PRIMARY NAVIGATION
-----------------------------------*/
#nav-primary {
	clear: both;
	/* float: right; */
 margin-left: 360px;
 z-index: 99;
}

ul.navList {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.navList li {
	float: left;
	margin: 0 2px 0px 0;
	padding: 0;
}

ul.navList li a:link, ul.navList li a:visited, ul.navList li a:active {
	background: #217dca url(img/onglet.gif) top left no-repeat;
	display: block;
	width: 105px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 100%;
}

ul.navList li a:hover {
	background: #013F7C url(img/onglet-on.gif) top left no-repeat;
}

ul.navList li.sfhover a:link, ul.navList li.sfhover a:visited, ul.navList li.sfhover a:active {
	background: #013F7C url(img/onglet-on.gif) top left no-repeat;
}

/* show drop down menu */
ul.navList li:hover ul.submenu, ul.navList li.sfhover ul.submenu {
	display: block;
}

ul.navList li:hover a {
	background: url(img/onglet-on.gif) top left no-repeat;
}

ul.navList li ul.submenu {
 display: none;   /*none*/

	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 20;
	background: #217dca url(img/dropdown-bg1.jpg) top left repeat-y;
	border: 1px solid #fff;
	width: 172px;
}


ul.navList li ul.submenu li {
	border: 0px solid white;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	background: url(img/dropdown-divider.gif) bottom center no-repeat;
}

ul.navList li ul.submenu li a:link, ul.navList li ul.submenu li a:visited, ul.navList li ul.submenu li a:active {
	color: #fff;
	height: auto;
	line-height: normal;
	background: none;
	width: 132px;
	text-align: left;
	padding: 10px 20px 10px 20px;
	margin: 0;
}

ul.navList li ul.submenu li a:hover {
	color: #fff;
	background: #70aada;
}

/* = SECONDARY NAVIGATION
----------------------------------*/

body.product #nav-secondary ul, body#homepage .nav-secondary ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
body.product #nav-secondary ul, body#homepage .nav-secondary ul {
	float: left;
	bottom: 0;
}

body.product #nav-secondary ul li, body#homepage .nav-secondary ul li {
	float: left;
	margin-right: 1px;
	display:inline;
}

body#homepage .nav-secondary ul {
	position:relative;
	bottom: -48px;
	left: 60px;
}

/* Hide secondary navigation on downloads pages */
body.download #nav-secondary {
	display: none;
}

body.product #nav-secondary ul{
	position:absolute;
	width: 720px;
}

body.product #nav-secondary ul li a:link, body.product #nav-secondary ul li a:visited, body.product #nav-secondary ul li a:active, body#homepage .nav-secondary ul li a:link, body#homepage .nav-secondary ul li a:visited, body#homepage .nav-secondary ul li a:active {
	width: 119px;
	height: 28px;
	text-align: center;
	display: block;
/*	background: #51626f url(../../../../img/secondary-tab.png) bottom left no-repeat; */
/*	background: url(../../../../img/secondary-tab.png) bottom left no-repeat; LEELOO not used anymore */
	color: #fff;
	font-family: Verdana;
	font-size: 85%;
	font-weight: bold;
	line-height: 28px;
	text-decoration: none;
}

body.product #nav-secondary ul li a:hover, body#homepage .nav-secondary ul li a:hover {
/*	background: #394a59 url(../../../../img/secondary-tab-roll.png) bottom left no-repeat; */
/*	background: url(../../../../img/secondary-tab-roll.png) bottom left no-repeat; LEELOO not used anymore*/
}


/* = NAV EXTRA
----------------------------------*/
#nav-extra, body.article #nav-secondary {
	width: 230px;
	float: left;
	margin: 47px 0 0 0;
}

#nav-extra h2, body.article #nav-secondary h2 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 20px; */
	font-size: 155%;
	color: #1c1e1c;
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
/* background: url(../../../../img/h2-bg.gif) 0% 80% repeat-x; LEELOO not used anymore*/

	width: 210px;
}

#nav-extra ul, body.article #nav-secondary ul {
	width: 220px;
	list-style: none;
	margin: 5px 0 10px 25px;
	padding: 16px 0 0 0px;
/*	background: url(../../../../img/hub-bg-top.gif) top left no-repeat; LEELOO not used anymore*/
	float: left;
	display: inline;
}

#nav-extra ul li, body.article #nav-secondary ul li {
	margin: 0;
	padding: 0 0 0 15px;
	display: inline;
	float: left;
	width: 205px;
	line-height: 110%;
}

#nav-extra ul li.last-item, body.article #nav-secondary ul li.last-item {
/*	background: url(../../../../img/hub-bg-bottom.gif) bottom left no-repeat; LEELOO not used anymore*/
	padding-bottom: 10px;
}

#nav-extra ul li a:link, #nav-extra ul li a:visited, #nav-extra ul li a:active, body.article #nav-secondary ul li a:link, body.article #nav-secondary ul li a:visited, body.article #nav-secondary ul li a:active {
	color: #000;
	font-size: 85%;
	padding: 0 10px 7px 24px;
	display: block;
	min-height: 16px;
}

#nav-extra ul li a:hover, body.article #nav-secondary ul li a:hover {
	color: #257ed7;
	text-decoration: underline;
}


#nav-extra ul li a.pdf, body.article #nav-secondary ul li a.pdf, a.pdf {
/*	background: url(../../../../img/pdf-icon.gif) top left no-repeat; LEELOO not used anymore*/
}

a.pdf {
	padding-left: 25px;
}

