div.entete{
  text-align:center;
  color:#563E24;
  width:100%;  min-width:100%;  max-width:100%;
}
div.entete span{
  font-family: arial,helvetica,sans-serif;
  font-size: 18px;
  font-weight:bold;
}
div.themeT{
  width:96%;  min-width:96%;  max-width:96%;
  padding:2px 2% 8px 2%;
  background-color: #563E24;
  background-image: url(../charte/base/entree/separateurConfigurateur.jpg);
  background-position: left bottom;
  background-repeat: repeat-x;
  color: #FFFFFF;
  font-weight:bold;
}
div.themeOp{
  cursor:pointer;
  color:#999999;
  background-color: #FFFFFF;
  padding-bottom:6px;
  background-image: url(../charte/base/entree/separateurConfigurateur.jpg);
  background-position: left bottom;
  background-repeat: repeat-x;
}
div.themeC{
  padding-bottom:6px;
  background-image: url(../charte/base/entree/separateurConfigurateur.jpg);
  background-position: left bottom;
  background-repeat: repeat-x;
}
div.themeC select{
  background-color:#B0CA33;
  border:1px #B0CA33 solid;
  color:#FFFFFF;
  font-weight:bold;
 -moz-border-radius:6px;
 -webkit-border-radius:6px;
 border-radius:10px;
  
}
div.themeC table tr td{
  border-bottom:1px #CBCBCB solid;
  
}

div.themeC table tr td.libelle{
  width:268px;min-width:268px;max-width:268px;
}
div.themeC table tr td.etat{
  width:30px;min-width:30px;max-width:30px;
  text-align: center;
}
div.themeC table tr td.choix{
  padding-top:6px;
  padding-bottom:6px;
}
div.themeC table tr td.info{
  width:100px;min-width:100px;max-width:100px;
}
div.themeC table tr td.info span{
  font-weight:bold;
  font-size:18px;  
}
div.themeC table tr td div.select td{
  cursor:pointer;
  border:0px
}
div.themeC table tr td div.select{
  
}
div.themeC table tr td div.select td.selectOp{
  cursor:pointer;
  color:#FFFFFF;
  font-weight:bold;
  background-color: #B0CA33;
  height: 21px;min-height:21px;max-height:21px; 
}

div.themeC table tr td div.select div.selectOps{
  background-color: #B0CA33;
  position:absolute;
  max-height: 150px;
  overflow-y: auto;
  display:none;
  z-index:5;
}
div.selectOps li{
list-style: none outside none;
min-width:100px;
padding:3px;
padding-right:21px;
}
div.selectOps li:hover{
  cursor:pointer;
  background-color: #19BDFF;
}

div.printCde {
  width:710px;min-width:710px;max-width:710px;
}
div#lignes{
  display:none;
}
div.ligne div.theme{
  display:none;
}
div.printCde div.theme{
  display:block;
}
div.entete{
  border:1px solid #E8E8E8;
  border-bottom:0px;
  border-top:0px;
  background-color:#FFFFFF;
}
div.enteteOff{
  cursor:pointer;
  padding-bottom:17px;
  background:url(../charte/base/entree/config_fd_H2.jpg) center bottom no-repeat;
}

table.printCde div#lignes,table.printCde div.theme{
  display:block;
}