* {
	font-family: "Trebuchet MS";
	font-size: 14px;
}

a {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-decoration: underline;
}

a:hover {
	color: #F19D21;
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-decoration: underline;
}

a.petit {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: underline;
}

a.petit:hover {
	color: #F19D21;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: underline;
}

.petit {
	font-size: 12px;
}

body {
	color: #FFFFFF;
	background-attachment: fixed;
	background-color: #A11F0C;
	background-image: url(texture.gif);
	background-repeat: repeat-x;
	margin: 0px;
}

table {
	border-color: #553b21;
}