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

}
TD,TH {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
h1 {
	font-size: 12px;
	color: #CCC;
	text-align: center;
}
A, A:link, A:hover, A:active, A:visited {
color:#000000;
}

/* Tableau Central ------------------------------------------------------------>*/
.tabcentral {
	width: 1001px;
	margin-left: auto;
	margin-right: auto;

}
.tabcontenu {
	background-image:url(../images/tab-central.jpg);
	background-repeat:repeat-y;
}
/* Divers ------------------------------------------------------------>*/
.titre {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	font-style:italic;
}
.mentions, .mentions A, .mentions A:visited {
	font-size: 12px;
	color: #000000;
	text-align: center;
}

.contour_relief {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
	margin:8px;
}
