/* Communs ------------------------------------------------------------>*/
BODY {
	background-image:url(images/background.jpg);
    margin-top: 0px;
	margin-bottom: 0px;

}
TD,TH {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #7f6019;
}
A, A:link, A:hover, A:active, A:visited {
text-decoration: underline;
color:#996600;
}

/* Tableau Central ------------------------------------------------------------>*/
.tabcentral {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #645c83;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color:#FFFFFF;
}
/*menu-------------------------------------------------------------------------->*/
.menuoff, .menuoff A, .menuoff A:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #aa7f1f;
	font-weight: bold;
	text-align: center;
	cursor: hand;
}
.menuoff A:hover {
	text-decoration: underline;
}
.menuon {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background-color:#ffffff;
}
.menuon A, .menuon A:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
/* Divers ------------------------------------------------------------>*/
.titre {
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.mentions, .mentions A, .mentions A:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #766453;
	text-align: center;
}
.mentions2, .mentions2 A, .mentions2 A:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-align: center;
}
.contour_relief {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}
