@CHARSET "UTF-8";

h1
{
	font-size: 250%;
	padding-bottom: 0.5em;
}

#form-conteneur .form-title
{
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 110%;
  color: #f99e26;
  margin-top: 30px;
}

#formDevenirFournisseur LABEL
{
	float: left;
	display: block;
	clear: left;
	width: 200px;
	padding-top: 5px;
}

#formDevenirFournisseur .contact-input
{
	padding: 2px;
	margin-top: 5px;
	float: left;
	width: 250px;
}

form .bouton {
  background: url("/images/button.png") left top no-repeat;
  color: white;
  width: 98px;
  height: 23px;
  line-height: 23px;
  display: block;
  text-align: center;
  border: 0;
}

