/* -------------------------------------- */
/* ---------------- BODY ---------------- */
html
{
	height: 100%;
}
body
{
	height: 100%;
	overflow: auto;
	cursor:url("palissandre-curseur.cur");
	background-image: url(Fond-Bois-Fonce.jpg);
	background-color: #663300;
	margin: 0;
	padding: 0;
	/* ------- texte -------- */
	font-family: Arial, Tahoma, sans-serif;
	color: #4F4D77;
	font-size: 10pt;
	text-align: left;
	text-decoration: none;
}
/* -------------------------------------- */
/* ------------- PRINCIPAL -------------- */
#centrageindex
{
	position: fixed;
	margin: 0;
	padding: 0;
	height: 520px;
	width: 780px;
	top: 50%;
	left: 50%;
	margin-top: -260px;
	margin-left: -390px;
	text-align: center;
}
#header
{
	width: 780px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#contenu
{
	width: 780px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(Fond-Cadre-780.jpg);
 }
#footer
{
	width: 780px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* -------------------------------------- */
table
{
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
	text-decoration: none;
	border-style: none;
	border-collapse: collapse;
	text-align: left;
}
hr {
	height: 1px;
	margin: 5px;
	padding: 0;
	color: #4F4D77;
	background-color: #9999CC;
	border: 0;
}
input,textarea {
	font-family: Arial, "Tahoma", sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}
/* -------------------------------------- */
/* -------------- POLICES --------------- */
.BLEUPetit
{
	font-family: Arial, Tahoma, sans-serif;
	color: #4F4D77;
	font-size: 8pt;
	font-Style: italic;
}
.BLEUNormal
{
	font-family: Arial, Tahoma, sans-serif;
	color: #4F4D77;
	font-size: 10pt;
}
.BLEUGros
{
	font-family: Arial, Tahoma, sans-serif;
	color: #4F4D77;
	font-size: 12pt;
}
.BLEUTitre
{
	font-family: Times New Roman, Times, serif;
	color: #4F4D77;
	font-size: 14pt;
	font-weight: bold;
}
.BLEUGrosTitre
{
	font-family: Times New Roman, Times, serif;
	color: #4F4D77;
	font-size: 18pt;
	font-Style: italic;
	font-weight: bold;
}
.BRUNNormal
{
	font-family: Arial, Tahoma, sans-serif;
	color: #4A2500;
	font-size: 10pt;
}
.BRUNGros
{
	font-family: Arial, Tahoma, sans-serif;
	color: #4A2500;
	font-size: 12pt;
}
.BLANCNormal
{
	font-family: Arial, Tahoma, sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
}
.BLANCGros
{
	font-family: Arial, Tahoma, sans-serif;
	color: #FFFFFF;
	font-size: 12pt;
}
.NOIRNormal
{
	font-family: Arial, Tahoma, sans-serif;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}
.ROUGENormal
{
	font-family: Times New Roman, Times, serif;
	color: #800000;
	font-size: 12pt;
	font-weight: bold;
}
/* -------------------------------------- */
/* --------------- LIENS ---------------- */
a:active, a:visited, a:link {
	font-family: Arial, "Tahoma", sans-serif;
	text-decoration: none;
	color: #4F4D77;
}
a:hover {
	font-family: Arial, "Tahoma", sans-serif;
	color: #4F4D77;
	font-weight: bold;
}
/* -------------------------------------- */
