.calBox {
  background-color: #E8ECF3;
  padding: 2px;
  text-align: center;
  color: white;
}

.calElement {
  margin: 1px;
  display: inline-block;
  overflow:hidden;
}

.calYear {
  font-size: 12px;
}

.calYear .calElement {
  border: 1px solid #999999;
  background-color:#7E99C1;
}

.calMonth {

}

.calMonth .calElement {
  font-size: 12px;
  border: 1px solid #999999;
  background-color:#7E99C1;
}

.calDay {
	margin-bottom:5px;
}

.calDay .calElement {
  font-size: 12px;
  border: 1px solid #999999;
  background-color:#7E99C1;
}

.calDay .calElement.prev {
  background: transparent url("/img/pictos/noir/fleche_g.png") no-repeat 0;
  width: 12px;
  height: 35px;
  border:0px;
}

.calDay .calElement.next {
  background: transparent url("/img/pictos/noir/fleche_d.png") no-repeat 0;
  width: 12px;
  height: 35px;
  border:0px;
}

span.calElement.next:hover, span.calElement.prev:hover {
  border: 1px solid #999999;
  cursor: pointer;
}

.calDay .calElement .dayNumber {
  font-size: 20px;
}


.calElement.selected {
  background-color: #005389;
  border: 1px solid #404040;
  -moz-border-radius: 3px
}

span.calElement:hover {
  background-color: #005389;
  border: 1px solid #404040;
  -moz-border-radius: 3px;
  cursor: pointer;
}

.calElement.today {
  border: 1px solid #e0e000;
  -moz-border-radius: 3px
}
