﻿/*
@font-face {font-family: "College3"; 
			src: url('Colleged.eot');}

@font-face {font-family: "College2";
			src: url('Colleged.eot');
			src: local('☺'),
			     url('Colleged.ttf');} 


@font-face {font-family: 'College';
src: url('Colleged.eot') format('eot'),
     url('Colleged.otf') format('truetype');
font-weight: normal;
font-style: normal;
}
*/

/*
@font-face {
  font-family: "XXChunkFiveEx";
  src: url("ChunkfiveEx.eot"); 
  src: url("ChunkfiveEx.eot?#iefix") format("embedded-opentype"),
    url("ChunkfiveEx.otf") format("opentype"), 
    url("ChunkfiveEx.woff") format("woff"), 
    url("ChunkfiveEx.woff2") format("woff2"); 
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "cfbfont";
  src: url("fontawesome-webfont.eot"); 
  src: url("fontawesome-webfont.eot") format("embedded-opentype"),
    url("fontawesome-webfont.ttf") format("opentype"),
    url("fontawesome-webfont.woff") format("woff"),
    url("fontawesome-webfont.woff2") format("woff2"); 

  font-weight: normal;
  font-style: normal;
}
*/

:root {
	
  --text_normal:   #F7D600; /*yellow*/
  --text_select:   #108f6f; 
  --text_hover:    #108f6f; /*white*/
  --text_negative: #6d071a; /*Burgundy*/
  --text_Disabled: #A5A5A5; /*Gray*/
  --text_menu:     #FFFFFF;
  --text_info:     #FFFFFF;
  --text_url:	   #095744;
   
  --background_normal: #6d071a; /*Bungundy*/
  --background_hover:    #000000; /*Black*/
  --background_negative: #F7D600; /*Yellow*/
  --background_dark: #090909; /*Black*/
  --background_shadow: #000000; /*Dark Black*/
  --background_error: #FF5050; /*Red*/ 
  --background_menu:    #25f6c2;
  --background_info:	#108f6f;

  --border_normal: #FFFFFF; /*White*/

}



html *
{
   --font-size: 1em !important;
   --color: #000 !important;
   font-family: Arial !important;
}

html {
overflow-y: scroll;
}


#MATCHSCOREAGREEN {
    left: 28.8em;
    top: 0em;
    background-color: #00FF00;
    position: absolute;
    width: 1.7em;
    height: 1.5em;
    text-align: right;
    /* color: #FF2020; */
    font-size: 0.8em;
    border-radius: 1em 0 0 1em;
}

#MATCHSCOREDASHGREEN {
    left: 30.5em;
    top: 0em;
    background-color: #00FF00;
    position: absolute;
    width: 1em;
    height: 1.5em;
    text-align: center;
    font-size: 0.8em;
}

#MATCHSCOREBGREEN {
    left: 31.5em;
    top: 0em;
    background-color: #00FF00;
    position: absolute;
    width: 1.8em;
    height: 1.5em;
    text-align: left;
    font-size: 0.8em;
    --color: #FFCC00;
    color: #000000;
    border-radius: 0 1em 1em 0;
}

#MATCHSCOREARED {
    left: 28.8em;
    top: 0em;
    background-color: #FF0000;
    position: absolute;
    width: 1.7em;
    height: 1.5em;
    text-align: right;
    /* color: #FF2020; */
    font-size: 0.8em;
    border-radius: 1em 0 0 1em;
}

#MATCHSCOREDASHRED {
    left: 30.5em;
    top: 0em;
    background-color: #FF0000;
    position: absolute;
    width: 1em;
    height: 1.5em;
    text-align: center;
    font-size: 0.8em;
}

#MATCHSCOREBRED {
    left: 31.5em;
    top: 0em;
    background-color: #FF0000;
    position: absolute;
    width: 1.8em;
    height: 1.5em;
    text-align: left;
    font-size: 0.8em;
    --color: #FFCC00;
    color: #000000;
    border-radius: 0 1em 1em 0;
}

#MATCHSCOREAYELLOW {
    left: 28.8em;
    top: 0em;
    background-color: var(--background_negative);
    position: absolute;
    width: 1.7em;
    height: 1.5em;
    text-align: right;
    /* color: #FF2020; */
    font-size: 0.8em;
    border-radius: 1em 0 0 1em;
}

#MATCHSCOREDASHYELLOW {
    left: 30.5em;
    top: 0em;
    background-color: var(--background_negative);
    position: absolute;
    width: 1em;
    height: 1.5em;
    text-align: center;
    font-size: 0.8em;
}

#MATCHSCOREBYELLOW {
    left: 31.5em;
    top: 0em;
    background-color: var(--background_negative);
    position: absolute;
    width: 1.8em;
    height: 1.5em;
    text-align: left;
    font-size: 0.8em;
    --color: #FFCC00;
    color: #000000;
    border-radius: 0 1em 1em 0;
}



img {border: 0px;}
img.logo {
	--width: 9.5em;
	height: 9.5em;}
	
img.event {
    height: 6em;}	

img.login-image {
	height: 35.7em;}

body {
	--background-color: var(--background_normal);
	color: var(--text_normal);}

body.mobile {
	--background-image: url(bg__.jpg);
	background-repeat: no-repeat;
	--min-width:	83em;
	background-position: center top;	
}

body.computer {
	--background-image: url(bg__.jpg);
	background-repeat: no-repeat;
	max-width: 80em;
	background-position: center top;
	min-width: 60em;
	margin: 0 auto;
}

div#boy {
    --background-image: url(backgroundplayer08.jpg);
    background-repeat: no-repeat;
    --min-width: 110em;
    min-height: 76em;
    position: absolute;
	float: left;
}

div#girl {
    --background-image: url(Fille2.jpg);
    background-repeat: no-repeat;
    --min-width: 110em;
    min-height: 76em;
    /* position: fixed; */
    background-position: right top;
    float: right;
}

a {
text-decoration: none;
--color: var(--text_hover);
color: var(--text_url);} 

body.mobile #menu-cfb {
    position: relative;
    left: 0em;
    top: 0em;}	

body.computer #menu-cfb {
    position: fixed;
    left: 1em;
    top: 3em;}	

#top-bar-cfb {
    margin-left: auto;
    margin-right: auto;
    left: 0em;
    top: 0em;
    position: relative;
    --min-width: 65em;
    height: 9.5em;
    --max-width: 80em;}

#top-logo-cfb {
    height: 9.5em;
    --width: 9.5em;
    position: absolute;
    --left: -7em;
	top: 0em;}	
	
#top-logo-ville {
    height: 9.5em;
    width: 9.5em;
    position: absolute;
    right: 0em;
    top: 0em;
}	

#top-site-url {
    position: absolute;
    font-size: 3em;
    font-stretch: extra-condensed;
    font-style: italic;
    left: 6em;
	top: 0.4em;
}

#top-site-url-shadow {
    position: absolute;
    font-size: 3em;
    font-stretch: extra-condensed;
    font-style: italic;
    left: 6.05em;
	top: 0.45em;
	color: var(--background_shadow);
}

#top-site-url-ext {
    position: absolute;
    font-size: 3em;
    font-stretch: extra-condensed;
    font-style: italic;
    left: 9.5em;
    color: var(--text_normal);
	top: 0.4em;
}

#top-site-url-ext-shadow {
    position: absolute;
    font-size: 3em;
    font-stretch: extra-condensed;
    font-style: italic;
    left: 9.55em;
    color: var(--background_shadow);
	top: 0.45em;
}

#top-officiel1 {
    position: absolute;
    font-size: 1.3em;
    font-stretch: extra-condensed;
    font-style: italic;
    left: 13.4em;
    top: 3.2em;
}

#top-officiel1-shadow {
    position: absolute;
    font-size: 1.3em;
    font-stretch: extra-condensed;
    font-style: italic;
    left: 13.5em;
    top: 3.3em;
	color: var(--background_shadow);
}

#top-officiel2 {
    position: absolute;
    font-size: 1.3em;
    font-stretch: extra-condensed;
    font-style: italic;
    left: 16.8em;
    top: 3.2em;
    color: var(--text_normal);
}

#top-officiel2-shadow {
    position: absolute;
    font-size: 1.3em;
    font-stretch: extra-condensed;
    font-style: italic;
    left: 16.9em;
    top: 3.3em;
    color: var(--background_shadow);
}

#top-event-text {
    position: absolute;
    left: 34em;
    text-align: center;
    width: 35em;
    top: 0.2em;
}

#top-event-text-shadow {
    position: absolute;
    left: 34.1em;
    text-align: center;
    width: 35em;
    top: 0.3em;
	color: var(--background_shadow);
}

#top-event-img {
    position: absolute;
    left: 34em;
    top: 1.4em;
    width: 35em;
    text-align: center;
}

#maincfb {
	--background-color: var(--background_dark);
	position: relative;
	width: 60em;
	height: 36em;	
	top: 1em;
	margin-left: auto;
    margin-right: auto;
	--border-color: var(--border_normal);
	--border-left: 1px solid var(--border_normal);
	--border-right: 1px solid (--border_normal);
	--border-top: 1px solid (--border_normal);
	--border-bottom: 1px solid (--border_normal);}

#main-cfb-center {
	background-color: var(--background_dark);
	position: relative;
	width: 60em;
	height: 36em;	
	top: 1em;
	margin-left: auto;
    margin-right: auto;
	border-color: var(--border_normal);
	border-left: 1px solid var(--border_normal);
	border-right: 1px solid var(--border_normal);
	border-top: 1px solid var(--border_normal);
	border-bottom: 1px solid var(--border_normal);}

#maincfb_team {
    --background-color: var(--background_dark);
    position: relative;
    width: 60em;
    height: 41.2em;
    top: -0.5em;
    margin-left: auto;
    margin-right: auto;
    border-color: var(--border_normal);
}

#error-display {
    position: absolute;
    bottom: 0em;
    right: 0em;
    padding: 0.5em;
    background-color: var(--background_error);
    color: var(--text_hover);
}

#content-center {
    position: absolute;
}


#rubriqueteam {
	font-size: 2em;
	text-align: right;
	width: 21.16em;
	top: 0.05em;
	left: 8.8em;
	height: 1.5em;
	vertical-align: middle;
	position: absolute;
	color: var(--text_disabled);}

#titleadmin {
    left: 0em;
    position: absolute;
    color: var(--text_normal);
    font-size: 2em;
    padding-right: 1em;
    line-height: 2em;
    padding-left: 0.5em;
    font-style: italic;
    font-stretch: extra-condensed;
    font-weight: bold;
    --text-decoration-line: underline;
}

#titleadmin-noline {
    left: 0em;
    position: absolute;
    color: var(--text_normal);
    font-size: 2em;
    padding-right: 1em;
    line-height: 2em;
    padding-left: 0.5em;
    font-style: italic;
    font-stretch: extra-condensed;
    font-weight: bold;
}
	
#titlenode {
    top: 2em;
    height: 2em;
    color: var(--text_disabled);
    text-align: right;
    font-size: 1.5em;
    text-transform: uppercase;
    left: 0em;
    position: absolute;
    padding-right: 1em;
    padding-left: 0.7em;
    font-style: italic;
    font-stretch: extra-condensed;
    font-weight: bold;
}	

#contentadmin2 {
top: 4em;
position: absolute;
left: 1em;
width: 40em;
}

#contentadmin {
    top: 4em;
    position: absolute;
    left: 1em;
    width: auto;
    background-color: var(--background_dark);
}
	
/* Base for all menus */


.gkMenu > ul > li {
	width: auto;
	list-style: none;	
    height: 30px;
    font-size: 1.5em;
    /*font-weight: normal;*/
    line-height: 30px;
    margin-top: 0px;
    padding: 5px 0em;
    text-transform: uppercase;
    font-stretch: extra-condensed;
    font-style: italic;
    font-weight: bold;
	background-color: var(--background_menu);}

.gkMenu > ul > li > a {
	display: block;}

.gkMenu > ul > li a small {
	display: block;
	font-size: 11px;
	line-height: 11px;}

.gkMenu > ul > li > .childcontent,.gkMenu > ul > li > .childcontent .childcontent {
	position: absolute;
	left: -999em;
	z-index: 999;}

.gkMenu > ul > li > .childcontent .gkcol {
	float: left;}

.gkMenu > ul > li:hover > .childcontent,.gkMenu > ul > li:hover > .childcontent li:hover > .childcontent {
	left: 10em;
    --width: 250px;
    top: auto;
    margin-top: -1.5em;
	max-width: max-content;
	width: 600px;
	display: flex;
}

.gkMenu > ul > li:hover > .childcontent .childcontent {
	margin-left: 140px !important;
	margin-top: -35px !important;}

.gkMenu {
	position: relative;
	margin: 20px 0 0 0;
	--border-bottom: 1px solid #FFCC00; 
	z-index: 1000;}

.gkMenu > ul {
	height: 200px;
	margin: 0;
	padding: 0;}



.gkMenu > ul > li:first-child {
	padding-left: 0;}

.gkMenu > ul > li > a {
	color: var(--text_menu);
	display: block;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0 6px;
	font-size: 1.2em;}

.gkMenu > ul > li:hover > a,.gkMenu > ul > li:active > a,.gkMenu > ul > li:focus > a,.gkMenu > ul > li.active:hover > a,.gkMenu > ul > li.active:active > a,.gkMenu > ul > li.active:focus > a {
	--background: var(--background_negative);
	background: var(--background_hover);
	color: var(--text_hover);}

.gkMenu > ul > li.active > a {
	--background: var(--background_negative);
	color: var(--text_select);}

.gkMenu > ul ul {
	margin: 0;
	padding: 0;	
	list-style-type: none;}

.gkMenu > ul div.childcontent-inner {
	background: #A5A5A5; 
	-webkit-box-shadow: 0 1px 3px #ddd;
	-moz-box-shadow: 0 1px 3px #ddd;
	box-shadow: 0 1px 3px #ddd;
	padding: 6px 0;
	overflow: hidden;
	text-transform: none;
	list-style-type:none;}
 
.gkMenu > ul div.childcontent-inner div.childcontent-inner {
	-webkit-box-shadow: 0 0 3px #ddd;
	-moz-box-shadow: 0 0 3px #ddd;
	box-shadow: 0 0 3px #ddd;}

.gkMenu > ul > li > .childcontent .gkcol {
	padding-bottom: 0;}

.gkMenu > ul div.childcontent li {
	font-weight: normal;
	margin: 0 20px;
	padding: 0px 0;
	--border-top: 1px solid #eee;}

.gkMenu > ul div.childcontent li:first-child {
	border: none;}

.gkMenu > ul div.childcontent a {
	font-size: 0.9em;
	color: #FFFFFF;
	display: block;
	min-height: 24px;}

.gkMenu > ul div.childcontent small {
	color: #676767;
	margin: 0 0 6px;}

.gkMenu > ul div.childcontent li.group {
	padding: 0;
	margin: 0;
	height: auto;
	border: none !important;
	background: none;}

.gkMenu > ul div.childcontent li.active > a,.gkMenu > ul div.childcontent li:hover > a,.gkMenu > ul div.childcontent li > a:hover {
	color: #F7D600;}

.gkMenu > ul div.childcontent header {
	padding: 8px 0 0;
	display: block;
	color: #fff;
	border-bottom: 2px solid #F7D600;
	margin: 2px 20px 6px;}

.gkMenu > ul div.childcontent header a {
	font-size: 1em;
	line-height: 24px;
	color: #F7D600;}

.gkMenu > ul div.childcontent header small {
	display: block;}

/*
#gkMainMenu {
	clear: both;
	padding-left: 2em;
	width: 80em;}
*/
#gkMainMenu {
	clear: both;
	padding-left: 0em;
	width: 18em;
	--left: -12em;
	top: 0em;
	position: absolute;
}

#gkMainMenu .module p {
	font-size: 12px;
	line-height: 18px;}

#gkDropSub {
	background: transparent;
	border-top: 1px solid #465d86;
	height: 24px;
	margin-top: 8px;
	padding: 8px 0;}

#gkDropSub > ul {
	height: 24px;
	position: absolute;
	left: -999em;
	z-index: 9999;}

#gkDropSub > ul.active {
	left: auto;}

#gkDropSub > ul > li {
	float: left;
	width: auto;
	line-height: 25px;}

#gkDropSub > ul > li > a {
	display: block;
	height: 25px;
	line-height: 25px;
	overflow: hidden;}

#gkDropSub > ul > li > ul,#gkDropSub > ul > li > ul ul {
	position: absolute;
	left: -999em;
	width: 200px;
	z-index: 999;}

#gkDropSub > ul.gkSplit {
	left: auto !important;}

#gkDropSub > ul > li > ul {
	margin-left: 0 !important;}

#gkDropSub > ul > li > ul .gkcol {
	float: left;}

#gkDropSub > ul > li:hover > ul,#gkDropSub > ul > li:hover > ul li:hover > ul {
	left: inherit;}

#gkDropSub > ul > li:hover > ul ul {
	margin-left: 190px;}

#gkDropSub ul li {
	padding: 0 4px;}

#gkDropSub ul li a {
	color: #fff;
	padding: 0 4px;}

#gkDropSub ul li:hover > a,#gkDropSub ul li:active > a,#gkDropSub ul li:focus > a,#gkDropSub ul li.active:hover > a,#gkDropSub ul li.active:active > a,#gkDropSub ul li.active:focus > a {
	background: #fff;
	color: #2c3b57;}

#gkDropSub ul li.active > a {
	background: #172033;
	color: #fff;}

#gkDropSub ul li li {
	clear: both;
	float: none;
	border-top: 1px solid #eee;
	margin: 0 10px;
	padding: 0;
	min-height: 30px;}

#gkDropSub ul li li:first-child {
	border-top: none;}

#gkDropSub ul li li > a {
	display: block;
	min-height: 30px;
	height: 30px;
	font-size: 12px;
	color: #333;}

#gkDropSub ul li li > a:hover {
	color: #d35209;}

#gkDropSub ul li ul,#gkDropSub ul li ul ul,#gkDropSub ul li ul ul ul {
	background: #fff;
	-webkit-box-shadow: 0 1px 3px #ddd;
	-moz-box-shadow: 0 1px 3px #ddd;
	box-shadow: 0 1px 3px #ddd;
	position: relative;
	padding: 6px 0;}

#gkDropSub ul li ul ul,#gkDropSub ul li ul ul ul {
	-webkit-box-shadow: 0 0 3px #ddd;
	-moz-box-shadow: 0 0 3px #ddd;
	box-shadow: 0 0 3px #ddd;}

#gkDropSub ul li:hover > ul {
	display: block;
	height: auto;
	left: auto;
	position: absolute;}

#gkDropSub ul ul,#gkDropSub ul ul ul {
	display: none;
	left: -999px;
	position: absolute;}

#gkDropSub ul ul li:hover > ul {
	margin-left: 180px !important;
	margin-top: -30px !important;
	display: block;}
	
#maincfbactu {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    min-width: 65em;
    min-height: 45em;
    max-width: 80em;
}
	
#bodyactu {
    left: 0em;
    right: 0em;
    top: 11em;
    bottom: 0em;
    position: absolute;
    --width: 60em;
    margin-left: auto;
    margin-right: auto;
}

#blackbottom2 {
    height: 2.1em;
    --background-color: #000000;
    left: -1px;
    position: relative;
    --width: 60em;
}	

#actu {
    left: 0;
    --top: 9em;
    right: 0em;
    color: #000000;
    position: absolute;
    --width: 60em;
    --background-color: #000000;
}
	
/*-- To Be Checked if used */
 









#leftdiv {
	left:0em;
	width:10em;
	position: absolute;
}

#rightdiv{
	right:0em;
	width:10em;
	position: absolute;
}

#leftdiv img{
	width:10em;
	
}

#rightdiv img{
	width:10em;
}

table.player {
    border-collapse: collapse;
    width: 23.5em;
    font-size: 0.99em;
}

#actu table {
border-collapse: collapse;
    --width: 52em;
    vertical-align: middle;
    min-height: 15em;
	}

#classement_table table {
font-size: 1em;
color: #000000;
}

#histo table {
color: #000000;
}

#stat_row table {
color: #000000;
}

#main_sponsor_right{
	position: absolute;
	top: 5em;
	width: 10em;
	right: 0.5em;
}

#main_sponsor_left{
	position: absolute;
	top: 15em;
	width: 10em;
	left: 0em;
}


#sponsortable {
width: 40em;
height: 6em;
max-width: 40em;
max-height: 6em;
padding-left: 0.5em;
}

#sponsortable > tbody > tr {
height: 6em;
width: 60em;
}

#sponsortable2 {
/*Today
width: 40em;
height: 6em;
max-width: 40em;
max-height: 6em;
padding-left: 0.5em;*/

width: 40em;
height: 7em;
max-width: 40em;
max-height: 6em;
padding-left: 0.5em;
padding-bottom: 0.5em;
padding-top: 0.8em;
padding-right: 0.5em;
}

#sponsortable2haut {
width: 40em;
height: 6em;
max-width: 40em;
max-height: 6em;
padding-left: 0.5em;
}

#sponsor{
	left: 0em;	
	top: 30em;
	position:relative;
	height: 6em;
	border-top: 1px solid #FFFFFF;
}
#sponsor img {
/* width: auto; */
/* Modif pour Firefox max-height: 5em;*/
max-height: 4.8em;
max-width: 8em;
margin: 0.2em 0.5em 0.25em 0.5em;
}

#sponsor4 {
left: 20em;
width: 40em;
/*top: 37.5em; */
position: absolute;
height: 6em;
/* Today border-top: 1px solid #FFFFFF;*/
border-left: 1px solid #FFFFFF;
bottom: 0em;
} 

#sponsor4 img {
/* width: auto; */
/*max-height: 5em;*/
/*max-width: 4.3em;*/
/*margin: 0.5em;*/
max-height: 3em;
max-width: 5.5em;
margin: 0.2em;
padding-top: 0.2em;
}

#sponsors_list {
    right: 0em;
    top: 10em;
    /* position: absolute; */
    width: 50em;
    color: #000000;
    background-color: #FFFFFF;
    color: #000000;
}

#sponsors_list table {
    width: 50em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    height: 26em;
    color: #000000;
}

#sponsors_list a {
color: #000000;
}

#sponsor_vertical_line {
left: 19em;
width: 1em;
height: 14em;
position: absolute;
border-right: 1px solid #FFFFFF;
}

#sponsor2{
left: 20em;
width: 40em;
top: 4em;
position: absolute;
height: 6em;
border-top: 1px solid #FFFFFF;
}

#sponsor2 img {
/*max-height: 5em;*/
/*max-width: 4.3em;*/
/*margin: 0.5em;*/
max-height: 3em;
max-width: 5.5em;
margin: 0.2em;
padding-top: 0.5em;
}


#main_fleurus {
	position:absolute;
	top:31em;
	left:11em;
	right:11em;
}
#main_fleurus img{
	width:38em;
} 

#realmain{
	width: 80em;
	height: 80em;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #000000;
}

#XMATCHDAY {
    right: 0em;
    top: 0em;
    position: relative;
    font-size: 2em;
    color: #F7D600;
    text-align: right;
    padding-right: 0.6em;
    line-height: 2em;
}
  
#XMATCHSEPARATOR {
    left: 1em;
    top: 0em;
    position: relative;
    width: 23em;
    height: 1em;
    font-size: 1em;
    color: #000000;
}
#ROWOFGOODIES{
	left: 1em;
	top: 0em;
	background-color: #FFFFFF;
	position: relative;
	width: 56em;
	height: 15em;
	border-bottom: 1px solid #FFCC00;	

}
#GOODIES1{
	left: 0em;
	top:  0em;
	background-color: #FFFFFF;
	position: absolute;
	width: 14em;
	height: 12em;
	font-size:1em;
	text-align:left;
}
#GOODIES1 a{
	text-decoration: none!important;	
}

#GOODIES1 img{
	width:14em;
	height:12em;
}	

#GOODIESNAME1{
	left: 0em;
	top: 12em;
	background-color: #FFFFFF;
	position: absolute;
	width: 14em;
	height: 1em;
	font-size:1em;
	text-align:center;
}
#GOODIESDESCR1{
	left: 0em;
	top: 13em;
	background-color: #FFFFFF;
	position: absolute;
	width: 14em;
	height: 1em;
	font-size:1em;
	text-align:center;
}


#GOODIES2{
	left: 0em;
	top:  0em;
	background-color: #000000;
	position: absolute;
	width: 14em;
	height: 12em;
	font-size:1em;
	text-align:left;
}
#GOODIES2 a{
	text-decoration: none!important;	
}

#GOODIES2 img{
	width:14em;
	height:12em;
}	

#GOODIESNAME2{
	left: 0em;
	top: 12em;
	background-color: #000000;
	position: absolute;
	width: 14em;
	height: 1em;
	font-size:1em;
	text-align:center;
}
#GOODIESDESCR2{
	left: 0em;
	top: 13em;
	background-color: #000000;
	position: absolute;
	width: 14em;
	height: 1em;
	font-size:1em;
	text-align:center;
}


#GOODIES3{
	left: 0em;
	top:  0em;
	background-color: #000000;
	position: absolute;
	width: 14em;
	height: 12em;
	font-size:1em;
	text-align:left;
}
#GOODIES3 a{
	text-decoration: none!important;	
}

#GOODIES3 img{
	width:14em;
	height:12em;
}	

#GOODIESNAME3{
	left: 0em;
	top: 12em;
	background-color: #000000;
	position: absolute;
	width: 14em;
	height: 1em;
	font-size:1em;
	text-align:center;
}
#GOODIESDESCR3{
	left: 0em;
	top: 13em;
	background-color: #000000;
	position: absolute;
	width: 14em;
	height: 1em;
	font-size:1em;
	text-align:center;
}



#GOODIES4{
	left: 0em;
	top:  0em;
	background-color: #000000;
	position: absolute;
	width: 14em;
	height: 12em;
	font-size:1em;
	text-align:left;
}
#GOODIES4 a{
	text-decoration: none!important;	
}

#GOODIES4 img{
	width:14em;
	height:12em;
}	

#GOODIESNAME4{
	left: 0em;
	top: 12em;
	background-color: #000000;
	position: absolute;
	width: 14em;
	height: 1em;
	font-size:1em;
	text-align:center;
}
#GOODIESDESCR4{
	left: 0em;
	top: 13em;
	background-color: #000000;
	position: absolute;
	width: 14em;
	height: 1em;
	font-size:1em;
	text-align:center;
}

#calendrier_row table {
color: #000000;
}

#XMATCH {
    left: 1em;
    top: 0em;
    position: relative;
    width: 47.4em;
    height: 1.5em;
    /* color: #FFFFFF; */
    font-size: 01em;
    line-height: 1.5em;
    /* background-color: #000000; */
}

#XMATCHTEAMNAME {
    left: 5.4em;
    top: 0em;
    position: absolute;
    width: 10em;
    height: 1em;
}

#XMATCHKIND {
    left: 0.em;
    position: absolute;
    width: 6.8em;
    height: 1em;
    --font-size: 0.7em;
    text-align: left;
}

#XMATCHHOUR {
    left: 6em;
    top: 0em;
    /* background-color: #FFFFFF; */
    position: absolute;
    width: 2.5em;
    height: 1em;
    text-align: right;
}



#XMATCHTEAMA {
    left: 19.4em;
    top: 0em;
    position: absolute;
    width: 11.6em;
    height: 1em;
    text-align: right;
    background-color: #000000;
}

#XMATCHTEAMACFB{
left: 18.4em;
top: 0em;
background-color: #000000;
position: absolute;
width: 11.6em;
height: 1em;
text-align: right;
font-weight: bold;}


#XMATCHSCOREAWIN{
	left: 30em;
	top: 0em;
	--background-color: #F7D600;
	position: absolute;
	width: 2em;
	height: 1.5em;
	text-align:right;
	color: #FF2020;
}

#XMATCHSCOREALOST{
	left: 30em;
	top: 0em;
	background-color: #FFFFFF;
	position: absolute;
	width: 2em;
	height: 1em;
	text-align:right;
	color: #FF2020;
	
}

#XMATCHSCOREADASH {
    left: 33em;
    top: 0em;
    position: absolute;
    width: 1em;
    height: 1em;
    text-align: center;
}

#XMATCHSCOREBWIN{
	left: 33em;
	top: 0em;
	--background-color: #F7D600;
	position: absolute;
	width: 2em;
	height: 1.5em;
	text-align:left;
	color: #FF2020;

}

#XMATCHSCOREBLOST{
	left: 33em;
	top: 0em;
	background-color: #FFFFFF;
	position: absolute;
	width: 2em;
	height: 1em;
	text-align:left;
	color: #FF2020;

}

#XMATCHTEAMB{
left: 35em;
top: 0em;
background-color: #FFFFFF;
position: absolute;
width: 10em;
height: 1em;
text-align: left;
}
#XMATCHTEAMBCFB {
    left: 36em;
    top: 0em;
    position: absolute;
    width: 10em;
    height: 1em;
    text-align: left;
    font-weight: bold;
}
#XMATCHREM {
    left: 97em;
    top: 1em;
    position: absolute;
    width: 0em;
    height: 1em;
    text-align: left;
    font-size: 0.5em;
}

#XMATCHADMIN{
	left: 59.5em;
	top: 0em;
	background-color: #FFFFFF;
	position: absolute;
	width: 1.3em;
	height: 1.3em;
	text-align:left;
}
#XMATCHADMIN a{
	background: url(score.gif)  no-repeat;
	background-size:cover;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	display: block;
	top:0.05em;
	left:0em;
	right:0em;
	bottom:0em;
	vertical-align: middle;
}	
#XMATCHUPDATE{
	left: 52.5em;
	top: 0em;
	background-color: #FFFFFF;
	position: absolute;
	width: 1.3em;
	height: 1.3em;
	text-align:left;
}
#XMATCHUPDATE a{
	background: url(update.gif)  no-repeat;
	background-size:cover;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	display: block;
	top:0.05em;
	left:0em;
	right:0em;
	bottom:0em;
	vertical-align: middle;
}	

#XMATCHSTATS{
	right: 0em;
	top: 0.1em;
	background-color: #FFFFFF;
	position: absolute;
	width: 1.3em;
	height: 1.3em;
	text-align:left;
}
#XMATCHSTATS a{
	background: url(stats.gif)  no-repeat;
	background-size:cover;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	display: block;
	top:0em;
	left:0em;
	right:0em;
	bottom:0em;
	vertical-align: middle;}	

#XMATCHSTATSINTEAM{
	left: 22em;
	top: 2em;
	background-color: #FFFFFF;
	position: absolute;
	width: 1.3em;
	height: 1.3em;
	text-align:left;
}

#XMATCHSTATSINTEAM a{
	background: url(stats.gif)  no-repeat;
	background-size:cover;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	display: block;
	top:0em;
	left:0em;
	right:0em;
	bottom:0em;
	vertical-align: middle;}	
	
.slideshow{
--background-color: #000000;
position: absolute;
width: 60em;
height: 45em;
left: 0em;
top: 0em;
--border-left: 1px solid #FFFFFF;	
--border-right: 1px solid #FFFFFF;	
}

.slideshowimage{
	background-color: #000000;
	position: absolute;
	top:0em;
	left:0em;
	width: 40em;
	height: 30em;	
}
.slideshow img{
	top:0em;
	left:0em;
	width: 40em;
	height: 30em;
}


.legend_hg{
	background-color: #000000;
	color:#FFDD00;
	position: absolute;
	top:0.5em;
	left:0em;
	width: 15em;
	height: 1.3em;
	text-align: center;	
	font-size: 2em;
}

.legend_bg{
	background-color: #000000;
	color:#FFDD00;
	position: absolute;
	bottom:0.5em;
	left:0em;
	width: 15em;
	height: 1.3em;
	text-align: center;	
	font-size: 2em;
}

.legend_bd{
	background-color: #000000;
	color:#FFDD00;
	position: absolute;
	Bottom:0.5em;
	right:0em;
	width: 15em;
	height: 1.3em;
	text-align: center;	
	font-size: 2em;
}

.legend_hd{
	background-color: #000000;
	color:#FFDD00;
	position: absolute;
	top:0.5em;
	right:0em;
	width: 15em;
	height: 1.3em;
	text-align: center;	
	font-size: 2em;
}

.legend_txt{
	opacity:1;
	color:#FFDD00;
	position: absolute;
	width: 15em;
	height: 1.3em;
	text-align: center;	
	font-size: 1em;
}



#slideprogress{
	position: absolute;
	bottom: 0em;
	left: 0em;
}

#maincfb_admin{
	--background-color: #000000;
    position: relative;
    width: 60em;
    height: 36em;
    top: -0.5em;
    margin-left: auto;
    margin-right: auto;
    border-color: #FFFFFF;
--    opacity: 0.8;
--    filter: alpha(opacity=50);
--	border-left: 1px solid #FFFFFF;
--	border-right: 1px solid #FFFFFF;
--	border-top: 1px solid #FFFFFF;
--	border-bottom: 1px solid #FFFFFF;}


/*#maincepactu {
	background-color: #000000;
	position: relative;
	width: 60em;
	height: 42em;	
	top: -0.5em;
	margin-left: auto;
    margin-right: auto;
	border-color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;}
*/

#maincepteam {
	background-color: #000000;
	position: relative;
	width: 60em;
	height: 42em;	
	top: -0.5em;
	margin-left: auto;
    margin-right: auto;
	border-color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;}

#maincepteam2 {
	background-color: #000000;
	position: relative;
	width: 60em;
	height: 49.5em;	
	top: -0.5em;
	margin-left: auto;
    margin-right: auto;
	border-color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;}
	
#logo_old1 {
left: 4em;
top: 40em;
background-color: #000000;
position: absolute;
width: 12em;
height: 12em;
text-align: center;
z-index: 9;
}
#logo_old2 {
left: 4.2em;
top: 60em;
background-color: #000000;
position: absolute;
width: 12em;
height: 12em;
text-align: center;
z-index: 9;
}
	
#mainlogo {
	left: 0px;
	top: 0px;
	background-color: #000000;
	position: absolute;
	width: 10em;	
	height: 10em;
	text-align: center;}

#mainlogo img {	margin-top: 1em;
	margin-left: auto;
    margin-right: auto;	
	height: 100%;}	
	
	
#mainlogo_step1 {
	left: 4em;
	top: 14em;
	background-color: #000000;
	position: absolute;
	width: 12em;
	height: 12em;
	text-align: center;
	z-index: 9;}

	
#mainlogo_step1 img {	margin-top: 1em;
	margin-left: auto;
    margin-right: auto;	
	height: 100%;}	 

#mainlogo_step2 {
	left: 4.1em;
	top: 0.2em;
	background-color: #000000;
	position: absolute;
	width: 12em;
	height: 12em;
	text-align: center;
	z-index: 9;}

#mainlogo_step2 img {	
	margin-top: 1em;
	margin-left: auto;
    margin-right: auto;	
	height: 100%;}	 	

	
#mainlogo_step3 {
	left: 4em;
	top: 14em;
	background-color: #000000;
	position: absolute;
	width: 12em;
	height: 12em;
	text-align: center;
	z-index: 9;}

	
#mainlogo_step3 img {	margin-top: 1em;
	margin-left: auto;
    margin-right: auto;	
	height: 100%;}	 

#mainlogo_step99 {
left: 4em;
top: 8em;
background-color: #000000;
position: absolute;
width: 12em;
height: 12em;
text-align: center;
z-index: 9;
}

#mainlogo_step99 img {	margin-top: 1em;
	margin-left: auto;
    margin-right: auto;	
	height: 100%;}	 

#titleteam {
    left: 0.7em;
    top: 2em;
    position: absolute;
    width: 32em;
    height: 2em;
    color: #A5A5A5;
    /* text-align: right; */
    font-size: 1.5em;
    text-transform: uppercase;
}	

#titleteam2 {
	left: 6.6em;
	top: 3em;
	position: absolute;
	width: 32em;
	height: 2em;
	color:#A5A5A5;
	text-align: right;
	font-size: 1.5em;
	text-transform: uppercase;	
}	

#rubrique {
font-size: 2em;
text-align: right;
width: 20em;
top: 0em;
right: 0em;
height: 2.2em;
vertical-align: middle;
position: absolute;
background-color: #FFFFFF;
color: #A5A5A5;
}

#rubrique_title {
right: 0.5em;
top: 0.38em;
position: relative;
color: #A5A5A5;
font-size: 1.12em;
}

#rubriqueteam_title {
right: 1em;
top: 0.2em;
position: relative;
color: #A5A5A5;
}

	
#maintitle {
	left: 10em;
	top: 0px;
	background-color: #000000;
	position: absolute;
	width: 40em;	
	height: 7em;
	visibility: hidden;}
	
#maintitle img {
	margin-left: auto;
    margin-right: auto;	
	width: 100%;}	
	
#mainsearch {
	right: 0px;
	top: 0px;
	background-color: #000000;
	position: absolute;
	width: 10em;	
	height: 7em;}


	
#bodyteam {
	left: 0em;
	top: 5em;
	/*background-color: #000000;*/
	position: absolute;
	width: 60em;
	height: 67em;}	

/*#bodyactu {
	left: -1px;
	top: 0em;
	bottom:0em;
	position: absolute;
	width: 60em;
	border-bottom: 0px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	}	
*/	

#titleday_text {
left: 0.8em;
top: 0.7em;
position: relative;
font-size: 1.6em;
}	

#titlehisto {
left: 20em;
top: 4.35em;
position: absolute;
width: 39.9em;
height: 5.25em;
color: #FFFFFF;
text-align: left;
font-size: 1em;
text-transform: uppercase;
background-color: #000000;
border-left: 1px solid #FFFFFF;
}

#titleactu {
    left: 0em;
    top: 3em;
    position: absolute;
    --width: 58em;
    height: 4.2em;
    color: #FFFFFF;
    text-align: left;
    font-size: 1em;
    text-transform: uppercase;
    --background-color: #000000;
}

#titleactu_date {
    position: absolute;
    right: 0em;
}

#titleactu_text {
    left: 0.7em;
    top: 0.5em;
    position: absolute;
    font-size: 1.35em;
    line-height: 1.35em;
}
	


body.computer div#actu__X {
    right: 0em;
    --position: relative;
	position: absolute;
    width: 60em;
    --left: 8em;
	left: 11.5em;
    /* border: 3px dashed var(--text_normal); */
    --border: 1px solid var(--text_normal);
    border-radius: 0em 6em 0em 6em;
    padding: 2em;
    background-image: radial-gradient(darkorange, transparent);
    min-height: 20em;
	text-shadow: 2px 2px 2px black;
	margin: 0 auto;
	
/*
   border-bottom-color: #FFFFFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-right-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-left-color: #FFFFFF;
    border-left-width: 1px;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-top-width: 1px;
    border-top-style: solid;
	background-color: #FFFFFF;
*/
}

body.mobile div#actu__X {
    right: 0em;
    position: relative;
    width: 45em;
    left: 8em;
    /* border: 3px dashed var(--text_normal); */
    --border: 1px solid var(--text_normal);
    border-radius: 0em 6em 0em 6em;
    padding: 2em;
    background-image: radial-gradient(darkorange, transparent);
    min-height: 20em;
	text-shadow: 2px 2px 2px black;
	margin: 0 auto;
	
/*
   border-bottom-color: #FFFFFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-right-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-left-color: #FFFFFF;
    border-left-width: 1px;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-top-width: 1px;
    border-top-style: solid;
	background-color: #FFFFFF;
*/
}

table.tableactu {
position: relative;
}



#titlehisto_text {
left: 0.8em;
top: 0.7em;
position: relative;
font-size: 1.6em;
}
#bottomhisto {
top: 0em;
position: relative;
background-color: #000000;
color: #FFFFFF;
height: 5em;
left: 20em;
width: 39.90em;
border-left: 1px solid #FFFFFF;
}
#bottomhisto_text {
text-align: right;
padding-top: 1em;
padding-right: 1em;
font-size: 1.65em;
height: 5em;
}

#small_line {
border-right: 1px solid #FFFFFF;
bottom: 0em;
left: 19.75em;
position: absolute;
height: 7.4em;
z-index: 1000;
}
#histo {
left: -1px;
top: 8.35em;
right: 0em;
color: #000000;
position: absolute;
width: 60em;
border-bottom: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
}

#actu > table {
-webkit-border-horizontal-spacing: 2px;
-webkit-border-vertical-spacing: 0px;
}
/*#actu {
left: -1px;
top: 8.5em;
right: 0em;
color: #000000;
position: absolute;
width: 60em;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
}
*/

#actu2 {
left: -1px;
top: 8.5em;
right: 0em;
color: #000000;
position: absolute;
width: 60em;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
}
#actu2 > table {
-webkit-border-horizontal-spacing: 2px;
-webkit-border-vertical-spacing: 0px;
}
	
#tableactu{
	border-spacing: 0px;
}

#tableallnews{
	width:	40.3em
}

td.tdactuleft {
width: 21.1em;
background-color: #000000;
} 

#tdacturight {
padding-left: 1em;
padding-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
height: 33.7em;
vertical-align:	top;
width: 40.2em;
}

td.tdacturight {
padding-left: 1em;
padding-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
background-color: #FFFFFF;
height: 33.7em;
vertical-align: top;
width: 40.3em;
border-left: 1px solid #FFFFFF;
}

td.tdacturight2 {
padding-left: 1em;
padding-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
background-color: #FFFFFF;
height: 33.7em;
vertical-align:	top;
width:38.2em;
}

td.tdacturight3 {
padding-left: 1em;
padding-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
background-color: #FFFFFF;
height: 33.7em;
vertical-align: top;
width: 40em;
max-width: 40em;
}

td.tdacturight4 {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    vertical-align: top;
    right: 0em;
    max-width: 38.5;
    color: var(--text_normal);
    font-style: italic;
}

td.tdactuleft4 {
width: 20em;
background-color: #000000;
}

#actu img{
	max-width: 51em;
	height:	auto;}
	
#committee{
	left: 1em;
	top: 1em;
	background-color: #FFFFFF;
	position: relative;
	width: 56em;
	height: 8em;
	border-bottom: 2px solid #FFCC00;	

}

#committee_role{
	left: 0em;
	top: 0.5em;
	background-color: #FFFFFF;
	position: relative;
	width: 38em;
	height: 2em;
	font-size: 1.5em;
	font-style:oblique;
}


#committee_name{
	left: 0em;
	top: 2.5em;
	background-color: #FFFFFF;
	position: absolute;
	width: 56em;
	height: 4em;
}

#committee_picture{
	right: 0em;
	top: 0.5em;
	background-color: #000000;
	position: absolute;
	height: 5em;
}

#calsubtitle{
	position: relative;
	left: 0em;
	top: 0em;
	height: 1em;
	width: 38em;
	background-color: #F7D600;	
	color: #000000;
	text-align: right;
	font-size: 1.5em;	
	font-weight: bold;
}
#newslinebuttons {
    left: 1em;
    top: 0em;
    position: relative;
    width: 36em;
    height: 4em;
    --border-bottom: 1px solid #FFCC00;
}

#newsprevbutton{
	left: 5em;
	top: 0.4em;
	position: absolute;
	width: 13em;
	height: 3.4em;
	font-size:1em;
	text-align:left;
}

#newsnextbutton {
    left: 20em;
    top: 0.4em;
    position: absolute;
    width: 13em;
    height: 3.4em;
    font-size: 1em;
    text-align: left;
}
#newsprevbutton a {
    background-size: cover;
    text-align: center;
    text-decoration: none!important;
    cursor: pointer;
    display: block;
    top: 0em;
    left: 0em;
    right: 0em;
    bottom: 0em;
    height: 3.4em;
    vertical-align: middle;
    color: #000000;
    font-size: 1em;
    line-height: 3.5em;
    font-weight: 800;
    border: 1px solid #000000;
    border-radius: 2em 0;
}

#newsnextbutton a {
    background-size: cover;
    text-align: center;
    text-decoration: none!important;
    cursor: pointer;
    display: block;
    top: 0em;
    left: 0em;
    right: 0em;
    bottom: 0em;
    height: 3.4em;
    vertical-align: middle;
    color: #000000;
    font-size: 1em;
    line-height: 3.5em;
    font-weight: 800;
    border: 1px solid #000000;
    border-radius: 2em 0;
}

#newsline{
    left: 1em;
    top: 0em;
    position: relative;
    width: 36em;
    height: 2em;
}

#newsdate {
    left: 2em;
    top: 0.4em;
    position: absolute;
    width: 7em;
    height: 1em;
    font-size: 1em;
    text-align: left;
}

#newstitle {
    left: 10em;
    top: 0.4em;
    position: absolute;
    width: 24em;
    height: 1em;
    text-align: left;
    text-color: #FFFFFF;
}

#newstitle a {
    text-align: left;
    text-decoration: none!important;
    cursor: pointer;
    display: block;
    top: 0em;
    left: 0em;
    right: 0em;
    bottom: 0em;
    vertical-align: middle;
    font-size: 1em;
    color: var(--text_hover);
}

#arena{
	left: 1em;
	top: 0em;
	background-color: #FFFFFF;
	position: relative;
	width: 56em;
	height: 31em;
	border-bottom: 2px solid #FFCC00;	
}

#arenaName{
	left: 0em;
	top: 0.4em;
	background-color: #FFFFFF;
	position: absolute;
	width: 15em;
	height: 1.5em;
	font-size:2em;
	text-align:left;
	color:#000000;
}
#arenaAddress{
	left: 0em;
	top: 4em;
	background-color: #FFFFFF;
	position: absolute;
	width: 15em;
	height: 4em;
	font-size:1em;
	text-align:left;
	color:#000000;
}

#arenaMap{
	left: 16em;
    top: 3.8em;
    background-color: #000000;
    position: absolute;
    width: 20em;
    height: 10em;
    font-size: 1em;
    text-align: left;
    color: #FFCC00;
}

#arenaWay{
	left: 0em;
	top: 8em;
	background-color: #FFFFFF;
	position: absolute;
	width: 40em;
	height: 9em;
	font-size:1em;
	text-align:left;
	color:#000000;
}

/*#arenaPicture1{
	left: 0em;
	top: 17em;
	background-color: #000000;
	position: absolute;
	width: 19.5em;
	height: 13em;
	font-size:1em;
	text-align:left;
	color:#FFCC00;
}*/

#arenaMap iframe{
	position: absolute;
	width:16em;
	height:16em;
	frameborder:0em;
	scrolling:no;
	marginheight:0em; 
	marginwidth:0em;
}

#arenaMap object{
	position: absolute;
	width:16em;
	height:16em;
	top:0em;
	left:0em;
}

#titlearena1 {
    /* right: 0em; */
    /* top: 2.9em; */
    /* position: absolute; */
    /* width: 26.6em; */
    /* height: 2.5em; */
    /* font-family: College; */
    color: #000000;
    text-align: left;
    font-size: 1.5em;
    text-transform: uppercase;
    /* background-color: #000000; */
}




#titlearena_name1{
	--padding-left: 1em;
	padding-top: 0.1em;
}
#titlearena_adress1 {
    color: var(--text_disabled);
    font-size: 0.7em;
    padding-left: 0em;
    position: relative;
    padding-top: 0.25em;
}

#titlearena_phone1 {
    color: var(--text_disabled);
    top: 3em;
    right: 1em;
    position: absolute;
    font-size: 0.6em;
}

#ArenaWhiteBlock1 {
background-color: #FFFFFF;
top: 8.5em;
right: 0em;
position: absolute;
width: 40em;
height: 2em;
}
#ArenaWhiteBlock2 {
background-color: #FFFFFF;
top: 37.2em;
right: 0em;
position: absolute;
width: 40em;
height: 2em;
}

#arenaPicture1 {
--position: absolute;
left: 20em;
top: 10em;
}
#arenaPicture1 img {
width: 15em;
}
#arenaMap1{
--	position: absolute;
--	top: 10em;
--	right: 0em;
}
#arenaWay1 {
    --position: absolute;
    left: 25em;
    top: 30em;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 0.7em;
    height: 8.4em;
    padding-top: 1.5em;
    width: 50em;
    text-transform: none;
}

#titlearena2{
right: 0em;
top: 22.1em;
position: absolute;
width: 26.6em;
height: 2.5em;
/* font-family: College; */
color: #FFFFFF;
text-align: left;
font-size: 1.5em;
text-transform: uppercase;
background-color: #000000;
/*border-right: 1px solid #FFFFFF;*/
}
#titlearena_name2{
	padding-left: 1em;
	padding-top: 0.1em;
}
#titlearena_adress2{
color: #F7D600;
font-size: 0.5em;
padding-left: 2.05em;
position: relative;
padding-top: 0.25em;
}
#titlearena_phone2{
	color: #F7D600;
	top: 3em;
	right: 1em;
	position: absolute;
	font-size: 0.6em;
}
#arenaPicture2{
top: 38.8em;
position: absolute;
left: 20em;
}

#arenaPicture2 img{
width: 20.25em;
height: 14.05em;
}
#arenaMap2{
position: absolute;
top: 38.8em;
right: 0em;
}
#arenaWay2 {
position: absolute;
left: 25em;
top: 66em;
background-color: #FFFFFF;
color: #000000;
font-size: 0.8em;
height: 10.2em;
width: 47.05em;
padding: 1.5em;
}

#arenaverticalline {
	width: 1px;
	left: 27.1em;
	top: 3.8em;
	height: 63.4em;
	position: absolute;
	background-color: #FFFFFF;
}


#mainceparena {
	background-color: #000000;
	position: relative;
	width: 60em;
	height: 63.4em;	
	top: -0.5em;
	margin-left: auto;
    margin-right: auto;
	border-color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;}


#presentPicture {
left: 20em;
top: 0em;
position: absolute;
}

#presentPicture > img {
width: 40em;
height: 40em;
}



#mainceppresent {
background-color: #000000;
position: relative;
width: 60em;
height: 40em;
top: -0.5em;
margin-left: auto;
margin-right: auto;
border-color: #FFFFFF;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
}



#MATCH{
	left: 20em;
	top: 0em;
	background-color: #FFFFFF;
	position: relative;
	width: 40em;
	height: 1.5em;
	border-bottom: 1px solid #A5A5A5;
	border-left: 1px solid #000000;
}

#MATCHblack {
    left: 1em;
    top: 0em;
    background-color: #FFFFFF;
    position: relative;
    width: 48.95em;
    height: 1.5em;
    border-left: 1px solid #FFFFFF;
}

#calendrier_row_black > div.MATCH_SEPARATOR {
top: 0em;
background-color: #FFFFFF;
position: relative;
width: 49.95em;
height: 2em;
border-left: 1px solid #FFFFFF;
border-radius: 0 0 0 3em;
}

#calendrier_row > div.MATCH_SEPARATOR{
	left: 20em;
	top: 0em;
	background-color: #FFFFFF;
	position: relative;
	width: 40em;
	height: 2em;
	border-left: 1px solid #000000;
	--border-bottom: 1px solid #D7A600;
}

#stat_row {
    top: 6em;
    /* width: 60em; */
    --height: 50em;
    position: absolute;
    color: #000000;
    background-color: #FFFFFF;
    line-height: 1.5em;
}

#stat_row2 {
    /* left: 21em; */
    position: absolute;
    height: 40em;
    font-size: 1.2em;
} 

#stat_row2 > table.evol {
color: #000000;
top: 4em;
position: absolute;
width: 35em;
font-size: 0.8em;
}
#stat_row2 > table.statplayer > tbody > tr:nth-child(3) > td.statplay1 {
width: 13em;
}

#stat_row2 > table.statplayer {
/* left: 21em; */
/* position: absolute; */
top: 1em;
color: #000000;
top: 13em;
position: absolute;
width: 40em;
font-size: 0.8em;
}

#stat_row > form > table.stats{
--	left: 21em;
	position: absolute;
	height: 20em;
	width: 50em;
}

td.statin{
	text-align: center;
	
}

td.statname{
	font-size:0.8em;
	width: 15em;
}


td.statone{
	font-size:0.8em;
	text-align: center;
	width:	5em;
}

td.statone > input {
	width: 3em;
}

td.stattwo{
	font-size:0.8em;
	text-align: center;
	width:	5em;
}

td.stattwo > input {
	width: 3em;
}

td.statthree{
	font-size:0.8em;
	text-align: center;
	width:	5em;
}

td.statthree > input {
	width: 3em;
}

td.stattot{
	font-size:0.8em;
	text-align: center;
	width:	6em;
}

td.stattot > input {
	width: 4em;
}

#MATCHKIND{
	left: 0em;
	top: 0.1em;
	background-color: #FFFFFF;
	position: absolute;
	width: 6.8em;
	height: 1em;
	font-size: 0.8em;
	text-align: left;
}

#MATCHDATE{
	left: 7.5em;
	top: 0em;
	background-color: #FFFFFF;
	position: absolute;
	width: 5.5em;
	height: 1em;
	font-size: 0.8em;
}

#MATCHHOUR{
	left: 14em;
	top: 0em;
	background-color: #FFFFFF;
	position: absolute;
	width: 2.5em;
	height: 1em;
	text-align: right;
	font-size: 0.8em;
}

#MATCHTEAMA{
	left: 16.5em;
	top: 0em;
	background-color: #FFFFFF;
	position: absolute;
	width: 12em;
	height: 1em;
	text-align: right;
	font-size: 0.8em;
}
#MATCHTEAMACFB{
	left: 16.5em;
	top: 0em;
	background-color: #FFFFFF;
	position: absolute;
	width: 12em;
	height: 1em;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
}

#MATCHSCOREAWIN{
left: 28em;
top: 0em;
/* background-color: #F7D600; */
position: absolute;
width: 2.5em;
height: 1.5em;
text-align: right;
--color: #FF2020;
color: #000000;
font-size: 0.8em;
}

#MATCHSCOREALOST{
	left: 28em;
	top: 0em;
	/* background-color: #FFFFFF; */
	position: absolute;
	width: 2.5em;
	height: 1.5em;
	text-align: right;
	color: #FF2020;
	font-size: 0.8em;	
}

#MATCHSCOREADASH{
	left: 30.5em;
	top: 0em;
	background-color: #FFFFFF;
	position: absolute;
	width: 1em;
	height: 1em;
	text-align: center;
	font-size: 0.8em;
}

#MATCHSCOREBWIN {
    left: 31.5em;
    top: 0em;
    --background-color: #F7D600;
    position: absolute;
    width: 2.5em;
    height: 1em;
    text-align: left;
	font-size: 0.8em;
    --color: #FFCC00;
	color: #000000;
}

#MATCHSCOREBLOST{
	left: 31.5em;
	top: 0em;
	/* background-color: #FFFFFF; */
	position: absolute;
	width: 2.5em;
	height: 1em;
	text-align: left;
	font-size: 0.8em;
	color: #FF2020
}

#MATCHTEAMB{
	left: 33.5em;
	top: 0em;
	background-color: #FFFFFF;
	position: absolute;
	width: 12em;
	height: 1em;
	text-align: left;
	font-size: 0.8em;
}

#MATCHTEAMBCFB{
	left: 33.5em;
	top: 0em;
	background-color: #FFFFFF;
	position: absolute;
	width: 12em;
	height: 1em;
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
}

#MATCHREM {
    left: 54em;
    position: absolute;
    width: 50em;
    height: 1em;
    text-align: left;
    font-size: 0.7em;
}

#MATCHADMIN{
	left: 59.5em;
	top: 0.2em;
	background-color: #FFFFFF;
	position: absolute;
	width: 1.3em;
	height: 1.3em;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.5em;
}
#MATCHADMIN a{
	background: url(score.gif)  no-repeat;
	background-size:cover;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	display: block;
	top:0.05em;
	left:0em;
	right:0em;
	bottom:0em;
	vertical-align: middle;
}	
#MATCHUPDATE{
	left: 49em;
	top: 0em;
	background-color: #FFFFFF;
	position: absolute;
	width: 1.3em;
	height: 1.3em;
	text-align:left;
}

#pbdel{
	left: 34em;
	position: absolute;
	top: 28.7em;
}

#MATCHUPDATE a{
	background: url(update.gif)  no-repeat;
	background-size:cover;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	display: block;
	top:0.05em;
	left:0em;
	right:0em;
	bottom:0em;
	vertical-align: middle;
	background-color: #000000;
}	

#calendrier_titre a{
background: url(update.gif) no-repeat;
background-size: cover;
text-align: center;
text-decoration: none!important;
cursor: pointer;
/* display: block; */
/* top: 0.05em; */
/* left: -1em; */
/* right: 0em; */
/* bottom: 0em; */
/* vertical-align: middle; */
background-color: #FFFFFF;
/* width: 25px; */
/* height: 1em; */
}	

#MATCHSTATS{
	left: 57.5em;
	top: 0.2em;
	background-color: #000000;
	position: absolute;
	width: 1.3em;
	height: 1.2em;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.5em;
}
#MATCHSTATS a{
	background: url(stats.gif)  no-repeat;
	background-size:cover;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	display: block;
	top:0em;
	left:0em;
	right:0em;
	bottom:0em;
	vertical-align: middle;
	background-color: #FFFFFF}	

	
	
#MATCHSTATSINTEAM{
	left: 22em;
	top: 2em;
	background-color: #000000;
	position: absolute;
	width: 1.3em;
	height: 1.3em;
	text-align:left;
}

#MATCHSTATSINTEAM a{ 
	background: url(stats.gif)  no-repeat;
	background-size:cover;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	display: block;
	top:0em;
	left:0em;
	right:0em;
	bottom:0em;
	vertical-align: middle;}	
	

#buttonsteam {
	left: 0em;
	top: 0em;
	position: absolute;
	width: 25em;
	height: 4em;}	

#buttonsteam a:hover{
  background-color:#F7D600;
  color:#000000;
}
	
span#yellow {
color: #F7D600;
}

#phototeam {
    left: 20em;
    top: 12.2em;
    background-color: #000000;
    position: absolute;
    width: 40em;
    height: 26.6em;
}

#phototeam img {
    width: 40em;
    height: 26.67em;
    border-image: none;
}

#rightteam{
	left: 1em;
	top: 7em;
	--background-color: #F7D600;
	background: url(rightball5.jpg)  no-repeat;
	background-size:cover;
	position: absolute;
	width: 24em;
	height: 19em;}	

#rightlastmatch {
    left: 23em;
    top: 6em;
    color: var(--text_normal);
    position: absolute;
    width: 23em;
    height: 6em;
    font-size: 1em;
}

#rightnextmatch {
    left: 1.2em;
    top: 6em;
    color: var(--text_normal);
    position: absolute;
    width: 23em;
    height: 6em;
    font-size: 1em;
} 
	
#righttraining{
	left:0.5em;
	top:11em;
	color: #F7D600;
	position: absolute;
	width:23em;
	height: 8.5em;
	border-top: 1px solid #FFCC00;	
}	
	

	
	
#nodeteam {
    left: -12em;
    top: 13em;
    background-color: #FFFFFF;
    position: relative;
    width: 25em;
    height: 30em;
    font-size: 1em;
    border-radius: 0 4em 0 4em;
    --border-bottom-color: #000000;
    --border-bottom-width: 10px;
    --border-bottom-style: solid;
    --border-right-color: #000000;
    --border-right-width: 10px;
    --border-right-style: solid;
    --border-left-color: #000000;
    --border-left-width: 2px;
    --border-left-style: solid;
    --border-top-color: #000000;
    --border-top-width: 2px;
    --border-top-style: solid;
}

#coachteam {
    left: 3em;
    top: 0.5em;
    color: var(--text_hover);
    position: relative;
    width: 20em;
    height: 3em;
}
	
#subtitle {
    position: absolute;
    left: 1.4em;
    top: 3em;
    height: 1.5em;
    width: 24.5em;
    color: #FFFFFF;
    text-align: left;
    font-size: 1em;
}
#subtext {
    position: absolute;
    left: 0em;
    top: 6em;
    width: 25em;
    color: var(--text_hover);
    text-align: left;
    font-size: 1em;
    font-weight: normal;
}
 
img.phototeam {
position: absolute;
    left: 16em;
    top: 11em;
    height: 30em;
}

a.largebutton{
	position: absolute; 
	--background: url(calendrier.jpg)  no-repeat;
	text-align: center;
	text-decoration: none;	
	cursor: pointer;
	display: block;
	--line-height:75px;
	top:0em;
	left:0em;
	right:0em;
	bottom:0em;
	vertical-align: middle;
	font-size:1em;
	line-height:2.1em;
	color:var (--text_normal);
	background-color:#656565;
	--font-weight:800;
    border-radius: 0 3em 0 3em;
    padding-top: 1em;
    font-weight: bold;} 
	
a.largebutton:hover{
  background-color:#F7D600;
}
	
#coachtext {
    position: absolute;
    width: 24em;
    height: 3em;
    text-align: left;
    font-size: 1em;
    font-weight: normal;
}

#coachpicture{
	position: absolute;
	width: 10em;
	height: 12em;
	background-color: #FFFFFF;	
	color: #FFFFFF;
	text-align: left;
	font-size: 1em;	
	font-weight: normal;
	left:50em;
}

#coachpicture img{
	width:8em;
	height: 10.6em;
}

#acoachtext{
	top:11em;
	position: absolute;
	width: 50em;
	height: 12em;
	background-color: #FFFFFF;	
	color: #000000;
	text-align: left;
	font-size: 1em;	
	font-weight: normal;
	border-top: 1px solid #FFFFFF;	
}

#acoachpicture{
	top:11em;
	position: absolute;
	width: 10em;
	height:12em;
	background-color: #FFFFFF;	
	color: #000000;
	text-align: left;
	font-size: 1em;	
	font-weight: normal;
	left:50em;
}


#acoachpicture img{
	width:8em;
	height: 10.6em;
}

#calendrier_verticalline {
	position: absolute;
	left: 20em;
	top: 0em;
	width: 1px;
	height: 15em;
	background-color: #FFFFFF;
}
#stats_verticalline {
	position: absolute;
	left: 20.1em;
	top: 0em;
	width: 1px;
	height: 15em;
	background-color: #FFFFFF;
}

#calendrier_verticalline2 {
	position: absolute;
	left: 20.05em;
	top: 0em;
	width: 1px;
	height: 15em;
	background-color: #FFFFFF;
}

#calendrier {
    position: absolute;
    left: 10em;
    top: 6em;
    width: 50em;
    background-color: #FFFFFF;
    height: 32em;
    background-color: #FFFFFF;
    border-radius: 0 3em 0 3em;
}

#calendrier2 {
	position: absolute;
	left: 0em;
	top: 5em;
	width: 60em;
--	min-height: 28em;
	background-color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	height:	32em;
}


#xxxxxxxxxcalendrier_row {
top: 4em;
width: 60em;
position: absolute;
color: #000000;
background-color: #FFFFFF;
line-height: 1.5em;
border-left: 1px solid #FFFFFF;
left: -1px;
}
#calendrier_row {
    /* top: 40em; */
    width: 60em;
    /* position: absolute; */
    color: #000000;
    /* background-color: #FFFFFF; */
    line-height: 1.5em;
    /* border-left: 1px solid #FFFFFF; */
    left: -1px;
    padding-top: 1em;
}

#classement {
    position: relative;
    left: -12em;
    top: 11em;
    width: 20em;
    min-height: 31em;
    background-color: #FFFFFF;
    --border-right: 1em solid #000000;
    /* border-left: 1px solid #FFFFFF; */
    --border-bottom: 1em solid #000000;
    border-radius: 0 3em 0 3em;
}

#classementBlack {
	position: absolute;
	left: -1px;
	top: 15em;
	width: 20em;
	min-height: 28em;
	background-color: #000000;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
//	border-bottom: 1px solid #FFFFFF;
}
#classementBlack2 {
	position: absolute;
	left: -1px;
	top: 5em;
	width: 20em;
	min-height: 28em;
	background-color: #000000;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
//	border-bottom: 1px solid #FFFFFF;
}

#calendrier_row_black {
    top: 4em;
    width: 3em;
    position: absolute;
    color: #000000;
    background-color: #FFFFFF;
    line-height: 1.5em;
    /* border-left: 1px solid #FFFFFF; */
    /* left: -1px; */
	border-radius: 0 0 0 2em;
}

#calendrier_titre {
    font-size: 1.5em;
    color: #A5A5A5;
    /* right: -0.1em; */
    padding-right: 1.4em;
    width: 32em;
    text-align: right;
    --position: absolute;
    line-height: 2em;
    border-bottom: 1px solid #000000;
}

#nextday {
    width: 60.05em;
    top: 6.5em;
    position: absolute;
    background-color: #000000;
    min-height: 36.7em;
}

/*#blackbottom2 {
height: 2.1em;
background-color: #000000;
left: -1px;
position: relative;
border-top: 1px solid #FFFFFF;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
width: 60em;
}
*/

#nextcontent {
    left: 1em;
    width: 40em;
    position: relative;
    min-height: 36.5em;
}

#rightarrow {
position: absolute;
right: 0em;
top: 0em;
height: 40em;
width: 20em;
/* background: url(rightarrow.gif) no-repeat; */
opacity: 1;
}

#rightarrow > a > img {
width: 20em;
height: 40em;
}

#rightarrow > a {
opacity: 0;
}

#rightarrow > a:hover {
opacity: 1;
}


#leftarrow {
position: absolute;
left: 20em;
top: 0em;
height: 40em;
width: 20em;
/* background: url(leftarrow.gif) no-repeat; */
opacity: 1;
}

#leftarrow > a > img {
width: 20em;
height: 40em;
}

#leftarrow > a {
opacity: 0;
}

#leftarrow > a:hover {
opacity: 1;
}

#blackbottom {
height: 2em;
background-color: #000000;
left: -20em;
}

#classement_table {
color: #000000;
font-size: 0.7em;
position: absolute;
top: 6em;
padding-right: 0.5em;
left: 2em;
width: 24.7em;
}


#classement_table > table > tbody > tr > td {
min-width: 1.5em;
}


#CONVOC {
left: -1em;
position: absolute;
width: 1em;
height: 1em;
z-index: 1;
top: 0.3em;
}

#CONVOC > a {
/* background: url(Convoc.gif) no-repeat; */
width: auto;
--z-index: 1000;
--left: -1em;
position: absolute;
}

#CONVOC > a > img {
border: 0px;
width: auto;
height: 1em;
}



#score_empty_left {
	position: absolute;
	left: 0em;
	width: 20em;
	height: 32em;
	border-right: 1px solid #000000;

}
#stats_empty_left {
position: absolute;
left: 0em;
width: 20em;
height: 37em;
border-right: 1px solid #000000;
background-color: #000000;
}

#stats {
--position: absolute;
--left: -1px;
--top: 5em;
--width: 60em;
--background-color: #FFFFFF;
--border-right: 1px solid #FFFFFF;
--border-bottom: 1px solid #FFFFFF;
height: 52em;
--border-left: 1px solid #FFFFFF;
--border-bottom: 1px solid #FFFFFF;
}

#histo_empty_left {
position: absolute;
left: 0em;
width: 20em;
height: 40em;
border-right: 1px solid #FFFFFF;
z-index: 800;
}

#arena_empty_left {
position: absolute;
left: 0em;
width: 20em;
height: 63.4em;
border-right: 1px solid #FFFFFF;
}

#bodyadmin{
	position: absolute;
	width:	59em;
    opacity: 0.8;
    filter: alpha(opacity=50);
	--background-color: var(--background_dark);
	height: 36em;
	border-top: 1px solid #D7A600;
    top: 0.4em;}

#bodynews {
    position: absolute;
    width: 59em;
--    opacity: 0.8;
--    filter: alpha(opacity=50);
--    background-color: var(--background_dark);
    height: 66em;
	border-top: 1px solid #D7A600;
    top: 0.4em;
}

#bodyadmin2{
	left: 0em;
	position: absolute;
	width:	45em;
}



#calendrier_row > form > table{
	left: 21em;
	--position: absolute;
}

#calendrier_row > form > input.savescore{
	--left: 54em;
	top: 18em;
}

#stat_row > form > input.savestats{
	left: 54em;
	position: relative;
	top: 38em;
}

#classement_titre {
	font-size: 1.5em;
	color: #A5A5A5;
	right: 0em;
	padding-right: 1em;
	width: 12.3em;
	text-align: right;
	position: absolute;
	line-height: 2em;
	border-bottom: 1px solid #000000;
}

table.player{
	border-collapse:collapse;
	width: 23em;
}
	
td.tdNum {
    width: 3em;
    text-align: right;
    padding-right: 0.2em;
}

td.tdName{
	width:16em;
}

.tdPoste{
	width:6em;
	font-size: 0.8em;
}

.tdDate{
	width:4em;
	font-size: 1em;
}

.tdHeight{
	width:2em;
	font-size: 0.8em;
}

.tdWeight{
	width:2em;
}

.tdPoste1{
	width:6em;
	border-right: 1px solid #000000;
}

.tmenu{display: block;
	   float:left;
}

#horizontalline{
	background-color: #FFFFFF;
	height: 1px;
	width: 60em;
	left: 0em;
	top: 14.4em;
	position: absolute;
}

#verticalline{
	background-color: #FFFFFF;
	height: 14.4em;
	width: 1px;
	left: 20em;
	top: 0em;
	position: absolute;
}

#menuteam{
	left:1em;
}

#menuactivite{
	left:25em;
}

#menuactu{
	left:1em;
}



#XMATCHKIND2{
right: 0em;
background-color: #FFFFFF;
position: absolute;
width: 7em;
height: 1em;
--font-size: 0.7em;
text-align: right;
}

#XMATCHHOUR2{
left: 0.8em;
top: 0em;
background-color: #FFFFFF;
position: absolute;
width: 2.5em;
height: 1em;
text-align: right;
}

#XMATCHTEAMNAME2{
left: 4.8em;
top: 0em;
background-color: #FFFFFF;
position: absolute;
width: 10em;
height: 1em;
}



#XMATCHTEAMA {
    left: 18.4em;
    top: 0em;
    position: absolute;
    width: 11.6em;
    height: 1em;
    text-align: right;
	background-color: #000000;
}

#XMATCHTEAMACFB2{
left: 14.7em;
top: 0em;
background-color: #FFFFFF;
position: absolute;
width: 11.8em;
height: 1em;
text-align: right;
font-weight: bold;}

#XMATCHSCOREAWIN2{
	left: 32em;
	top: 0em;
	--background-color: #F7D600;
	position: absolute;
	width: 2em;
	height: 1.5em;
	text-align:right;
	color: #FF2020;
}

#XMATCHSCOREALOST2{
	left: 32em;
	top: 0em;
	background-color: #FFFFFF;
	position: absolute;
	width: 2em;
	height: 1em;
	text-align:right;
	color: #FF2020;
	
}

#XMATCHSCOREADASH2{
left: 27em;
top: 0em;
background-color: #FFFFFF;
position: absolute;
width: 1em;
height: 1em;
text-align: center;

}

#XMATCHSCOREBWIN2{
	left: 35em;
	top: 0em;
	--background-color: #F7D600;
	position: absolute;
	width: 2em;
	height: 1.5em;
	text-align:left;
	color: #FF2020;

}

#XMATCHSCOREBLOST2{
	left: 35em;
	top: 0em;
	background-color: #FFFFFF;
	position: absolute;
	width: 2em;
	height: 1em;
	text-align:left;
	color: #FF2020;

}

#XMATCHTEAMB2{
left: 28.4em;
top: 0em;
	background-color: #000000;

position: absolute;
width: 10em;
height: 1em;
text-align: left;
}
#XMATCHTEAMBCFB2{
left: 28.4em;
top: 0em;
background-color: #FFFFFF;
position: absolute;
width: 10em;
height: 1em;
text-align: left;
font-weight: bold;
}

#XMATCHREM2{
left: 97em;
top: 1em;
background-color: #FFFFFF;
position: absolute;
width: 0em;
height: 1em;
text-align: left;
font-size: 0.5em;
}

#XMATCHADMIN2{
	left: 49.5em;
	top: 0em;
	background-color: #FFFFFF;
	position: absolute;
	width: 1.3em;
	height: 1.3em;
	text-align:left;
}
#XMATCHADMIN2 a{
	background: url(score.gif)  no-repeat;
	background-size:cover;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	display: block;
	top:0.05em;
	left:0em;
	right:0em;
	bottom:0em;
	vertical-align: middle;
}	
#XMATCHUPDATE2{
	left: 52.5em;
	top: 0em;
	background-color: #FFFFFF;
	position: absolute;
	width: 1.3em;
	height: 1.3em;
	text-align:left;
}
#XMATCHUPDATE2 a{
	background: url(update.gif)  no-repeat;
	background-size:cover;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	display: block;
	top:0.05em;
	left:0em;
	right:0em;
	bottom:0em;
	vertical-align: middle;
}	

#XMATCHSTATS2{
	left: 45em;
	top: 0.1em;
	background-color: #FFFFFF;
	position: absolute;
	width: 1.3em;
	height: 1.3em;
	text-align:left;
}
#XMATCHSTATS2 a{
	background: url(stats.gif)  no-repeat;
	background-size:cover;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	display: block;
	top:0em;
	left:0em;
	right:0em;
	bottom:0em;
	vertical-align: middle;}	

#XMATCHSTATSINTEAM2{
	left: 22em;
	top: 2em;
	background-color: #FFFFFF;
	position: absolute;
	width: 1.3em;
	height: 1.3em;
	text-align:left;
}

#XMATCHSTATSINTEAM2 a{
	background: url(stats.gif)  no-repeat;
	background-size:cover;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	display: block;
	top:0em;
	left:0em;
	right:0em;
	bottom:0em;
	vertical-align: middle;
}	
	
	


#pause {
right: -2em;
position: absolute;
}
#play {
right: -2em;
position: absolute;
visibility: hidden;
}

img#playimg {
width: 1.5em;
cursor: pointer;
}

img#pauseimg {
width: 1.5em;
cursor: pointer;
}

#convoc {
    position: absolute;
    left: 10em;
    top: 6em;
    width: 50em;
    background-color: #FFFFFF;
    height: 50em;
    background-color: #FFFFFF;
    border-radius: 0 3em 0 3em;
}

td.tdacturight4 a {
    color: var(--text_select);
}

body.computer div#info {
    background-color: var(--background_info);
    left: 0.7em;
    top: 20em;
    position: fixed;
    font-size: 1.5em;
    padding: 1em;
    color: var(--text_menu);
    border-radius: 0em 2em 0em 2em;
}

body.mobile div#info {
    background-color: var(--background_info);
    left: 0em;
	top: 20em;
    position: fixed;
    font-size: 1.5em;
    padding: 0.5em;
    color: var(--text_info);
	border-radius: 0em 2em 0em 2em;
}

body.computer div#info2 {
    background-color: var(--background_info);
    left: 1em;
	top: 20em;
    position: fixed;
    font-size: 1.5em;
    padding: 1em;
    color: var(--text_info);
	border-radius: 0em 2em 0em 2em;
}

body.mobile div#info2 {
    background-color: var(--background_info);
    left: 1em;
	top: 20em;
    position: absolute;
    font-size: 1.5em;
    padding: 1em;
    color: var(--text_info);
	border-radius: 0em 2em 0em 2em;
}

body.computer div#info3 {
    background-color: var(--background_info);
    right: 10em;
	top: 20em;
    position: absolute;
    font-size: 1.5em;
    padding: 1em;
    color: var(--text_info);
	border-radius: 0em 2em 0em 2em;
}

body.mobile div#info3 {
    background-color: var(--background_info);
    left: 0em;
    top: 29em;
    position: absolute;
    font-size: 1.5em;
    padding: 1em;
    color: var(--text_info);
    border-radius: 0em 2em 0em 2em;
}

body.computer div#info4 {
    background-color: var(--background_info);
    right: 2em;
	top: 13em;
    position: absolute;
    font-size: 1.4em;
    padding: 1em;
    color: var(--text_info);
	border-radius: 0em 2em 0em 2em;
}

body.mobile div#info4 {
    background-color: var(--background_menu);
    left: 10%;
	right: 10%;
	top: 28em;
    position: absolute;
    font-size: 2em;
    padding: 1em;
    color: var(--text_info);
	border-radius: 0em 2em 0em 2em;
}

a:hover {
    color: black;
}

body.mobile a.inverse {
	color: var(--background_info);} 
}
