
/* Calendrier
--------------------------------------------------*/

.bouton-calendrier {
  float : left;
  width : 14px;
  height : 19px;
  background : url(../../img/libs/picto_calendrier.gif) no-repeat;
  clear : none;
  border : none;
  margin : 1px 0 0 0.3em;
  padding : 0;
  border-left : none;
}

div.calendrier.obligatoire {
    background-position : 100% 8px;
}

#selecteur-date {
    float : left;
    width : auto; /*13.5em;*/
    position : absolute;
    top : 0;
    left : 0;
    border : 1px solid #a5a5a5;
    border-width : 1px 2px 2px 1px;
    display : none;
    background : #F0F0F0;
    overflow : visible;
    z-index : 3;
}

#selecteur-date div {
    float : left;
    width : auto;
    overflow : visible;
    margin : 0;
    padding : 0;
}

#selecteur-date .sd-mois-precedent,
#selecteur-date .sd-mois-suivant {
  float : left;
  background : #858e98;
  padding : 0.2em 0.7em;
  width : 0.9em;
  font-size : 1em;
  letter-spacing : 0;
  line-height : 1.5em;
  color : #fff;
  text-decoration : none;
  text-align : center;
}


#selecteur-date .sd-mois-suivant {
  float : left;
}


#selecteur-date .sd-mois-precedent:hover,
#selecteur-date .sd-mois-suivant:hover {
  background : #535864;
}


#selecteur-date select {
    float : left;
    height : 16px;
    width : 35%;
    font-size : .8em;
    /*line-height : .8em;*/
    margin : 0;
    padding : 0;
    background : #A09F9F;
    border : 1px solid #D2D1D1;
    border-top : 1px solid #A9A8A8;
    color : #fff;
}


#selecteur-date table {
  float : left;
    width : 13.5em;
  margin : 0;
  padding : 0;
  border : 1px solid #fff;
}

#selecteur-date table tr {
  margin : 0;
  padding : 0;
}


#selecteur-date th {
  line-height : 1.5em;
  font-size : 0.8em;
  color : #fff;
  background : #29789a;
  margin : 0;
  padding : 0;
}


#selecteur-date tbody td {
  font-size : 0.8em;
  margin : 0;
  padding : 0;
  background : #fff;
}


#selecteur-date thead td {
  background : #535864;
  height : 16px; /*1.4em;*/
  font-size : 0.8em;
  margin : 0;
  padding : 0;
  font-weight : bold;
  color : #999;
}


#selecteur-date tbody a {
  display : block;
  width : 2.2em;
  height : 2.2em;
  line-height : 2em;
  border : 1px solid #fbfbfb;
  background : #fbfbfb;
  text-align : center;
  text-decoration : none;
  font-size : 0.9em;
  color : #535864;
  margin : 0;
  padding : 0;
}


#selecteur-date tbody a.weekend {
  background : #F5F5F5;
  border : 1px solid #F5F5F5;
}


#selecteur-date tbody a.selected {
  background : #535864;
  color : #fff;
}


#selecteur-date tbody a.selected:hover {
  color : #fff;
}


#selecteur-date tbody a:hover {
  background-color : #fff;
  border : 1px solid #f2a522;
  color : #000;
}



#selecteur-date tbody a.weekendselected {
    background : #d1d1d1;
    font-weight : bold;
    color : #000;
}


#selecteur-date tbody a.valeur-courante,
#selecteur-date tbody a.valeur-courante:hover {
  background : #f2a522;
  color : #000;
}




