.fondContact {
  margin: 0px;
  padding: 0px;
}

.cssform form{
  margin: 0px;
  padding: 0px;
}

.cssform fieldset{
  border: none;
  margin: 0px;
  padding: 0px;
  padding-left: 90px;
  padding-right: 40px;
}

.cssform p{
  margin: 0px;
  padding: 0px;
}

.cssform label{
  width: 180px;
  font-size: small;
  font-weight: bold;
  font-style: normal;
  color: #0076D7;
  margin: 0px;
  padding: 0px;
  float: left;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
  width: 300px;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
}

.cssform select {
  width: 300px;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
}

.cssform textarea{
  width: 300px;
  height: 100px;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
}

.cssform em{
  font-size: xx-small;
  color: #CC0000;
}

.legende {
  font-size: x-small;
  text-align: right;
}

.choixAutreDeb select {
  margin: 0px;
  padding: 0px;
}

.choixAutreFin label {
  width: 170px; /* taille du .cssForm label moins le padding-right ci-dessou*/
  padding-right: 10px;
  color: #363636;
  text-align: right;
  font-style: italic;
}

.txtReadWrite {
}

.txtReadOnly {
  background: #DEDEDE;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/
/*
* html .threepxfix{
  margin-left: 3px;
}
*/



.calmin { float: left;}
.calmin label {}
.calmin input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
  width: 80px;
  margin: 0px;
  margin-bottom: 4px;
  padding: 0px;
  background-image:url('./../images/icoCalendrier.jpg');
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 18px;
}
.calmax { }
.calmax label{ width: 40px; padding-left: 10px;}
.calmax input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
  width: 80px;
  margin: 0px;
  margin-bottom: 4px;
  padding: 0px;
  background-image:url('./../images/icoCalendrier.jpg');
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 18px;
}