
.tableau /* Le tableau en lui-même */
{
	width: 100%;
   margin: auto; /* Centre le tableau */
   border: 4px outset silver; /* Bordure du tableau avec effet 3D (outset) */
   border-collapse: collapse; /* Colle les bordures entre elles */
}

td /* Les cellules normales */
{
   border: 1px solid black;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
   border: 4px outset silver;
   border-collapse: collapse; 
}

.menutab
{
		position: fixed;
	border-collapse: collapse;
	font-size: 14px;

	font-weight: bold;
}

.gauche
{
	vertical-align: top;
	margin: auto;
	width: 20%;
	background-color: black;
}

.droite
{
	vertical-align: top;
	text-align: justify;
	width: 20%;
	background-color: black;
}

.corps
{
	text-align: center;
	vertical-align: top;
	background-color: black;
}

p
{
   font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
   font-size: 14px;
   text-align: center;
   color:#cc9900;
   font-weight: bold;
}

body
{
   background-color: black;
}

h1
{
   font-family: Impact, "Arial Black", Arial, Verdana, serif;
   font-size: 30px;
   text-align: center;
   color:#cc6600;
}

a
{
	font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
   text-decoration: none;
   color:#ff6600;
   font-style: bold;
   border: none;
}


a:hover 
{
   text-decoration: underline;
   color: red;
}
a:active
{
   background-color: #6e6e6e;
}
.date
{
	font-style: italic;
}

.gros
{
	font-size: 16px;
}

a img
{
   border: none;
}

.stc
{
	font-family: "Comic Sans MS", Arial, Verdana, serif;
	color:#cc9900;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	font-size:25px;
}

.trai
{
	color:#aca899;
	text-align:center;
	font-weight: bold;
}
