
body {
	color: #272729;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
background: #272728;
}

a {
	color: #272729;
	text-decoration: none;
}

a:hover {
	color: #191919;
	text-decoration: underline;
}
a:active, a:focus{
      outline:none;
}

h1 {
  margin: 0 0 10px 0;
  font-size: 220%;
}

/* the main layout */

#contentForm {
  display: block;
  width: 500px;
  margin: 20px auto;/*this line will center the page*/
  padding: 25px;
  background-color: white;
}

/* and now the form formatting itself */
label {
  display: block;
  float: left;
  clear: left;
  width: 110px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(../images/envoyer60.20.gif) no-repeat left top;
  width: 60px;
  height: 20px;
  margin-left: 110px;
}

.annuler {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(../images/annuler60.20.gif) no-repeat left top;
  width: 60px;
  height: 20px;
  margin-left: 20px;

}

span.required{
  font-size: 13px !important;
  color: #d0000a;
}

.errormsg {
  display: block;
  width: 90%;
  height: 20px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #d0000a url(../images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 1px solid #920000;
  border-bottom: 1px solid #920000;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}

#contFrm {
	margin-top: 10px;
	margin-bottom: 0;
}

.close a:link{
	cursor: pointer;
	
}
