
/* Mise en forme des tableaux
---------------------------------------- */

.sortie table {
	border: 0px solid #c6c6c6;
	background-image: url(http://www.gamelife.ch/images/fond_tableau.gif);
	background-position: left top;
	background-repeat: repeat-x repeat-y;
	font-weight: normal;
	color: #000000;
	text-align: center;
}

.sortie td {
	height: 30px;
	border: 0px;
}

.titres {
	font-weight: bold;
}

.titrejeu {
	font-weight: bold;
	text-align: left;
}


.jeu {
	text-align: left;
	padding-left: 3px;
}