/* CSS Document */

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.normal_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

.normal_brown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #86502E;
}


.petit {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
}
.petit_brown {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #86502E;
}

input {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
color: #6f6f6f;

border:1px solid black;
background-color:#e3c3b3;

height:16px;
}

textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
color: #6f6f6f;

border:1px solid black;
background-color:#e3c3b3;

height:30px;
}