﻿body {
	color: rgb(255,255,255);
	background: rgb(0,0,0) url("../images/fond.jpg") no-repeat;
	text-align: center;
}

img {
	border: 0;
}

table {
	border: 0;
	position: relative;
	align: center;
}

tbody {
	text-align: center;
	color: rgb(255,255,255);
}

a {
	color: #3333FF;
	text-decoration: none;
}

a:hover	{
	color: #cccc33;
	font-weight: bold;
	text-decoration: none;
}

#tabs {
	position: fixed;
	left: -40px;
	top: -18px;
	z-index: 1;
}

#tabs li {
	display: inline;
	height: 46px;
}

#tabs li a {
	float: left;
	background: #fff url(../images/onglet.bmp) no-repeat;
	color: #808080;
	padding: 14px 0;
	width: 138px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

#tabs li a:hover {
	background: #fff url(../images/onglet-2.bmp) no-repeat;
	color: #000;
}

.cell-background {
		background-image: url('../images/fond-futur.png');
		background-size: cover;
		background-position: center;
		color: white; /* Couleur du texte, ajustez selon besoin */
}
