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

}
TD,TH {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #00496e;
}
A, A:link, A:hover, A:active, A:visited {
text-decoration: none;
color:#000066;
}

/* 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;
}

/* 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;
}
.menu A, .menu {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.menu A:hover {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.contour_relief {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}