html {
	height:100%;
}

body {
	background-color:#FFF1D0;
	height:100%;
}

#tout {
	background-color:#FFCC99;
	font-family: verdana, helvetica, arial, sans-serif;
	border-width : 2em;
	margin: 1em;
}

#contenu{
	font-size:14px;
	font-weight: normal;
	color:black;
	margin: 2em;
	text-align:justify;
}

a:link {
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	font-weight: normal;
	text-decoration: underline;
}

#enTete {
	background-color:#FFCC99;
	width:100%;
}

#menu {
	background-color:#FFCC99;
	font-size:12px;
	color:blue;
}

#menu table {
	border-style:none;
}

#menu td {
	text-align:center;
}

#tableauTournoi table{
	width:90%;
	border:1;
	background-color:#FFFFFF;
}

#tableauTournoi td {
	text-align:center;
	height:30px;
}

#tableauTournoi th {
	background-color:#FFD700;
	font-weight:bold;
	height:30px;
}
