.arial {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.size10 {
	font-size: 10px;
}
.size12 {
	font-size: 12px;
}
.gras {
	font-weight: bold;
}
.blanc {
	color: #FFFFFF;
}
.noir {
	color: #000000;
}
.size11 {
	font-size: 11px;
}
.trebuchet {
	font-family: "Trebuchet MS";
}
a {
	font-family: "Trebuchet MS";
	text-decoration: none;
}

input.txt{
	font-family: "Trebuchet MS";
	color: #000000;
	font-size: 12px;
	border-bottom: 1px;
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-color: #B5A899;
	border-style: solid;
}
 body {
 bgcolor:#B5A899;

}