
/* barre de défilement ------------------------------------------------------- */
body {
/* fond barre */	
	scrollbar-track-color: #282828;
/* barre mobile et flèches */
	scrollbar-face-color: #5A5A5A;
/* couleur flèches */	
	scrollbar-arrow-color: #FAFAFA;	
/* bord interne droite + bas barre mobile et flèches */	
	scrollbar-shadow-color: #5A5A5A;
/* bord interne gauche + haut barre mobile et flèches */	
	scrollbar-highlight-color: #5A5A5A;
/* bord externe droit + bas barre mobile et flèches */	
	scrollbar-darkshadow-color: #FFCE00;	
/* bord externe gauche + haut barre mobile et flèches */	
	scrollbar-3dlight-color: #FFCE00;
}
/* --------------------------------------------------------------------------- */


/* fond de page gris + image de fond ----------------------------------------- */
body {
	background-color: #373737;
	background-image:  url(../images/fond/fond_fonce.gif);
}
/* --------------------------------------------------------------------------- */


/* fond de page gris + image de fond ombre ----------------------------------- */
.ombre {
	background-color: #373737;
	background-image:  url(../images/fond/ombre.gif);
}
/* --------------------------------------------------------------------------- */


/* tableau gris foncé + texte blanc centré (tableau haut) -------------------- */
.tableaumenu {
	background: #282828;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
				.tableaumenu a:link{
					font-family: Arial, Helvetica, sans-serif;
					font-size: 12px;
					font-weight: bold;
					color: #FFFFFF;
					text-decoration: none;
				}
		.tableaumenu a:visited{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #DADADA;
			text-decoration: none;
		}
				.tableaumenu a:hover{
					font-family: Arial, Helvetica, sans-serif;
					font-size: 12px;
					font-weight: bold;
					color: #EBEBEB;
					text-decoration: none;
				}
		.tableaumenu a:active{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #FFFFFF;
		}
/* --------------------------------------------------------------------------- */


/* tableau noir photo -------------------------------------------------------- */
.tableauphoto {
	background: #000000;
	text-align: center;
}
/* --------------------------------------------------------------------------- */


/* titre de paragraphe ------------------------------------------------------- */
.tableautitre {
	color: #000000;
	background-color: #C7C7C7;
	background-image:  url(../images/fond/fond_clair.gif);;
}
/* --------------------------------------------------------------------------- */


/* titre de paragraphe gras -------------------------------------------------- */
.tableautitregras {
	color: #000000;
	background-color: #C7C7C7;
	font-weight: bold;
	background-image:  url(../images/fond/fond_clair.gif);
}
/* --------------------------------------------------------------------------- */


/* texte gras ---------------------------------------------------------------- */
.tableautextegras {
	font-weight: bold;
	color: #9C1A03;
}
/* --------------------------------------------------------------------------- */


/* titre blanc grand (titre index) ------------------------------------------- */
.tableautitrecentre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	text-align: center;
}
/* --------------------------------------------------------------------------- */


/* titre blanc petit (titre index) ------------------------------------------- */
.tableautitrecentrepetit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #FFFFFF;
	text-align: center;
}
/* --------------------------------------------------------------------------- */
