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

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

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

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

.cssform label{
  width: 200px;
  font-weight: bold;
  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: 10px;
  padding: 0px;
}

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

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

/*.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;
}
*/
