/* Communs ------------------------------------------------------------>*/
BODY {
	background-color: #CCCCCC;
	background-image:url(images/background.jpg);
    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 {
color:#000000;
}

/* Tableau Central ------------------------------------------------------------>*/
.tabcentral {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #645c83;
	margin-left: auto;
	margin-right: auto;
	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-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color:#FFFFFF;
}
.tabcontenu {
	background-image:url(images/background-tabcentral.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	padding-left:15px;
	padding-right:15px;
}

/* menu ------------------------------------------------------------>*/
.bouton {
	background-image:url(images/bouton.jpg);
	text-align: center;
	cursor:pointer;
	width:210px;
	height:29px;
	font-size: 13px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	text-decoration:none;
}
.bouton-on {
	cursor:pointer;
	text-align: center;
	width:210px;
	height:29px;
	background-image:url(images/bouton-on.jpg);
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	text-decoration:none;
}

/* Divers ------------------------------------------------------------>*/
.titre {
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #E95D0F;
}
.sstitre {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #E95D0F;
}
.mentions, .mentions A, .mentions A:visited {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
	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;
	margin:8px;
}
.titre_menu, .titre_menu A, .titre_menu A:visited {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #E95D0F;
	text-align: center;
	font-weight:bold
}
.menu, .menu A, .menu A:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-align: left;
}