/* Xlim - web ://www.xlim.fr              */
/* Commentaires : Le Studio Vert www.lsv.fr     */
/********************************************** */

/******** "BALISES GENEREALES" **************** */ 
  * {
  font-family: Arial, Helvetica, sans-serif;
  }
  
  a:link, a:visited {
  color: #e50916;
  }
  
  a:hover, a:active {
  background-color: inherit;
  text-decoration: none;
  }
  
  acronym {
  
  }
  
  body {
  background: #000000 url(../images/commun/fd_body.gif) left top; /* #a5c0d6 */
  /*background-color:  /* #74B821; /*cnrs:#286583;*/
  color: black;
  text-align: center;
  margin: 0;
  height: 100%;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  }

cite {
  color: #666;
  font-size: 14px;
  font-style: italic;
  text-align: right !important;
  }
  
  form {
  margin: 0;
  padding: 0;
  }
  
  hr {
  visibility: hidden;
  clear: both;
  height: 1px;
  /*display: none;*/
  }
  h2.accueil {
  color: #6a9ed7;
  font-size: 26px;
  font-weight: normal;
  line-height: 28px;
  width: auto;
  height: auto;
  margin: 5px 0 0;
  padding: 0;
  }
  h2 {
  color: #6a9ed7;
  font-size: 21px;
  font-weight: normal;
  line-height: 22px;
  width: 400px;
  height: 75px;
  margin: 5px 0 0;
  padding: 0;
  padding-top: 20px;
  display: block;
  }
  h3 {
  font-size: 18px;
  text-align: left;
  z-index: 2 !important;
  background: inherit;
  margin: 0 0 5px;
  font-weight: normal;
  padding: 5px 0 0;
  color: #e50916;
  line-height: 19px;
  }
  
  h4 {
  color: #333;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 4px;
  margin-top: 10px;
  font-weight: bold;
  z-index: 2;
  }
  

  h4 a {
  color: #636 ;
  text-decoration: underline;
  background: transparent;
  font-size: 18px;
  }
  
  h4 a:hover {
  color: #fff ;
  background: #636;
  text-decoration: none;
  font-size: 18px;
  }

  
  h5 {
  font-size: 13px;
  margin: 10px 0 5px;
  color: #666;
  font-weight: bold;
  line-height: 14px;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0 0;
  width: 95%;
  padding: 2px 2px 2px 4px;
  border-bottom: 1px solid #b3d36c;
  border-left: 2px solid #b3d36c;
  
  }
  
  h5 a {
  font-size: 13px;
  color: #666 !important;
  font-weight: bold;
  line-height: 14px;
  text-decoration: none;
  }
  
  h5 a:hover {
  color: #e50916 !important;
  text-decoration: none;
  }
  
  h6 {
  color: #666666;
  font-size: 13px;
  margin: 0;
  padding: 0;
  }
  
  img {
  border-style: none;
  margin: 0;
  }
  
  input {
  font-size: 12px;
  color: #333333;
  }
  
  label {
  
  }
  
  legend {
  text-transform: uppercase;
  font-size: 12px;
  }
  p {
  font-size: 12px;
  color: #333333;
  width: 98%;
  margin: 10px 0 5px;
  padding: 0;
  }
  
  select {
  
  }
  
  span {
  
  }
  
  strong {
  
  }
  
  textarea {
  font-size: 12px;
  color: #333333;
  }


/**************** "MENUS GLOBAL STYLES" ***************************/
ul#menu li ul{
    display:none;
    }
    
    ul#menu li:hover>ul{
    display:block;
    }
    
    
    ul#menu{ 
    margin:0; 
    padding:0; 
    list-style:none; 
    width:461px; 
    background:#666 url(../images/commun/fd_menu_global.gif) no-repeat left top; 
    font:0.7em Arial; 
    position: absolute; 
    top: 216px; 
    right: 0; 
    height: 26px; 
    }
   
    ul#menu li{ 
    float:left; 
    display:block; 
    padding:3px 1px; 
    }

    ul#menu li.rss{  
    padding:3px 1px; 
    }
    
    ul#menu li.first{
    padding-left:2px;
    }
    
    ul#menu li.last{
    padding-right:2px;
    }
    
    ul#menu li a{
    display:block;
    padding:2px 6px;
    color:#b3d36c;
    text-decoration:none;
}
    
    ul#menu li a:hover{ color: #fff; }
    
    ul#menu ul{ 
    background-color: #666; 
    background-image: url(../images/commun/fd_menu_global.gif); 
    background-repeat: no-repeat; 
    background-position: left bottom; 
    position:absolute; 
    width: 300px; 
    height: 20px; 
    list-style:none; 
    margin:0 0 0 5px; 
    padding:5px 10px 0; 
    z-index:1; 
    }

    ul#menu ul li{ 
    position:relative; 
    float:none; 
    margin:0; 
    padding:0 0 0 0; 
    border-right: 1px solid #b3d36c; 
    display: inline; 
    _display:inline; 
    }
    
    ul#menu ul li a{ 
    color: #c9dcf1; 
    display:inline; 
    margin:0; 
    padding:0; 
    border:none; 
    }

    ul#menu ul li a span{
    display:inline;
    _width:150px;
    padding:4px 6px;
    margin:0 6px 0 2px;
    border:none;
    cursor:hand;
    }

    ul#menu ul li a:hover span{
    color:#ffffff;
    border:none;
    }
    
    ul#menu ul li.first{
    padding-left:0px;
    }
    
    ul#menu ul li.first a{ 
    background-color: transparent; 
    padding-top: 4px; 
    padding-right: 6px; 
    padding-bottom: 4px; 
    }
    
    ul#menu ul li.last{
    padding-right:0px;
    }
    
    ul#menu ul li.last a{ background-color: transparent; padding: 4px 6px 4px 5px; }

/* *********** "MENU RUBRIQUE" ********************************* */
    #menuRubrique {
    position: absolute;
    background-color: #ececec;
    top: 265px;
    right: 20px;
    width: 160px;
    float: right;
    padding: 3px;
    border: solid 1px #669;
    }
    #menuRubrique h3 {
    color: #669;
    font-size: 13px !important;
    font-weight: bold !important;
    margin: 0 !important;
    padding: 0 !important;
    }
    #menuRubrique ul {
    margin: 0;
    padding: 0;
    }
    #menuRubrique li {
    color: #666;
    font-size: 11px;
    line-height: 13px;
    background-image: url(../images/commun/pce_verte.gif);
    background-repeat: no-repeat;
    background-position: left 5px;
    margin: 0;
    padding-left: 10px;
    list-style-type: none;
    list-style-position: outside;
    }
    #menuRubrique li a {
    color: #666;
    }
    #menuRubrique li a:hover {
    color: #e50916;
    }

/******** "STRUCTURES" ******************************* */
#page {
  width: 811px;
  text-align: left;
  color: #333333;
  background-color: #fff;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  }
  
  #pagelegale {
  width: 601px;
  text-align: left;
  background-color: #ececec;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  }
  
  #entete {
  background-image: url(../images/commun/fd_entete1.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  top: 0;
  width: 811px;
  height: 216px;
  border-color: transparent;
  }

 #partenaires {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 202px;
  height: 60px;
  /* background-color: red;*/
  }
  
  #recherche {
  color: #666;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  position: absolute;
  top: 64px;
  right: 215px;
  width: 150px;
  text-align: right;
  font-weight:bold;
  padding-top:3px;
  }
  
    #recherche1 {
  color: #666;
  font-size: 12px;
  font-weight: normal;
  line-height: 11px;
  position: absolute;
  top: 62px;
  left: 602px;
  width: 200px;
  text-align: left;
  }
  
#recherche1 a {
font-weight:bold;
}

  
  #Langue {
  position:absolute;
  right: 215px ;
  top: 5px;
  width:200px;
  height:20px;
  text-align: right;
  font-size: 12px;
  font-weight: normal;
  font-weight:bold;
  text-decoration:none;
  /* z-index:2; */
  }
  
  #Langue a {text-decoration:none;}
  
  #Langue a:hover, a:active 
{
  color: #6a9ed7;
  text-decoration: none;
}
  
  
  #elopsys {
  text-align: right;
  width: 330px;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  }
  #carnot {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  }
  
  #conteneur {
  height: 510px;
  position: relative;
  width: 581px;
  text-align: left;
  margin-left: 230px;
  padding: 30px 0 0;
  }
  
  #conteneurlegale {
  
  width: 581px;
  text-align: left;
  margin-left: 20px;
  padding: 30px 0 0;
  
  }
  
  #actualites, div.blocActus {
  text-align: left;
  width: 560px;
  padding: 3px 3px 5px;
  border: solid 1px #ececec;
  }

  /*
    div.blocActus{
    margin-right: 20px;
    margin-bottom: 15px;
    padding-left: 20px;
    border: dotted 1px #6a9ed7;
    }

  */
  body>#page #conteneur {
    height: auto;
    /* min-height: 510px sans Label Carnot*/ 
    min-height: 590px;
    }
    #pied {
    background: #902727;
    color: #ffffff;
    font-size: 11px;
    position: relative;
    height: 35px;
    line-height: 32px;
    vertical-align: middle;
    margin: 0;
    padding: 5px 5px 0;
    }

/******** "ENTETE" ************************************** */

    h1 {
    background: left top;
    margin: 0;
    }
    
    h1 span {
    background: left top;
    margin: 0;
    display: none;
    }

/********* "RECHERCHE" **************************************** */

    #recherche a.bouton {
    color: #df0b18 !important;
    font-size: 12px;
    font-weight: bold;
    }
    #recherche a:link, #recherche a:visited {
    color: #666;
    font-size: 11px;
    line-height: 12px;
    text-decoration: underline;
    }
    #recherche a:hover, #recherche a:active {
    color: #df0b18;
    font-size: 11px;
    line-height: 12px;
    text-decoration: none;
    }

/******************** "MENUS POLES STYLES" ************************* */

    h3.menuAdministratif {
    color: #d40725;
    font-size: 10px;
    /*font-weight: bold;*/
    line-height: 12px;
    background-image: url(../images/commun/pce_administratif.gif);
    background-repeat: no-repeat;
    background-position: left center;
    width: 200px;
    height: 11px;
    margin: 10px 0 8px !important;
    padding: 0 0 3px 10px !important;
    border-bottom: 1px solid #d40725
    }

    h3.menuRecherche {
    color: #74B821;
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    background-image: url(../images/commun/pce_recherche.gif);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 10px 0 8px !important;
    padding: 0 0 3px 10px !important;
    width: 200px;
    height: 11px;
    border-bottom: 1px solid #74B821;
    }  

    h3.menuFormation {
    color: #ff6500;
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    background-image: url(../images/commun/pce_formation.gif);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 10px 0 8px !important;
    padding: 0 0 3px 10px !important;
    width: 200px;
    height: 11px;
    border-bottom: 1px solid #ff6500;
    }

    h3.menuCarnot {
    color: #6a9ed7;
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    background-image: url(../images/commun/pce_carnot2.gif);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 10px 0 8px !important;
    padding: 0 0 3px 10px !important;
    width: 200px;
    height: 11px;
    border-bottom: 1px solid #6a9ed7;
    }

    #menuPolesXlim {
    line-height: 11px;
    background-color: #ececec;
    position: absolute;
    top: 216px;
    left: 0; width: 215px;
    /* height: 530px; // sans Label Carnot */
    height: 640px; /* [IE] Modifier aussi div#conteneur{height: } */
    margin: 0;
    padding: 10px 3px 10px 5px;
    }
    #menuPolesXlim h4, #menuPolesXlim h4 a {
    color: #686697;
    font-size: 11px;
    line-height: 11px;
    height: 12px;
    margin: 0 !important;
    margin-top: 10px !important;
    padding: 0 !important;
    }

/****** les styles des liens du menu gauche ***** */ 

    #menuPolesXlim ul li ul{
    background-color: #ffffff;
    padding: 0px 10px 0px 10px;
    border: 1px solid #669 !important;
    width: 190px;
    }

    #menuPolesXlim ul,
    #menuPolesXlim ul ul{
    list-style:none;
    margin: 0px;
    padding:0px;
    }
    
    #menuPolesXlim a{
    color:#666;
    font-size: 11px;
    line-height: 13px;
    text-decoration:none
    }

#menuPolesXlim a:hover{
    color:#e50916;
    background-color: #fff;
    text-decoration:none !important;
    cursor: pointer;
    }

/***************** fin menu gauche **************************** */

/********** "CONTENEUR" ************************************* */
/** En rapport avec la hauteur du menu pole [IE] **/
div#conteneur{
height: 600px;
}
/*********************************************/

    #conteneur p.remonter {
    font-size: 11px;
    line-height: 16px;
    background-image: url(/images/commun/pct_remonter.gif);
    background-repeat: no-repeat;
    background-position: right center;
    text-align: right !important;
    width: 95%;
    clear: both;
    margin: 10px 0 4px;
    padding: 0 14px 0 0;
    }
    p.redaction {
    color: #666;
    font-size: 10px;
    line-height: 11px;
    margin-top: 8px !important;
    border-top: 1px solid #ccc;
    padding-top: 5px;
    margin-bottom: 30px;
    }
    p.redaction a:link, p.redaction a:visited {
    color: #666;
    text-decoration: underline;
    }
    p.redaction a:hover, p.redaction a:active {
    color: #666;
    }
    p.filArianne {
    color: #6a9ed7;
    font-size: 11px;
    line-height: 12px;
    margin: 3px 0 0;
    padding: 0;
    /*display: none;*/
    }
    p.filArianne a {
    color: #6a9ed7;
    font-size: 11px;
    line-height: 12px;
    margin: 3px 0 0;
    padding: 0;
    }
    .chapeau {
    color: #333;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    margin: 22px 0 0;
    padding: 0;
    }
    .legende {
    color: #999;
    font-size: 11px;
    line-height: 12px;
    font-style: italic;
    width: 150px;
    }
    
    .legendeplan {
    color: #999;
    font-size: 11px;
    line-height: 12px;
    font-style: italic;
    }
    
    .message {
    color: #ab1b36;
    font-size: 15px;
    background: url(../IMAGES/flc_message.gif) no-repeat left top;
    padding-left: 15px;
    }
    
    a.lienPdf {
    color: #669 !important;
    font-size: 11px;
    line-height: 12px;
    background-image: url(/images/commun/pdf15x16.gif);
    background-repeat: no-repeat;
    background-position: right center;
    text-decoration: underline;
    padding-right: 15px;
    }
    
    a.lienDoc {
    color: #669 !important;
    font-size: 11px;
    line-height: 12px;
    background-image: url(/images/commun/pct_doc.gif);
    background-repeat: no-repeat;
    background-position: right center;
    text-decoration: underline;
    padding-right: 13px;
    }
    
    a:hover.lienPdf {
    color: #6a9ed7 !important;
    text-decoration: none;
    }
    
    a:hover.lienDoc {
    color: #6a9ed7 !important;
    text-decoration: none;
    }
    
    a.personne {
    color: #333333 !important;
    
    }
    
    a:hover.personne{
    text-decoration: none;
    color: #e50916 !important;
    }
    
    a.nom{
    color: #000000 !important;
    text-decoration : none;
    }
    
    a:hover.nom{
    text-decoration : none;
    color: #e50916 !important;
    }
    
    .commentaireArticle {
    margin-left: 30px;
    color: #666;
    border: 1px solid #9bce33;
    padding: 5px;
    margin-right: 10px;
    margin-top: 20px;
    }
    .lienExterne {
    color: #669 !important;
    background-image: url(/images/commun/pct_lienexterne.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right center;
    padding-right: 13px;
    }    

    img.illustration {
    position: absolute;
    margin-left: 456px;
    }
    
    img.illustrationCarnot {
    position: absolute;
    margin-left: 406px;
    margin-top: 20px;
    }

    p.introduction {
    /*color: #5179a5;*/
    font-size: 12px !important;
    line-height: 16px !important;
    }
    
    p.retourListe {
    text-align: right;
    float: right;
    display: inline;
    width: 300px;
    margin-right: 15px;
    }
    
    p.nom a{
    color: #000000 !important;
    text-decoration : none;
    }
    
    p.nom a:hover{
    text-decoration : none;
    color: #e50916 !important;
    }
    
    .index ul li{
    display: inline;
    }
    
    .webList{
    font-size: 12px;
    width: 550px;
    margin: 0px;
    padding: 10px 0 30px 0;
    }
    
    .webList a{
    text-decoration : none;
    }
    div.nbPages{
    float: left;
    }


    div.nbPages form img{
    padding: 0px 10px 0px 10px;
    }
    
    div.nbLignes{
    float: right;
    }


/************** "ACTUALITES" ***********************/
    #actualites h3 {
    color: #f00;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    height: 15px;
    margin: 0;
    padding: 0;
    }
    div.listeActualites {
    margin: 8px 0 0;
    padding: 0 0 3px;
    border-bottom: 1px solid #74b729;
    }
    div.listeActualites img {
    float: left;
    margin: 0 5px 0 0 !important;
    padding: 0;
    width: 100px;
    }
    div.listeActualites p.date {
    color: #666;
    font-size: 11px;
    margin: 0 !important;
    padding: 0 !important;
    }
    div.listeActualites h4 a:link, div.listeActualites h4 a:visited {
    color: #666 !important;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    text-decoration: underline;
    margin: 2px 0;
    padding: 0;
    }
    div.listeActualites h4 a:hover, div.listeActualites h4 a:active {
    color: #f00 !important;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    background-color: #fff !important;
    text-decoration: none;
    margin: 2px 0;
    padding: 0;
    }
    div.listeActualites p {
    color: #666;
    font-size: 11px;
    line-height: 13px;
    margin: 0 0 3px;
    padding: 0;
    }
    p.lienActualites {
    color: #f00 !important;
    text-align: right !important;
    }
    p.lienActualites a:link {
    color: #f00 !important;
    text-align: right !important;
    }
    
    pre.code {
    /*color: #efffff;
    background-color: #000000;
    font-style: Courier; !important;*/
    /*margin: 10px 10px 10px 10px !important;*/
    /*padding: 10px 10px 10px 10px !important;*/
    background-color: #565248;
    border: none;
    border-left: 4px solid #000000;
    overflow: auto;
    margin: 0 0 10px 0
    
    }
/************ "ELOPSYS" ********************************** */

    #elopsys img {
    float: right;
    margin-left: 5px;
    }
    #elopsys p {
    color: #000;
    font-size: 11px;
    line-height: 12px;
    margin-left: 5px;
    }

/************* "PIED" ********************************* */

    p.coordonnees {
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    text-align: right;
    width: 480px;
    float: right;
    margin: 0;
    padding: 0;
    display: inline;
    }
    p.mentions {
    font-size: 11px;
    line-height: 22px;
    vertical-align: middle;
    width: 200px;
    margin: 0 !important;
    padding: 0 !important;
    }
    #pied a:link, #pied a:visited {
    color: #fff;
    font-family: Courier New,Courier,monospace;
    text-decoration: none;
    }

/************** "POLES" ********************************** */

    div.blocTri {
    width: 95%;
    margin: 0;
    padding: 5px;
    border: solid 1px #6a9ed7;
    }
    div.blocTri input {
    font-size: 12px;
    }
    div.blocTri select {
    font-size: 12px;
    }
    div.blocTri select.listeAnnees {
    font-size: 12px;
    /*width: 70px;*/
    }
    div.blocTri label {
    font-size: 12px;
    line-height: 12px;
    margin-left: 3px;
    }
    p.resultat {
    color: #669;
    padding-left: 5px;
    border-left: 2px solid #666;
    }
    ul.listeSimple {
    margin: 5px 0 15px 5px !important;
    padding: 0;
    }
    ul.listeSimple li {
    font-size: 11px;
    line-height: 14px;
    background-image: url(../images/commun/pce_verte.gif);
    background-repeat: no-repeat;
    background-position: left 3px;
    margin: 0 !important;
    padding: 0 0 0 10px !important;
    list-style-type: none;
    list-style-position: outside;
    }
    ul.listeActivites {
    margin: 0;
    padding: 0;
    display: inline;
    }
    ul.listeActivites li {
    font-size: 12px;
    line-height: 13px;
    margin: 0 5px 0 0;
    padding: 0 0 0 5px;
    border-left: 2px solid #ccc;
    display: inline;
    }
    div.blocListe {
    width: 95%;
    margin-bottom: 15px;
    padding: 5px;
    border: solid 1px #ccc;
    background-color: #ffffff;
    }
    
    /* Ajout LSV liÃÂÃÂÃÂÃÂ© au probleme page personnel et projet */
    div.blocPersonnel { margin-bottom: 15px; padding: 5px; width: 95%; border: solid 1px #ccc; }
    div.blocPersonnel img { float: left; margin-right: 6px; }
    div.blocPersonnel p { font-size: 11px; line-height: 15px !important; margin: 0; padding: 0; }
    
    div.blocImage { /*width: 151px;*/ float: left; margin-right: 5px; display: inline; }
    div.blocImage p { /*width: 110px;*/ margin: 0; padding: 0; display: block !important; }
    div.blocListe p { font-size: 11px; 
    line-height: 15px !important; 
    margin: 0; 
    padding: 0; 
    /*display: inline;*/               
    }
    
    /* Ajout par vinch pour liste ÃÂÃÂ¯ÃÂÃÂ¿ÃÂÃÂ½  puces dans les li */
    ul.blocListe li {
    font-size: 11px;
    }
    table.blocListe {
    font-size: 11px;
    }
    
    div.blocListe h4 {
    font-size: 13px;
    background-image: url(../images/commun/pce_h4.gif);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0 0 3px;
    padding: 0 0 0 16px;
    }
    div.blocIntro {
    color: #333;
    margin-right: 20px;
    margin-bottom: 15px;
    padding: 3px;
    border: solid 1px #6a9ed7;
    }
    div.blocIntro ul { margin: 0;
    padding: 0;
    list-style-type: none;
    border-left: 2px solid #ccc;
    }
    div.blocIntro li { font-size: 12px;
    line-height: 14px;
    margin-bottom: 2px;
    padding-left: 5px;
    
    }

/* Ajout du style pour le projet MACAO */

.optimisation_toggle,
.analyse_toggle,
.technologies_toggle,
.synthese_toggle {
    /*background-color: #b3d36c;*/
	cursor: pointer;
	margin: 0 0 2px 0;       
}

.optimisation_toggle:hover,
.analyse_toggle:hover,
.technologies_toggle:hover,
.synthese_toggle:hover {
        color: white;
        background-color: #b3d36c;
}


.optimisation_toggle_active,
.analyse_toggle_active,
.technologies_toggle_active,
.synthese_toggle_active {
        color: white;
        background-color: #b3d36c;
        border-top: 2px solid white;
        border-right: 2px solid white;
}

.optimisation_content,
.analyse_content,
.technologies_content,
.synthese_content {
    margin: 5px 0 20px 10px;
	overflow: hidden;
}

.technologies1_toggle,
.technologies2_toggle {
        color: grey;
        border-top: 1px dotted #b3d36c;
        border-bottom: 1px solid white;
        border-left: 2px solid white;
        background: url(http://www.xlim.fr/images/commun/pct_ferme.gif) no-repeat left 50%;
	cursor: pointer;
	margin: 0 0 2px 0;
        padding-left: 20px;
}

.technologies1_toggle_active,
.technologies2_toggle_active{
        background: url(http://www.xlim.fr/images/commun/pct_ouvert.gif) no-repeat left 50%;
        border-left: 2px solid white;
}

.technologies1_content,
.technologies2_content {
    border-left: 2px solid #b3d36c;
    margin: 5px 0 20px 5px;
    overflow: hidden;
    padding-left: 20px;
}