/*formatage du formulaire part */
label {
  display: block;
  float: left;
  clear: left;
  width: 150px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  color: #808080;
  background:transparent;
  border: 1px solid #808080;
  margin: 5px 0;
  overflow:auto;

 
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999999;
  background-color: #FFFFFF;
}


input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background:url(../img/btn_envoyer.png) no-repeat left top;
  width: 90px;
  height: 28px;
  margin-left: 5px;
}

span.required{
  font-size: 16px !important;
  color: #a50021 !important;
}

.errormsg {
text-align:left;
  display: block;
  width: 80%;
  height: 22px;
  line-height: 22px;
  color: #ffffff;
  background: #808080  url(../img/cancel.png) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  /*border-top: 2px solid #FF0000;*/
  /*border-bottom: 2px solid #FF0000;*/
}

.msgSent {
  font-size: 16px;
  text-align: center;
}

a.lien:hover, a.lien:active
{ 
	color:#ff6633;
	text-decoration:underline;
}
a.lien
{ 
	color:#ffffff;
	text-decoration:none;
}

.trait{

	border-left:0px;
	border-bottom: solid 1px #a50021 ;
	border-top: 0px;
	border-right: 0px;
	background-color:transparent; 
}
