@charset "iso-8859-1";
/* CSS Document */


.input {
	width:							175px;
	height:							15px;
	border:							1px solid #d4d2bb;
	background:						none;
	margin:							0;
	padding:						0;
	margin-right:					3px;
	/* Font */
	font-family:					Arial, "Times New Roman", Times, serif;
	font-size:						11px;
	color:							#999999;
	font-weight:					bold;
	}
	.input:focus {
		background-color: 				#d4d2bb;
		color:							#605e49;
		}
	
.textarea {
	width:							325px;
	height:							97px;
	border:							1px solid #d4d2bb;
	background:						none;
	margin:							0;
	padding:						0;
	margin-top:						3px;
	/* Font */
	font-family:					Arial, "Times New Roman", Times, serif;
	font-size:						11px;
	color:							#999999;
	font-weight:					bold;
	}
	.textarea:focus {
		background-color: 				#d4d2bb;
		color:							#605e49;
		}

.bouton {
	width:							75px;
	height:							18px;
	border:							none;
	background-color:				#ad9961;
	cursor:							pointer;
	/* Font */
	font-family:					Arial, Helvetica, sans-serif;
	font-size:						11px;
	text-transform:					uppercase;
	color:							#fff;
	}
