
/* Cases */

#formulaire {
	margin-left: 100px;
}

#monForm input {
	border: #272727 1px solid;
	background-color: #000;
	font-weight:bold;
	margin: 5px;
	color: #272727;
}

#monForm input:hover, #monForm select:hover, #monForm input:focus, #monForm select:focus, textarea:hover
{
	border: #272727 1px solid;
	background-color: #474646;
	color: #FFF;
}

textarea {
	font-size:12px; font-weight:bold;
	width:610px;
	padding:.9em;
	border: #272727 1px solid;
	background-color: #000;
	margin: 5px;
	color: #FFF;
}


/* le bouton submit */

input[type="submit"], input[type="reset"] {
color: #fe236e;
font-size:12px;
}

input[type="submit"], input[type="reset"] :hover {
color: #06C;
font-size:12px;
}


p#buttons {
  text-align:center;
  padding-right: 250px;
}

.formulaire{
	margin-right: 70%
}

#champs {
		color: #272727;
		margin-right: 50px;
		margin-top: -50px;
}
