
/* Cases */

#monForm input {
	border: #FFF 1px solid;
	background-color: #000;
	font-weight:bold;
	margin: 5px;
	color: #FFF;
	-moz-opacity:0.3;    
	-khtml-opacity: 0.3;    
	opacity: 0.3; 
}

#monForm input:hover, #monForm select:hover, #monForm input:focus, #monForm select:focus, textarea:hover
{
	border: #FFF 1px solid;
	background-color: #000;
	color: #FFF;
	-moz-opacity:0.7;    
	-khtml-opacity: 0.7;    
	opacity: 0.7; 
}

textarea {
	font-size:12px; font-weight:bold;
	width:610px;
	padding:.9em;
	border: #FFF 1px solid;
	background-color: #000;
	margin: 5px;
		-moz-opacity:0.3;    
	-khtml-opacity: 0.3;    
	opacity: 0.3; 
}


/* 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: 130px;
}

.formulaire{
	margin-right: 70%
}

#champs {
		color: #272727;
		margin-right: 50px;
		margin-top: -50px;
}