@font-face {
    font-family: 'Kurale';
    src: url('Fonts/Kurale-Regular.eot'); /* IE9 Compat Modes */
    src: url('Fonts/Kurale-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Fonts/Kurale-Regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('Fonts/Kurale-Regular.woff') format('woff'), /* Pretty Modern Browsers */
         url('Fonts/Kurale-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('Fonts/Kurale-Regular.svg#Kurale') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

body
{
	background: url('Images/Fond_Body.png') repeat top center;
	background-size: 1000px;
	/*font-family: Georgia, "DejaVu Serif", Norasi, serif;*/
	color: #415BC5;
    /*font-family: Noteworthy, Garamond;*/
    font-family: Kurale;
}

img
{
	vertical-align : sub;
    margin-right: 5px;
}

/* HEADER */
header
{
	color: #415BC5;
    background: url('Images/Fond_Header.jpg') repeat top;
    display: flex;
    justify-content: space-between;
	align-items: center;
}

header h1.Gauche
{
	margin-left: 10px;
}

header h1.Droite
{
	margin-right: 10px;	
	text-align: right;
}

header table
{	
	border-spacing: 8px 0rem;
	text-align: center;	
	/*Font-Family: Cursive;*/
	/*font-family: Impact, "Arial Black", sans-serif;*/
}

header td.Vide
{
	border: none;	
}

header td.LibelleMatch
{	
	border: none;
	color: #415BC5;	
	/*font-size: 18px;*/
    font-size: 1.7em;
	/*font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif;*/
	/*font-weight: bold;*/
    padding-top: 0px;
}

header td.Nombre
{
	padding: 0px;
	/*font-size: 18px;*/
    font-size: 1.5em;
	width: 45px;
	background-color: white;
}

header td.LibelleNombre
{	
	border: none;
	padding: 0px;
	/*font-size: 11px;*/
    font-size: 0.7em;
}

header a
{
    text-decoration: none;
}

/* NAVIGATION */
nav
{
	border: 2px solid black;
	background-color: white;
	margin: 10px;
}
nav ul
{
    list-style-type: none;
    display: flex;
	justify-content: space-around;
}
nav a
{
    font-size: 1.2em;
    padding: 15px;
    text-decoration: none;
}

nav a:link, a:visited
{
	color: #415BC5;
}

nav a:hover, a.OngletActif
{
	background-color: #DEBF83;
	color: black;
}

/* CORPS */
section
{
	border: 2px solid black;
	/*background: url('Images/Fond_Corps.jpg') repeat top;*/
    background: url('Images/Fond_Corps_02.jpg');
	/*background-size: 100% 100%;*/
	height: 100%;
	overflow: auto;
	text-align:center;
}

section.Connexion
{
    background: url('Images/Fond_Corps_01.jpg');
    background-size: 100% 100%;
}


section select, input
{
    font-size: 1.2em;
    font-family: inherit;
}

section textarea
{
    font-size: 1em;
}

section span.Egalite
{
    color: #415BC5;
    padding: 5px;
    border: 1px solid black;
}

section select
{
    border: 1px solid white;
    color: #415BC5;
    cursor: pointer;
}

section input[type=submit]
{
    border-radius: 10px;
    background-color: #415BC5;
    color: white;
    border: 1px solid white;
    cursor: pointer;
}

section div.FlexColonne
{
	display: flex;
	justify-content: space-around;
	align-items: baseline;
    flex-wrap: wrap-reverse;
}

section h2
{
	padding: 2px;
	border-style: solid;
	border-color: #DEBF83;
	background-color: #D71921;	
	color: white;
}

section p.RappelRegle
{
	padding: 5px;
	border-style: solid;
	border-color: #D71921;
	background-color: #415BC5;
	color: white;	
}

section table
{
	border-collapse: collapse;
	background-color: white;
	margin: auto;
}

section table.Groupe th
{
    width: 50px;
}

section th
{
	background-color: #415BC5;
	color: white;
    font-weight: normal;
}

section th.Transparent
{
	border:none;
	background-color: transparent;
}

section th,td
{
	border: 1px solid black;
	padding: 5px;
	white-space: nowrap;
    /*font-family: Chalkboard;*/
}

section td.LibelleEquipe
{
    text-align: left;
}

section table.PhaseFinale
{
	border-collapse: collapse;
	background-color: transparent;
	margin: auto;
}

section table.PhaseFinale td
{
	background-color: white;
}

section table.PhaseFinale td.Transparent
{
	border:none;
	background-color: transparent;
}

section table td.FondDoree, table.PhaseFinale td.FondDoree
{
	background-color: #DEBF83;
	color: black;
}

td.FondGris
{
	background-color: lightgrey;
	color: black;
}

td.FondJaune
{
	background-color: yellow;
	color: black;
}

section input[type=number]
{
	width: 40px;
	text-align: center;
    /*font-family: inherit;*/
}

section a
{
    text-decoration: none;
}

section a:link, a:visited
{
    color: #415BC5;
}

td.ScoreTrue
{
	color: green;
}

td.ScoreTrueClassement
{
	background-color: Chartreuse;
	color: black;
}
td.ScoreFalseClassement
{
	background-color: red;
	color: black;
}

td.ScoreFalse
{
	color: red;
}

tr.UserSelect td
{
	background-color: #DEBF83;
	color: black;
}
tr.UserSelect td.ScoreTrueClassement, tr.FondBlanc td.ScoreTrueClassement
{
    background-color: Chartreuse;
    color: black;
}
tr.UserSelect td.ScoreFalseClassement, tr.FondBlanc td.ScoreFalseClassement
{
    background-color: red;
    color: black;
}

tr.FondBlanc td
{
    background-color: white;
}

#bloc_ClassementUser
{
	width: 2000px;
	overflow: auto;
	margin: 10px;
}

/* FOOTER */
footer
{	
	color: #415BC5;
    background: url('Images/Fond_Header.jpg') repeat top;
    display: flex;
	justify-content: space-between;
	align-items: end;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
}
footer p
{
    font-size: 0.8em;
}
