ul.breadcrumb{
    margin: 10px 0;
    overflow: hidden;
}

ul.breadcrumb li.home{
    background: url("/images/fo/icons.png") no-repeat scroll right 7px transparent;
    float: left;
    list-style: none outside none;
    margin: 0 7px 0 0;
    padding: 0 10px 0 0;
    color: #0070b7;
}
ul.breadcrumb li.home a { text-decoration: underline; }
ul.breadcrumb li{
    background: url("/images/fo/icons.png") no-repeat scroll right -485px transparent;
    float: left;
    list-style: none outside none;
    margin: 0 7px 0 1px;
    padding: 0 10px 0 0;

}

ul.breadcrumb li.last{ background: none;}


.bokeh{
    height: 300px;
    width: 960px;
    position: relative;
}

.bokeh .orderButtons{
    bottom: 90px;
    left: 210px;
    position: absolute;
    width: 718px;
}

.bokeh .buttonsOS{
    position:absolute;
    right: 5px;
    top: 5px;
    float: left;
}

.bokeh .buttonsOS li {
    margin: 5px;
    display: block;
}
.bokeh .buttonsOS a span{ display: none; }


/* Page Produits */

.tabsMenu{
     margin-top: -60px;
}

.tabsMenu .tabs{
    list-style: none;
    height: 50px;
    margin: 0 25px;
    padding: 0;
    width: 910px;
    text-transform: uppercase;
        position: relative;
}
.tabsMenu .tabs li{
    float: left;
    display: block;
    z-index:100;
}

.tabsMenu .tabs li a{
    background: url("/images/fo/layout.png") no-repeat scroll -5px -919px transparent;
    bottom: 0;
    height: 50px;
    display: block;
    text-decoration: none;
    width: 151px;
    text-align:center;
    color: #FFF;


}
.tabsMenu .tabs li a:hover{
     background: url("/images/fo/layout.png") no-repeat scroll -164px -919px transparent;
}


.tabsMenu .tabs li a.active {
    background: url("/images/fo/layout.png") no-repeat scroll left -859px transparent;
    color: #0070B7;
    margin: 0 -6px;
    position: relative;
    width: 161px;
    z-index: 100;
}

.tabsMenu .tabs li a span {
    position: relative;
    top: 21px;
}

.tabsMenu .productContent{
    background: #FFF;
}

/* Reset des style Tiny MCE */
/* ------------------------ */
.defaultArticle ul {
  margin-bottom: 1em;
  padding-left: 30px;
  list-style: disc;
  overflow: hidden;
}

.defaultArticle ol {
  margin-bottom: 1em;
  padding-left: 30px;
  list-style: decimal;
  overflow: hidden;
}

.defaultArticle sub {
  vertical-align: sub;
  font-size: smaller;
}

.defaultArticle sup {
  vertical-align: super;
  font-size: smaller;
}

/* ------------------ */

.tabsMenu .shadow{
    background: url("/images/fo/layout.png") repeat-x scroll left -974px transparent;
    height: 10px;
    position: relative;
    top: 50px;
    z-index: 50;
}

.tryDemo{
    position: relative;
    width: 960px;
    height: 160px;
    margin: 60px 0 0;
    text-align: center;
}

.tryDemo .orderButtons{
    margin-top: 30px;
}

.levelGreen{
    background: url("/images/fo/level/levelGreen.png") no-repeat scroll right top transparent;
    margin: 0 10px 15px;
    padding: 10px 70px 0 0;
}

.levelYellow{
    background: url("/images/fo/level/levelYellow.png") no-repeat scroll right top transparent;
    margin: 0 10px 15px;
    padding: 10px 70px 0 0;
}

.levelRed{
    background: url("/images/fo/level/levelRed.png") no-repeat scroll right top transparent;
    margin: 0 10px 15px;
    padding: 10px 70px 0 0;
}

/* Page Formations */

.trainingContent .descriptionContent{
    margin: 0 0 50px;
    overflow: hidden;
}
.trainingContent .descriptionContent .price{
    float:left;
    width: 150px;
}

.trainingContent .descriptionContent .price span{
    background: url("/images/fo/bkg_price.png") no-repeat scroll 0 0 transparent;
    display: block;
    font: bold 12px/22px Arial;
    padding-top: 20px;
    text-align: center;
    min-height: 87px;
}

.trainingContent .descriptionContent .price span big {
    font-size: 24px;
}

.trainingContent .descriptionContent .price span span{
    background: none;
    display: block;
    padding: 0;
}

.trainingContent .descriptionContent .desc{
    float:left;
    width: 480px;
    margin: 20px 15px 0;
}
.trainingContent .descriptionContent .desc a.dlPDF{
    float:right;
    background: url("/images/fo/icon_pdf.png") no-repeat scroll right top transparent;
    height: 24px;
    padding: 0 30px;
}

.trainingContent .descriptionContent .sidebar ul{
    background: #ebeff2;
    float:left;
    width: 250px;
    padding: 15px 0;
    font: normal 11px Arial;
    margin: 20px 0px;
    list-style: none;
}

.trainingContent .descriptionContent .sidebar ul li{
    margin: 10px 15px;
}

.trainingContent .descriptionContent .sidebar .buttonBlueCatalogue{
    position: relative;
}
.trainingOnline{
    background: url("/images/fo/illu_trainingOnline.png") no-repeat scroll left center transparent;
    padding: 10px 10px 10px 110px;
    border: 2px solid #e6e6e6;
}

.trainingOnline a{
    display: inline;
    font: italic 12px Arial;
    color: #666;
}


.planningGrid{
    overflow: hidden;
    padding: 25px;
    color: #666;
    font-weight: bold;
}

.planningGrid table{
    width: 100%;
}
.planningGrid table thead tr,
.planningGrid table tfoot tr{
    background: #333a3f;
    text-align: left;
    height: 20px;
    line-height: 20px;
}
.planningGrid table thead tr th{
    color: #FFF;
    padding: 0 10px;
    font: bold 11px Arial;
    vertical-align: middle;
}

.planningGrid table tbody tr{
    background: #fff;
    height: 45px;
    text-align: left;
}
.planningGrid table tbody tr td{
    vertical-align: middle;
    padding: 0 10px;
    color: FFF;
}

.planningGrid table tbody tr.noWhite{
    background: #ebeff2;
}
.planningGrid table tr th.space, .planningGrid table tr td.space{
    background: #FFF;
    width: 10px;
    padding: 0;
}

.planningGrid .lineGrid{
    padding: 10px 0 10px 10px;
}

.planningGrid .head {
    background: #333a3f;
    color: #FFF;
    font: normal 11px Arial;
    padding: 3px 10px;
}

.planningGrid .lineGrey {
    background: #ebeff2;
}
.planningGrid .col1, .planningGrid .col2{
     border-bottom: 18px solid #333a3f;
     padding: 0;
     float: left;
}
.planningGrid .col1{
    width: 470px;
    margin-right: 10px;
}
.planningGrid .col2{
    width: 245px;
    margin-right: 10px;
}


.planningGrid .col3 .lineGrid{
    padding: 10px 0;
    text-align: center;
}

.planningGrid .col3{
    border-bottom: 18px solid #333a3f;
    width: 165px;
    float: left;
}
.planningGrid .col3 .full{
    background: #e6e6e6;
     padding: 5px 25px;
}

.planningGrid .col3 .lineGrid a {
     margin: -4px auto;
}

/* POP UP - Demo */

.pop-up-demo {
    min-width: 400px;
}
.pop-up-demo h1{
    margin-bottom: 20px;
}
.pop-up-demo h2 {
    display: inline;
    padding: 3px 0 0 40px;
}

.pop-up-demo a {
    color: #666;
}

.pop-up-demo a:hover {
    color: #0070B7;
}
.pop-up-demo ul {
    padding: 10px 0 10px 40px;
}

.pop-up-demo h2.icon-windows{
     background: url("/images/fo/icons.png") no-repeat -13px -277px;
     height: 30px;
     width: 30px;
}

.pop-up-demo h2.icon-mac-os{
     background: url("/images/fo/icons.png") no-repeat -13px -330px;
     height: 30px;
     width: 30px;
}

.pop-up-demo h2.icon-linux{
     background: url("/images/fo/icons.png") no-repeat -13px -388px;
     height: 32px;
     width: 30px;
}


/* Page Catalogue */

.catalogueContent .intro {
    background: #ebeff2;
    margin: 10px;
    padding: 8px 20px;
}

.catalogueContent .defaultArticle{
    padding-bottom: 0px;
}

.oneTraining {
  margin: 0;
}

.oneTraining th, .oneTraining td {
  padding: 0;
}

.oneTraining tr.head {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 5px;
}
.oneTraining tr.head th {
    font-weight: normal;
}

.oneTraining tr.excerpt {
    border-bottom: 1px solid #e6e6e6;
}
.oneTraining tr.excerpt td {
  padding: 10px 0;
}
.oneTraining tr.excerpt td.level{
    width: 318px;
    text-align: center;
    font: bold 15px/30px Arial;
}
.oneTraining tr.excerpt td.level span{
    font: bold 15px/32px Arial;
    display: block;
}

.oneTraining tr.excerpt td.days{
    font: bold 32px Arial;
    text-align: center;
    width: 60px;
}

.oneTraining tr.excerpt td.days span{
    font: bold 15px Arial;
    display: block;
}

.oneTraining a{
    margin: 10px 0;
}



/* PAGE SERVICES
--------------------------------------------------------------*/

.servicesColLeft{
    width: 400px;
    float: left;
    margin-right: 25px;
}

.servicesColLeft .borderBlue, .servicesColRight .borderBlue{
   border: 1px solid #78b3d9;
   padding: 10px 15px 25px;
   overflow: hidden;
   margin: 30px 0;
}

.pack {
    min-height: 180px;
    margin-top:30px;
}
.pack img{
    float: left;
    position: relative;
    left: -4px;
    margin-right: 10px;
}

.pack div{
    float: right;
    width: 185px;
    text-align: justify;
    margin-top: 10px;
}
.pack div a, .pack div select{
    float: right;
}

.pack div select{
    width: 100%;
}

.servicesColRight{
    width: 465px;
    float: right;
    display: bloc;
}
.servicesColRight .borderBlue{
    margin: 15px 0 30px;
}
.servicesColRight .bloc ul{
    list-style: disc;
    margin: 30px 0 20px 15px;
}
.servicesColRight .bloc ul li{
    margin: 5px 0;
}

.servicesColRight .bloc select{
    float: right;
}


/* PAGE SOCIETE / Contact
--------------------------------------------------------------*/

.contactPage{
    overflow: hidden;
}
.contactPage .descriptionContent{
    float: left;
    margin: 20px 0;
    width: 580px;
}
.contactPage .bloc {
    background: none repeat scroll 0 0 #EBEFF2;
    float: right;
    margin: 20px 0px;
    padding: 20px;
    width: 280px;
}
.contactPage .bloc p {
    border-bottom: 1px solid #666;
    padding: 0 0 10px;
}



/* PAGE ACHETER EN LIGNE / Buy Online
--------------------------------------------------------------*/

#buyOnline .bc{
    text-align: center;
    vertical-align: middle;
    margin: 0 auto 20px;
    overflow: hidden;
    width: 910px;
    list-style: none;
    padding: 0;
}

#buyOnline .bc li {
    background: url("/images/fo/layout.png") repeat-x scroll left -1090px transparent;
    float: left;
    height: 40px;
    position: relative;
    text-align: center;
}
#buyOnline .bc li.firstItem {
    background: url("/images/fo/layout.png") repeat-x scroll left -1045px transparent;
    border: medium none;
}
#buyOnline .bc li.lastItem {
    background: url("/images/fo/layout.png") repeat-x scroll right -1045px transparent;
    border: medium none;
}
#buyOnline .bc li.active {
    background: url("/images/fo/layout.png") repeat-x scroll 0 -1135px transparent;
    border: medium none;
}
#buyOnline .bc li.active a {
    color: #FFF;
}

#buyOnline .bc li a{
    text-align: center;
    display: block;
    padding: 11px 50px;
    color: #d2d5d7;
    width: 127px;
}

#buyOnline .bc li span.bcArrowR{
    background: url("/images/fo/layout.png") no-repeat scroll 0px -1240px transparent;
    display: block;
    height: 40px;
    position: absolute;
    right: -14px;
    text-indent: -5000px;
    top: 0;
    width: 26px;
    z-index: 1;
}

#buyOnline .bc li.active span.bcArrowR {
    background-position: -55px -1240px;
}

#buyOnline .bc li.active.firstItem {
    background: url("/images/fo/layout.png") repeat-x scroll left -1183px transparent;
    border: medium none;
}
#buyOnline .bc li.active.lastItem {
    background: url("/images/fo/layout.png") repeat-x scroll right -1183px transparent;
    border: medium none;
}

#buyOnline .bc li.lastItem.active span.bcArrowL,#buyOnline .bc li.active span.bcArrowL {
    background: url("/images/fo/layout.png") no-repeat scroll -30px -1240px transparent;
    display: block;
    height: 40px;
    position: absolute;
    left: -11px;
    text-indent: -5000px;
    top: 0;
    width: 26px;
    z-index: 1;
}
#buyOnline .bc li.lastItem span.bcArrowR{
    background: none;
}

/*
 * Panier
 */

.cartContent a.delete-line {
    background: url('/images/fo/icons/delete.png') no-repeat 0 0;
    width: 20px;
    height: 25px;
    display: block;
    font-size: 0;
    float: right;
}
.cartContent, .livraisonContent{
    margin:40px 0;
}

.cartContent .labels {
    color: #333333;
    margin: 0 0 10px;
    overflow: hidden;
}
.cartContent .line span{
    float: none;
}
.cartContent .labels span {
    float: left;
    height: 25px;
    text-align: center;
    width: 130px;
}
.cartContent table{
    margin: 0 0 10px;
    width: 100%;
}
.cartContent table tr td{
    text-align: center;
    vertical-align: middle;
}
.cartContent p{
    margin: 0;
}

.cartContent table tr td.img {
    vertical-align: top;
    padding-top: 15px;
}

.cartContent table tr td.img img{
    width: 32px;
    height: 32px;
}
.cartContent table tr td.desc{
    width:450px;
    text-align: left;
}
.cartContent table tr td.desc span {
  font-size: 11px;
  background: url(/images/fo/icons/info.png) no-repeat;
  line-height: 16px;
  font-weight: normal;
  padding-left: 24px;
  display: block;
}
.cartContent table tr td.desc .serials {
  background: #eee;
  padding: 10px;
}
.cartContent table tr td.desc .serials ol {
  margin: 0;
  padding-left: 25px;
}
.cartContent table tr td.desc .serials input {
  padding: 0;
  margin: 0 0 2px 0;
  height: auto;
}
.cartContent table tr td.delete{
    width: 20px;
}
.cartContent table tr.lineHead {
    font: bold 14px/14px Arial;
    padding: 2px 10px 2px 5px;
    text-align: center;
}
.cartContent table td.quantity div.alignLeft {
    margin: 0 0 0 33px;
    padding-right: 13px;
    position: relative;
    width: 25px;
}

.cartContent tr.line {
    border-bottom: 1px solid #e6e6e6;
    height: 60px;
}

/**  Form Quantity - [] +  * */

.formQuantity {
    margin: 0 auto;
    width: 75px;
    float: left;
}
.formQuantity input[type="text"]  {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #e6e6e6;
    color: #333333;
    font: bold 12px/21px Arial;
    height: 22px;
    padding: 0;
    text-align: center;
    width: 25px;
    float: left;
    margin: 0;
}
.formQuantity a {
    color: #666;
    font: bold 16px/16px Arial;
   text-indent: -5000px;
    height: 13px;
    margin:5px;
    text-align: center;
    width: 13px;
}
.formQuantity a.up {
    background: url("/images/fo/icons.png") no-repeat scroll right -24px transparent;
    float: left;
}
.formQuantity a.down {
    background: url("/images/fo/icons.png") no-repeat scroll right -36px transparent;
    float: left;
}

.academic_justification {
  color: #c00;
}

/* Livraison*/

.livraisonContent tr.lineHead{
    font: normal 18px/18px Arial;
}
.livraisonContent .line {
    border-bottom: 1px solid #E6E6E6;
    height: 150px;
}
.livraisonContent .line td{
    vertical-align: top;
}
.livraisonContent table {
    margin: 0 0 30px;
    text-align: left;
}

/* Paiement */
.paiementContent .choose{
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    margin: 0 0 50px;
    overflow: hidden;
    padding: 20px 0;
}
.paiementContent .choose label{
    background: #f5f5f5;
    border: 1px solid #e6e6e6;
    float: left;
    text-align: center;
}

.paiementContent .choose div {
    overflow: hidden;
    width: 222px;
    margin: 0 40px;
    text-align: center;
}

.paiementContent .choose input[type="radio"] {
    text-align: center;
    margin-top: 5px;
}

.paiementContent .cgv { margin: 40px 0; }
.paiementContent .cgv input[type="checkbox"]{
    margin: 2px 5px 0 0;
}

/* TPE */

.tpeContent input {
  width: auto;
  height: auto;
  margin: 20px;
}


/* Confirmation */

.confirmContent .resume {
    overflow: hidden;
    margin: 50px 0;
}
.confirmContent .resume .ref{
    margin: 0 110px 0 0;
}

.confirmContent .resume .address {
    width: 250px;
}


/* PAGE RESULTATS DE LA RECHERCHE
--------------------------------------------------------------*/
#searchFormBig {
    width: 862px;
    background: #495258;
    padding: 12px 20px;
    margin: 10px 0;
}
#searchFormBig #searchQueryBig {
    background: url("/images/fo/layout.png") no-repeat scroll 0 -200px transparent;
    border: 0 none;
    color: #333A3F;
    height: 35px;
    padding: 0 10px 0 35px;
    width: 820px;
}

#pageSearch .col{
    float: left;
    width: 278px;
    margin: 0 31px 0 0;
    text-align: justify;
}

#pageSearch img{
    background: #F5F5F5;
    border: 1px solid #D9D9D9;
    border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    margin: 0 auto;
    padding: 3px;
}

#pageSearch .result{
    padding: 35px 0;
    border-bottom: 1px solid #666;
}

#pageSearch .lastResult{
    border-bottom: none;
}

#pageSearch .col a, #pageSearch .result a{
    display: block;
    text-decoration: underline;
}

/* PAGE SUPPORT
--------------------------------------------------------------*/
ul.menuSupport{
    height: 25px;
    margin: 25px 0;
}
ul.menuSupport li{
    display: block;
    float: left;
    text-align: center;
    width: 320px;
    background: #495258;
    position: relative;
}

ul.menuSupport li a{
    color: #FFF;
    height: 25px;
}

ul.menuSupport li span{
    background: url("/images/fo/icons.png") no-repeat;
    display: block;
    height: 45px;
    position: absolute;
    top: -13px;
    width: 45px;
    text-indent: -10000px;
}
ul.menuSupport li.faq { width: 353px;    border-right: 1px solid #FFFFFF;}
ul.menuSupport li.config { width: 320px;    border-right: 1px solid #FFFFFF;}
ul.menuSupport li.patch { width: 285px;}
ul.menuSupport li.faq span{ background-position: 0 -524px; left: 20px;}
ul.menuSupport li.config span{ background-position: 0 -579px; left: 20px;}
ul.menuSupport li.patch span{ background-position: 0 -633px; left: 26px;}


.supportContent span.sp{
    display: block;
    position: relative;
    text-indent: -10000px;
    top: -26px;
    width: 100%;
    z-index: 0;
    border-bottom: 1px solid #000;
}

.supportContent h2 {
    background: #FFF;
    display: inline;
    padding: 0 20px 0 70px;
    position: relative;
    z-index: 50;
}

.supportContent h2 span {
    background: url("/images/fo/icons.png") no-repeat;
    display: block;
    height: 60px;
    position: absolute;
    top: -13px;
    width: 60px;
    text-indent: -10000px;
}

.supportContent h2 span.faq{ background-position: 0 -708px; left: 0;}
.supportContent h2 span.config{ background-position: 0 -857px; left: 0;}
.supportContent h2 span.patch{ background-position: 0 -785px; left: 0;}


/****** FAQ *******/
.supportContent div.faq{
    width: 620px;
}

.supportContent div.helpVertical{
    background: #eaeff1;
    width: 250px;
    padding: 10px;
}

.helpVertical h3, .helpHorizontal h3 {
    color: #333a3f;
    font: bold 18px/20px Arial,Verdana,sans-serif;
}

.supportContent label{
    display: block;
    font-size: 19px;
    margin: 40px 0 15px;
    float: none;
    width: auto;
    text-align: left;
}
.supportContent select{
   min-width: 340px;
}

.supportContent div.helpVertical .borderGray{
    border: 1px solid #d9e1e6;
    padding: 20px 10px;
    margin: 30px 10px;
}
.supportContent div.helpVertical .borderGray a{
    text-decoration: underline;
    display: block;
}

.supportContent .flagFr,
.supportContent .flagEn,
.supportContent .flagDe,
.supportContent .flagIt {
    float: left;
    margin: 3px 10px 0 0;
}

.supportContent a span.gotoTop{
   margin: 40px 0 0;
}

/****** Configurations requises *******/
.supportContent h1{
    margin: 25px;
}
.supportContent .defaultArticle {
  margin-bottom: 40px;
}

table.chooseOS {
  width: auto;
}

.chooseOS td {
  text-align: left;
  padding-right: 100px;
  color: #666;
  font: normal 18px/30px Arial;
  vertical-align: top;
}

.chooseOS td img {
  float: left;
  margin-right: 10px;
}

.chooseOS td a:hover {
  color: #007EC0;
}

.chooseOS td span {
  line-height: 15px;
  display: block;
  padding-left: 40px;
}

table.supportTab tr td, table.supportTab tr th{
    border: 1px solid #666;
}
table.supportTab tr th {
    text-align: center;
}

table.supportTab th.title {
  text-align: left;
}

table.supportTab th.title img {
  float: left;
  vertical-align: middle;
  margin-right: 10px;
}

.supportContent div.helpHorizontal{
    background: #eaeff1;
    padding: 23px;
    position: relative;
    top: 10px;
}

.supportContent div.helpHorizontal span.exclamation {
    position: absolute;
    top: -23px;
    left: 8px;
}

.supportContent div.helpHorizontal div.contact,
.supportContent div.helpHorizontal div.borderGray,
.supportContent div.helpHorizontal div.noBorderGray {
    float: left;
}
.supportContent div.helpHorizontal div.contact {
    width: 230px;
    padding-right: 20px;
}
.supportContent div.helpHorizontal .borderGray{
    border: 1px solid #d9e1e6;
    padding: 15px 10px;
    width: 180px;
}
.supportContent div.helpHorizontal .borderGray a{
    text-decoration: underline;
}

.supportContent div.helpHorizontal .noBorderGray{
    padding: 10px 20px;
    width: 170px;
}


/* PAGE Mon COMPTE
--------------------------------------------------------------*/

.myAccount a{
    text-decoration: underline;
}

.myAccount a.button{
    text-decoration: none;
}
.myAccount .coordinatesBox {
    float: left;
    margin: 0;
    max-width: 32%;
    width: 32%;
}

.myAccount .adressBox {
    float: right;
    max-width: 65%;
    width: 65%;
}

.myAccount .adressList {
    clear: both;
    margin: 10px 0;
    overflow: hidden;
}

.myAccount .adressList li {
    display: block;
    float: left;
    margin: 0 0 25px;
    max-width: 235px;
    width: 235px;
}

.myAccount .adressList li span.adressType {
    font: 15px/18px Arial;
    letter-spacing: 0;
    margin: 0 0 10px;
    text-decoration: none;
}

.myAccount .adressList li span {
    display: block;
}


.myAccount .orderTable {
  margin: 0 0 30px 0;
}

.myAccount .orderTable tbody tr {
  border-bottom: 1px dotted #ccc;
}

.myAccount .orderTable .status span.created { color: #f60; }
.myAccount .orderTable .status span.paid { color: #090; }
.myAccount .orderTable .status span.refused { color: #f33; }
.myAccount .orderTable .status span.cancelled { color: #f33; }

.myAccount .orderTable .bill {
  width: 50px;
  text-align: center;
}
.myAccount .orderTable .bill a {
  background: url(/images/fo/icons/pdf.png) no-repeat;
  text-indent: -100px;
  display: block;
  width: 24px;
  line-height: 24px;
  overflow: hidden;
}


















