/* GENERAL */
html,body {
	background-color : #99dd99;
/*	background-color:#bbffbb; */
/*	background-color : #FCEB9A; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px ;
}

div {
	text-align:center;
}

/*******************************************************/
/* CSS for the banner */

div#banner {
	width:1153px;
	height:106px;
	padding: 0px;
	margin-left : -8px;
	margin-top: -8px;
}

div#banner_left {
	float: left;
	width:1020px;
	height:106px;
}

div#banner_right {
	float: right;
	width:133px;
	height:106px;
}

/*******************************************************/
/* CSS for the links to other rounds */

div#links {
	width:1000px;
/*	height:40px; */
/*	font-size: 120%;*/
	text-align: left;
/*	word-spacing: 1em;
	font-weight: bold;*/
	padding-top: 12px ;
	padding-bottom: 15px ;
}

a img {border: 0;}

/*******************************************************/
/* CSS for the space with all tables */

div#tables {
	width:115em;
	}

/*******************************************************/
/* CSS for the three different areas */

div#block_left {
	float: left ;
}

div#block_middle {
	float: none ;
	text-align:center;
}

div#block_right {
	float: right ;
	padding: 2px;
}

/*******************************************************/
/* CSS specific for each table */

div.block_results {
	display:inline-table;
	background-color:#FFCC00;
/*	background-color:#DDDDDD; */
/*	width: 29em ; */
	border-style:solid;
	border-width:2px;
	border-color:black;
	padding: 2px;
	line-height: 110%;
}

div.block_pairings {
	display:inline-table;
/*	background-color:#339933; */
	background-color:#FFCC00;
	border-style:solid;
	border-width:2px;
	border-color:black;
	padding: 2px;
	line-height: 105%;
	font-size: 11px;
}

div.block_sous_class {
	display:inline-table;
	background-color:#FFCC00;
	border-style:solid;
	border-width:2px;
	border-color:black;
	padding: 1px;
	margin: 0px 2px 0px;
	font-size: 11px;
	line-height: 105%;
}

div.block_team {
	display:inline-table;
	background-color:#FFCC00;
	border-style:solid;
	border-width:2px;
	border-color:black;
	padding: 2px;
	font-size: 10px;
	line-height: 105%;
}

/*******************************************************/
/* CSS specific to some items */

a.lien_image {
	text-decoration:none;
	color: #000000;
}

/* table may be centered */
 table.center {
	margin-left:auto;
	margin-right:auto;
}

h1 {
		text-align:center;
}

.lien_texte {
	font-size: 12px;
	font-weight: bold;
	line-height:200%;
}

/* Titles are bigger */
.title {
	font-size: 12px;
	font-weight: bold;
	line-height:200%;
	color: #FF0000;
}

.title_team {
	font-size: 12px;
	font-weight: bold;
	line-height:160%;
	color: #FF0000;
}

/* exept some of them */
.title_small {
	font-size: 11px;
	font-weight: bold;
	line-height:221%;
	color: #FF0000;
}

/* Match winners are in bold */
.winner {
	font-weight: bold;
}

/* Ladies are colored */
.lady {
	color: #0066CC;
}

/* And some infos are even smaller */
.plus_petit {
	font-size: 10px;
}
