@charset "UTF-8";
/* CSS Document */

form {
	width:75%;
	margin-left:auto;
	margin-right:auto
}
input {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000;	
	padding:10px;
}
textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000;	
	padding:10px;
}
label {
	font-family: Garamond, Courier, monospace;
	font-size: 14px;
	color: #000;	
	font-weight: bold;
}
.bouton_envoi {
	font-family: Garamond, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #BBB;
	padding: 5px;
	width: 200px;
	/*border-radius: 10px;
	box-shadow: 5px 5px 5px #CCC;*/
	cursor: pointer;
}
.bouton_envoi:hover{
	background-color:#000;
}


