@charset "ISO-8859-1";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #F6E5C0;
	background-color: #663333;
}
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F6E5C0;
}
.menu-petit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F6E5C0;
}
a:link {
	color: #F6E5C0;
	text-decoration: none;
}
a:visited {
	color: #F6E5C0;
	text-decoration: none;
}
a:hover {
	color: #F6E5C0;
	text-decoration: underline;
}
a:active {
	color: #F6E5C0;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F6E5C0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F6E5C0;
}
