/* .champ {
	width: 360px;
	border: none;
	border-radius: 3px;
	padding: 5px 10px;
	background-color: white;
	color: black;
}

.bouton {
	background-color: #ccc;
	border: none;
	border-radius: 3px;
	padding: 5px 10px;
	text-decoration: none;
	margin-left: 5px;
	color: #333;
	cursor: pointer;
}

.bouton:hover {
	background-color: #eda305;		
}
*/ 

p {
  margin-top: 0px;
}
 
fieldset {
  margin-bottom: 15px;
  padding: 10px;
}
 
legend {
  padding: 0px 3px;
  font-weight: bold;
  text-transform: uppercase;
}
 
label {
  font-size: 15px;
  width: 120px;
  display: inline-block;
  vertical-align: top;
  margin: 6px;
}
 
em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
 
input:focus {
  background: #eaeaea;
}
 
input {
  width: 350px;
}
 
textarea {
  width: 350px;
}
 
textarea {
  height: 52px;
}
 
select {
  width: 357px;
}
 
input[type=checkbox] {
  width: 10px;
}
 
input[type=submit] {
  font-size: 15px;
  font-weight: bold;
  width: 150px;
  padding: 10px;
  margin: 0 3px 0 0;
}

input[type=submit]:hover {
  background-color: red;
  color: white;		
}
