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

}
TD,TH {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
A, A:link, A:hover, A:active, A:visited {
color:#000000;
}

/* Tableau Central ----------------------------------------------------------*/
.tabcentral {
	width: 1019px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/tab-central.jpg);
	background-position:center;
	background-repeat:repeat-y;

}
.tabcontenu {
	background-image:url(../images/fond-tabcentral.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.bouton {
	text-align: center;
	cursor:pointer;
	width:212px;
	font-size: 15px;
	color: #990000;
	text-align: center;
	font-weight: bold;
	text-decoration:none;
	padding-top:5px;
}
.bouton-on {
	cursor:pointer;
	text-align: center;
	width:212px;
	background-color:#FFFFFF;
	font-size: 15px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	text-decoration:none;
	padding-top:5px;
}
/* Divers ----------------------------------------------------------*/
.titre {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.titre_rouge {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color:#F00;
}
.mentions, .mentions A, .mentions A:visited {
	font-size: 12px;
	color: #000000;
	text-align: center;
}
.mentions2, .mentions2 A, .mentions2 A:visited {
	font-size: 12px;
	color: #000000;
	text-align: center;
}
.decalage {
	padding: 3px;
	margin:8px;
}
.contour_relief {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
	margin:8px;
}
.menu, .menu A, .menu A:visited {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}
