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

img {
	width: 40px;
	height: 40px;
	border: 0;
}

table {
	border: 0;
	width: 100%;
	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: -2%;
	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;
}

#liste {
	columns: 20em;
	text-align: left;
}