﻿body>div {
	min-width: 900px;
}

.table {
	display: table;
}

.row {
	display: table-row;
}

.cell {
	display: table-cell;
	float: left;
}

div#scores {
	padding: 5px 0 5px;
	border-top: 0; /* 1px solid #999 */
	border-bottom: 0;
	background-color: #000;
	color: #FC0;
	margin-left: auto;
	}
	
div#scores div.table {
	border: 0;
	width: 100%;
}
	
div#scores div.cell {
	border: 0;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	width: 50%;
	}
	
div#scores div.inside {
	border: 1px solid #999;
	margin: 0.8em 4%;
	_margin: 0.8em 1%;
	padding: 5px 1%;
	width: 90%;
	text-transform: none;
	font-weight: normal;
	text-align: left;
	font-size: 0.75em;
	}
	
div#scores div div a {
/*	font-size: 0.8em; */
	color: #FFF; /* #FC0 */
	}
	
div#scores div div p {
	margin: 0 0 0.2em 0;
	color: #FFF;
	}
	
#top_news {
	padding: 0;
	border-top: 1px solid #999;
	border-bottom: 0;
}

#top_news>div, #top_news>div>div {
	border: 0;
	width: 100%;
}

#top_news .table {
	background-color: #FFC;
}

#top_news .table .row {
   background-color: white;
   height: 19em;
}

#top_news .table .row .cell {
	height: inherit;
	overflow: auto;
}
	
#daily {
	background-color: white;
	border: 0;
	color: black;
	font-family: "Times New Roman", Times, serif;
	margin-left: 0;
	overflow: hidden;
	position: relative;
	width: 80%;
}

#top_news .meneurs {
   border-left: 1px solid #999 !important;
   overflow: hidden;
   position: relative;
}
	
div#daily p#image {
	margin: 0;
	padding: 0;
	text-align: center;
}

div#daily p#image img {
	max-width: 100%;
}
	
div#daily p#titre {
	font-weight: bold;
	font-size: 2.4em;
	color: #666; 
	margin: 10px 10px 0 10px;
}
	
div#daily p#texte {
	margin: 10px 10px 0 10px;
	font-size: 1.2em;
}
	
div#daily p#texte span#date {
	color: red;
}
	
div#daily p#texte a {
	text-decoration: underline;
	color: red;
	font-weight: bold;
}
	
div#daily p#anniversaires {
	margin: 10px 10px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
}
	
div#daily p#anniversaires span {
	color: #666;
}

div#daily p#anniversaires a {
	color: red;
}

.meneurs {
	background-color: #FFC;
	border: 0;
	margin-right: 0;
	vertical-align: top;
   width: 19.89%;
}

.meneurs h3 {
	color: #600;
	text-align: center;
	font-size: 1.3em;
}

.meneurs a {
	color: #900;
}

.meneurs p {
	text-align: center;
	color: #006;
	font-weight: bold;
}

.meneurs p img {
	border: 1px solid black;
	height: 11em;
}
	
div#teams {
	color: #FFF;
	padding-top: 5px;
	background-color: #000;	
	border-top: 1px solid #999;
	border-bottom: 0;
	height: 21.6em;
}

div#teams table {
	width: 95%;
}
	
div#teams td {
	width: 11.111111%;
	border: 0;
	text-align: center;
	height: 8em;
	font-weight: bold;
	vertical-align: text-top;
}
	
div#teams td.conference {
   font-size: 1.6em;
   font-variant: small-caps;
	height: 1.8em;
	margin: 5px 0 0 0;
	vertical-align: middle;
   width: 100%;
}
	
div#teams td img {
	height: 65px;
}
	
div#teams td p {
	margin: 3px 0 0;
	color: #FC0;
}
	
div#teams td p a {
	color: #F00;
}
	
div#teams td p a.email {
	color: #FC0;
	text-decoration: none;
}
	
div#email {
	background-color: #FFC;
	border-top: 1px solid #999;
	border-bottom: 0;	
	height: 3em;	
	color: #000;
	font-weight: bold;
	text-align: center;
}
	
div#email div {
	float: left;
	width: 49.999%;
	border: 0;
	margin-top: -7px;
}
	
div#email div img {
	position: relative;
	top: 10px;
}
	
/*
div#suite {
	height: 60px;
	text-align: center;
	background-color: #000;
	border-top: 1px solid #999;
	border-bottom: 0;
	padding-bottom: 15px;
	.padding-bottom: 10px;
	_padding-bottom: 5px;
	font-size: 4em;
}
	
div#suite p {
	border: 0;
	margin: -10px 0 0 0;
	padding: 0;
}
	
div#suite p a {
	color: #00F;
}
	
div#suite p img {
	position: relative;
	top: 15px;
}
*/
	
div#news {
	background-color: #000; /* #FFC */
	border-top: 1px solid #999;
	border-bottom: 0;	
	color: #000;
}
	
div#news div {
	border: 0;
	width: 100%;
}
	
div#news div.gauche {
	width: 68%;
	text-align: center;
}	
	
div#news div.gauche p.content {
	margin-bottom: 0;
	font-size: 0.881em;	/* 0.9em */
	color: white;	/* red */
/*	font-weight: bold; */
	padding: 0 10px;
	text-align: justify;
}	
	
div#news div.gauche .title {
	color: #FC0;
}
	
div#news div.droite
{
	min-height: 3.5em;
	max-height: 9em; 
	height: inherit;
	width: 30%;

	background-color: white;
	border: 1px solid grey;
	border-left: 0;
	border-top: 0;
	overflow: auto;
	padding: 9px;
}

div#news div.droite .gsc-adBlock
{
   display: none !important;	
}
	
#standings {
	background-color: #FFF;
	border-top: 1px solid #999;
	border-bottom: 0;	
	color: #000;
	padding: 0;
	height: auto;
   width: 95%;
}

#standings div {
   border: 0;
   width: 100%;
}

#standings div div {
	width: 40%;
}

.standings_daily .row .cell p {
	margin: 0 auto 0 auto;
	text-align: center;
}
	
#standings p.title {
	text-align: center;
	font-size: 1.6em;
   margin-left: 20%;
   margin-top: 1%;
}

#standings .table .row {
	background-color: white;
}

#standings .table .row .standings_pro, #standings .table .row .standings_farm {
	border: 0;
	width: 39.9%;
}

#standings .table .row p a {
   color: #900;
}

#standings .table .row h3 {
	text-align: center;
}

#standings div .cell table {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

#standings div .standings_pro {
	
}

#standings div .standings_farm {
   display: none;
}

#standings div .cell a
{
   color: white;
}

#standings div .cell table.NFHL_table td.stats
{
   min-width: 8%;
}

#standings div .cell table.NFHL_table .points
{
   font-weight: bold;
}

#standings div .cell table.NFHL_table tr.eliminated
{
   border-top: 1px solid white;
}

#standings div #meneurs_pro {
	
}

#standings div #meneurs_farm {
	display: none;
}

#standings .table .row .meneurs {
	border-top: 1px solid #999 !important;
	border-right: 1px solid #999 !important;
	margin-top: 0.4em;
	width: 19.9%;
}

.standings_pro, .standings_farm, #meneurs_pro, #meneurs_farm {
	height: 19em !important;
}
		
div#sths
	{
	/*display: none;*/
	background-color: black;
	border-top: 1px solid #999;
	border-bottom: 0;
	width: 95%;
	padding: 0;	
	text-align: center;
	height: 8.7em;
	overflow: hidden;
	}
	
div#sths a
	{
	position: relative;
	top: -0.7em;
	text-decoration: none;
	font-size: 4em;
	color: #FFF;
	font-weight: bold;
	}
	
div#sths img
	{
	position: relative;
	top: 0.7em;
	}
	
div#today {
	background-color: #FFC;
	color: #008;
	border-top: 1px solid #999;
	border-bottom: 0;	
	height: 500px;
	overflow: auto;
}
	
div#today div table {
	color: #008;
}

div#pool
{
	border-top: 1px solid #999;
	border-bottom: 0;
	background-color: black;
	width: 95%;
	height: 405px;
}	

#pool div {
	position: relative;
	border: 1px white solid;
	width: 20%;
	text-align: center;
	color: black;
	background-color: maroon;
	margin-top: 1.5em;
	padding: 0.8em 0 0.8em 0;
}

div#pool div h3, div#pool div h3 a
{
	margin: 0 0 0.2em 0;
	font-weight: bold;
	color: white;
}

div#pool div table {
	color: white;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0;
}

div#pool div table tr {
	height: 1em;
}

div#pool div table tr th {
	background-color: red;
}

div#pool div table tr td {
	background-color: #036;
	white-space: nowrap;
	text-align: center;
}

div#pool div table tr td.name {
	font-size: 0.8em;
}

div#pool div table tr td.rang {
	background-color: black;
}

div#pool div table tr td.name {
	text-align: left;
	width: 140px;
}

div#pool div p
{
	margin: 2px 0 0 12px;
	text-align: left;
	font-weight: bold;
	color: white;
}

div#pool div#image {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.2em;
	padding: 0;
	text-align: center;
	border: 0;
	background-color: transparent;
	width: 40%;
}

div#pool div#image img {
	border: 1px white solid;
	height: 280px;
}

#pool div#image p {
	font-size: 3em;
	margin: 0;
	text-align: inherit;
}

#pool div#image p a:link, #pool div#image p a:visited {
	color: #FC0;
	text-decoration: none;
}

#pool div#image p img.suite {
   border: 0;
   height: 1.2em;
   position: relative;
   top: 12px;
}

div#pool #NFHL
{
	float: left;
	margin-left: 5%;
}

div#pool #Canadiens
{
	float: right;
	margin-right: 5%;
}

div#bestplayers
	{
	padding-top: 5px;
	background-color: #000;	
	border-top: 1px solid #999;
	border-bottom: 0;
	height: 17em;
	}
	
div#bestplayers div
	{
	width: 24.99%;
	float: left;
	border: 0;
	text-align: center;
	font-weight: bold;
	color: white;
	font-variant: small-caps;	
	}	
	
div#bestplayers div p
	{
	text-transform: capitalize;
	font-size: 1.6em;
	padding-bottom: 5px;
	border: 0;
	margin: 0;
	color: #FC0;
	}
	
div#bestplayers div img
	{
	height: 12em;
	margin-bottom: 5px;
	max-width: 200px;
	_width: 200px;
	}

