@charset "utf-8";

body{
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
/*	text-align: center;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: url(images/fond_site.png) fixed right bottom no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.deux_cols #header { 
	background: #FFF url(images/banner_spiders_3.png) no-repeat;
	height: 170px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: right;
	color: #CCCCCC;
	width: 1000px;
}
.deux_cols #header .banner_nav{
	padding-top: 110px;
	padding-left: 240px;
}
/*.banner_nav ul{
	margin-right: 80px;
}
.banner_nav li{
	display: inline;
	color: #FFFFFF;
	padding-left: 15px;
	font-size: 18px;
	font-family: Rockwell, Verdana, Arial, Helvetica, sans-serif;
}
.banner_nav a{
	color: #FFFFFF;
	text-decoration:none;
}
.banner_nav a:hover, a:focus{
	color: #FFFFFF;
	text-decoration: underline;
}
*/
.deux_cols #container { 
	/*width: 100%;   this will create a container 80% of the browser width */
	width: 1000px;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #CCCCCC;*/ 	
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(images/fond_sidebar.png) repeat-y;
} 

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".deux_cols #sidebar1 p" rule.
*/
#pub {
	float: right; 
	width: 140px;  /*since this element is floated, a width must be given */
	margin-top: 200px;
	position: absolute;
	margin-left: 990px;
	background-color: #CCCCCC;
	-moz-border-radius: 15px;
	padding: 5px;
}

.deux_cols #sidebar1 {
	float: left; 
	width: 170px; /* since this element is floated, a width must be given */
	/*background: #000;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	font-family: Rockwell, Verdana, Arial, Helvetica, sans-serif;
}
.deux_cols #sidebar1 h4, .deux_cols #sidebar1 p {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
}
.deux_cols #sidebar1 .bloque{
	border: solid 1px #666;
	width: 150px;
	margin: 0px;
	text-align: center;
	/*background: #999;*/
	color: #FFFFFF;
	-moz-border-radius: 15px;
}
.deux_cols #sidebar1 .bloque a{
	color: #FFFFFF;
	text-decoration: none;
}
.deux_cols #sidebar1 .bloque h4{
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 5px;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.deux_cols #topContent {
	padding: 0;
	margin-bottom: -20px;
	/*margin: 0 20px 0 13em;  /*the right margin can be given in percentages or pixels. It creates the space down the right side of the page. 
	padding-left: 2%;
	padding-right: 2%;*/
} 
.deux_cols #mainContent { 
	margin: 0 20px 0 13em;  /*the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding-left: 2%;
	padding-right: 2%;
} 
.deux_cols #mainContent p {
	margin-left: 25px;
	margin-right: 25px;
	padding: 10px;
	line-height: 20px;
	text-indent: 50px;
	margin-top: 0;
}
.deux_cols #mainContent .next_match {
	font-size: 9px;
	border: solid 1px #990000;
	-moz-border-radius: 10px;
	background: #EEEEEE url(images/next_match.png) no-repeat right bottom;
	color: #990000;
	width: 48%;
	height: 150px;
	float: left;
	padding-left: 4px;
}
.deux_cols #mainContent .next_match ul{
	list-style: square;
	margin-left: 2px;
	margin-top: 2px;
}
.deux_cols #mainContent .new_media{
	font-size: 9px;
	border: solid 1px #990000;
	-moz-border-radius: 10px;
	background: #EEEEEE url(images/new_media.png) no-repeat right bottom;
	color: #990000;
	width: 48%;
	height: 150px;
	float: right;
	padding-left: 4px;
}
.deux_cols #mainContent .new_media ul{
	list-style: circle;
	margin-left: 2px;
	margin-top: 2px;
}

.deux_cols #mainContent .news{
	float: left;
}
.deux_cols #mainContent .news{
	width: 100%;
}

@media screen, projection
{
.deux_cols #mainContent .cadre_news {
	border: solid 1px #ccc;
	-moz-border-radius: 15px;
	width: 80%;
	font-size: 11px;
	padding: 0;
	background-color: #CCCCCC;
}
.deux_cols #mainContent .cadre {
	border: solid 1px #ccc;
	-moz-border-radius: 15px;
	width: 100%;
	font-size: 11px;
	padding: 0;
	margin-left: 0;
}
}
.deux_cols #mainContent ul {
	list-style: circle;
	margin-left: 30px;
}

.deux_cols #mainContent a {
	color: #600;
}

.deux_cols #mainContent .partenaire{
	/*border: solid 1px #990000;*/
	padding: 4px;
	text-align: center;
	/*-moz-border-radius: 15px;*/
	float: right;
	margin-top: 10px;
}
.deux_cols #mainContent .partenaire h4{
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 5px;
	color: #990000;
}


.deux_cols #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background: url(images/left_footer.png) no-repeat;*/
} 
.deux_cols #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.center{
	text-align: center;
}
.left{
	float: left;
}

.right{
	float: right;
}

.deux_cols #container h1 {
	height: 45px;
	padding-left: 40px;
	padding-top: 10px;
	background: url(images/h1.png) no-repeat;
	font-size: 14px;
	margin-bottom: -10px;
}
.deux_cols #container h2 {
	height: 30px;
	padding-left: 40px;
	margin-left: 20px;
	background: url(images/h2.png) no-repeat;
	font-size: 12px;
	margin-bottom: 0;
}
.deux_cols #container h3 {
	padding-left: 30px;
	margin-left: 30px;
	font-size: 14px;
}
.deux_cols #container table a {
	color: #660000;
	text-decoration: none;
}
.deux_cols #container table a:hover, a:focus {
	color: #660000;
	text-decoration: underline;
}

table {
	margin-left: 0px;
	margin-left: auto;
	margin-right: auto;
}

.tableau table{
	border:1px solid #333;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

.tableau table td{
	font-size: x-small;
	color:black;
	border:1px solid #333;
}

.tableau table th {
	font-weight: bold;
	font-size: x-small;
	border:1px solid #333;
	color:#900;
	background-color: #CCCCCC;
}

.table_playoffs table{
	border: none;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

.table_playoffs table td{
	font-size: xx-small;
	color:black;
	padding: 5px;
}

.table_playoffs table th {
	font-weight: bold;
	font-size: x-small;
	background-color: #CCCCCC;
}

.table_noborder,.table_noborder th,.table_noborder td,.table_noborder tr{
	border:0px;
}

.tt {
	border:1px solid #7f1115;
	padding: 0;
}


.t0 {
	background-image: url("images/t0.png");
	background-repeat: repeat-x;
	background-position: bottom;
	color: #000000;
}

.t1 {
	background-image: url("images/t1.png");
	background-repeat: repeat-x;
	background-position: top;
	font-weight:bold;
    padding:0.5em;
	color: #FFFFFF;
}

.t2{
	background-image:url("images/t2.png");
	background-repeat: repeat-x;
	background-position: middle;
	font-size: 11px;
}

.result table {
	border: none;
	border-collapse: collapse;
}
.result td {
	border:1px solid #ccc;
}

.classement td {
	border-bottom: 1px solid #999999;
}


.fiche_joueur table {
	border: 0px;
	background: #7f1115;
	color: #FFFFFF;
	border-collapse: collapse;
}
.fiche_joueur td {
	padding-left: 10px;
	padding-right: 10px;
}

.goodies{
	background-color: #DDDDDD;
	-moz-border-radius: 15px;
	border: 1px solid #CCCCCC;
}

.images_equipe table{
	border-collapse: collapse;
}

.images_equipe td{
	padding: 10px;
	width: 50%;
	vertical-align: middle;
}


.stats_indiv table {
	background-color:#FFFFFF;
	color: #7f1115;
	font-size: 12px;
	border: #7f1115 solid 1px;
	margin: 20px;
}

.stats_indiv tr {
	border: #7f1115 solid 1px;
	padding: 5px;
}

/* Miscellaneous classes for reuse */
.fltrt {  /*this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page.*/ 
	float: right;
	margin-left: 8px;
}
.fltlft {  /*this class can be used to float an element left in your page*/ 
	float: left;
	margin-right: 8px;
}
.clearfloat {  /*this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float*/ 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* TAB HAUT DE PAGE D'ACCUEIL */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 80%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTab a {
	color: #999999;
	text-decoration: none;
}

.VTabbedPanels .TabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.TabbedPanelsTabGroup a{
	text-decoration:none;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.Tab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.9em sans-serif;
	background-color: #FFF;
	list-style: none;
	border-left: solid 1px #900;
	border-bottom: solid 1px #900;
	border-top: solid 1px #900;
	border-right: solid 1px #900;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

.TabSelected {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.9em sans-serif;
	list-style: none;
	border-left: solid 1px #900;
	border-top: solid 1px #900;
	border-right: solid 1px #900;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;

	background-color: #EEE;
	border-bottom: 1px solid #EEE;
}
.TabSelected a{
	text-decoration: none;
}
.TabContent {
	clear: both;
	border: solid 1px #900;
	background-color: #EEE;
	font: 0.9em;
	-moz-border-radius: 10px;
	color: #990000;
	padding: 4px;
}
.TabContent a{
	text-decoration: none;
	color: #990000;
}
.TabContent ul{
	padding: 6px;
}
.TabGroup{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

/* Panel en accordéon */
.Accordion {
	overflow: hidden;
}
.AccordionPanel {
	margin: 0px;
	padding: 2px;
}
.AccordionPanelTab {
	background-color: #CCC;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 0;
	height: 200px;
}
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #EEEEEE;
}
.AccordionPanelTabHover {
	color: #555555;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}
.AccordionFocused .AccordionPanelTab {
	background-color: #CCC;
}
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #600;
	color: #FFFFFF;
	font: bold;
}

/* ********* CSS DE LA BARRE DE NAVIGATION  ************* */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 18px;
	cursor: default;
	width: auto;
	font-family: Rockwell, Verdana, Arial, Helvetica, sans-serif;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	/*width: 8em;*/
	float: left;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	/*background-color: #EEE;*/
	padding: 0.5em 0.75em;
	color: #FFFFFF;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #CCC;
	color: #111111;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #CCC;
	color: #111111;
}


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		/*background: #FFF;*/
	}
}

