body {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif; 
}
.curseur {
	cursor: url(img/talk.ani);
}
.titre1 {
	color:#ffffff;
	font-weight:normal;
	font-size:100px;
}
.texteblanc {
	color:#ffffff;
	font-weight:normal;
	font-size:12px;
}
.texte {
	color:#ACA899;
	font-weight:normal;
	font-size:12px;
}
.erreur {
	color:#000000;
	font-weight:normal;
	font-size:12px;
}
a:link, a:visited, a:active {
	font-size: 12px;
	font-style: normal;
	color: #ACA899;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}
input,select,textarea,option {
	font-size: 12px;
	color: White;
	border: 1px;
	background-color: #464646;
   	border-color: white;
	border-style: dotted;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	padding-left: 4px;
	padding-right: 4px;
}
.bouton {
	font-size: 12px;
	color: White;
	border: 0px;
	background-color: #ACA899;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	padding-left: 4px;
	padding-right: 4px;
}
