/* css pour la popup des formacodes */
.FormaVerti1 { 
  width: 8px;
  height: 16px;
  valign: top;
  background: url(../images/pointille.png) left top repeat-y;
  white-space:nowrap;
}

.FormaVerti2 {
  width: 8px;
  height: 16px;
  valign: top;
  background: url(../images/pointille2.png) left top no-repeat;
  white-space:nowrap;
}

.FormaVerti3 { 
  width: 8px;
  height: 16px;
  white-space:nowrap;
}

.FormaHoriz { 
  width: 8px;
  valign: top;
  background: url(../images/pointille3.png) left top repeat-x;
  white-space:nowrap;
  repeat-x;
}

table {
  border: 0px;
  border-collapse: collapse;
  width: 100%;
    text-align: left;
}

th{
  font-size: 12px;
  text-align: center;
}

.tabResults td {
  padding-bottom: 20px;
}

.tabResultsLibelles {
  vertical-align: top;
  font-weight: bold;
  padding-right: 5px;
  text-align: left;
}

.DetailColDroite {
  vertical-align: top;
}

.titreFormation {
  font-weight:bold;
  font-size: 13px;
  width: 540px; /* était ŕ 620px auparavant, ne pas mettre plus sinon pb en 800 x 600 sous ie6 */
  float: left;
/*  border : 1px solid yellow;*/
}

.PanierFormation {
  text-align: right;
  width: 130px;
  float: right;
  padding-right:5px;
}

/* Style pour l'atocompletion */
.autoCompletion_class {
  border: 1px solid;
  background-color:#FFFFED;
  height: 85px;
  overflow:auto;
  z-index: 2000;
}

.autoCompletion_class ul  {
  list-style-type: none;
  margin:0px;
  padding:0px;
  padding-left: 2px;
  text-align: left;
}

.autoCompletion_class ul li.focused { 
  background-color: #7795C4; 
  cursor: pointer; 
}

.autoCompletion_class li {
  height:14px;
  font-size: 11px;
}


.formButton:hover {border: 1px solid #666;}
.formButtonAide:hover {border: 1x solid #000000;}

.formButton {
  background-color:#A9C271;
  background-repeat:repeat-x;
  border:1px solid #999999;
  color:#333333;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  height:17px;
  margin:2px;
  overflow:visible;
  padding:0 6px;
  width:auto;
}
.formButtonAide {
  background-color:#B81915;
  border:1px solid #FFFFFF;

  font-weight: bold;
  color:#FFFFFF;
}

.formButton[disabled]{ border: 1px solid #666666;  }
A.formButton         { 
  font-size: x-small; 
  font-family: Arial, Helvetica, sans-serif; 
  border: 1px solid #666666; 
  padding: 3px; 
  color: #333333; 
  text-decoration:none;
}

.checkbox {
  width: auto;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border:0px none #000000;  
}


/* pour les popops des formacodes et autres*/
.titreArbo1 {
  color: #800000;
}

.titreArbo2 {
  color: grey;  
}


/* pour les champs texte input en lectures seuls */
.lectureSeule {
  background-color: #EFEFEF;
  border: 0px none;
}




/* css pour l'accordeon de la page de detail */
.accordion_toggle {
  display: block;
  height: 18px;
  width: 100%;
  background: url(../images/f_bas.png) no-repeat top left #D0DFA7;
  padding: 0px;
  font-weight: bold;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  margin: 0 0 0 0;

  text-align: left;
  border-style: 0px solid none;
  border-top: 1px solid #FFFFFF;
  border-width: 1px 0px;
  font-size: 12px;
}

.accordion_toggle_active {
  background: url(../images/f_droite.png) no-repeat top left #ADC373;
  border-top: 1px solid #C9DF8B;
}

.accordion_content {
  overflow: hidden;
  text-align: left;

  margin-top: 8px;
}


hr {
  color: #C9DF8A;
  border: 1px solid; 
  margin: 0 0 10px; 0;
}

.lienActif{
  color: #BD3939;
}

/* pour avertissement si trop ou pas de resultats */
.avertissement {
  color:#B81915;
}

.avertissementSmall {
  color:#B81915;
  font-size: 10px;
}


.TabRecherche {border: 1px solid  #ABBF78;}
.TabRecherche th {
  background-color: #ABBF78;
  padding-left: 2px;
  padding-right: 2px;
}
.TabRecherche td {
  background-color: #EFF2E2;
  vertical-align:middle;
  height: 18px;
  padding: 2px;
  line-height: 18px;

}

/* pour les guides, afin de generer un ascenceur quand un contenu depasse la taille du conteneur */
.partievariable { overflow-y: auto; height: 390px; }

.PrintOnly {
  display: none;
}
