﻿  
/**************** All the pretty things ***********************************************************/
body { 
margin: 0 auto; 
font: .7em Tahoma, Arial, sans-serif; 
line-height: 1.7em; 
/* Colour du background de la page*/
background: #888888 repeat-x;
color: #888888;
}

/* En tête de la page --> Hpool - saison 20*/
h1 {
    text-align: center;
    position: relative;
    color: #fff;    
    margin: 0 -30px 30px -30px;
    padding: 10px 0; 
    text-shadow: 0 1px rgba(0,0,0,.8);
    background-color: #095797;
    background-image:  linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.3);
    box-shadow: 0 2px 0 rgba(0,0,0,.3);
}

h1:before, 
h1:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
    bottom: -10px;
}

h1:before {
    border-width: 0 10px 10px 0;
    border-right-color: #222;
    left: 0;
}

h1:after {
    border-width: 0 0 10px 10px;
    border-left-color: #222;
    right: 0;
}

h2 
{ 
margin: 0;
color:#848484; 
padding: 0 0 4px 0; 
font: bold 1.6em "Lucida Sans", Sans-Serif; 
letter-spacing: -1px; 
}

h3
{ 
margin: 50;  /* Marge en hauteur*/ 
color:#848484; 
padding: 0px 0px 0px 610px; 
font: bold 1.6em "Lucida Sans", Sans-Serif; 
letter-spacing: -1px; 
}

th {
    cursor: pointer;
}


#subtext 
{ 
font-size: 0.8em; 
margin: 0 0 8px 26px; 
padding: 0; 
color: #e7e6e6; 
}

a 
{ 
color: #1a1a1a; 
background: inherit; 
}

a:hover { 
color: #8c1834; 
background: inherit; 
}

p 
{	
margin: 0 0 5px 0; 
}


table, td, th 
{
  font-family: Helvetica;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  color: navy;
}

ul { 
margin: 0; 
padding: 0; 
list-style: none; 
}

img { 
border: 0;
}

#lien {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 75%;
}

#lien td, #lien th {
    border: 1px solid #ddd;
    padding: 8px;
}

#classementdg {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 75%;
}

#classementdg td, #classementdg th {
    border: 1px solid #ddd;
    padding: 8px;
}

#classementdg tr:nth-child(even){background-color: #f2f2f2;}

#classementdg tr:hover {background-color: #ddd;}

#classementdg th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #1f3d7a;
    color: white;
}

#classementdg tfoot {
    display: table-footer-group;
    vertical-align: middle;
    border-color: inherit;
    background-color: #c1d0f0;
    color: white;

}

#classementdgtotal {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 75%;
}

#classementdgtotal td, #classementdg th {
    border: 1px solid #ddd;
    padding: 6px;
}

#classementdgtotal tr:nth-child(even){background-color: #f2f2f2;}

#classementdgtotal tr:hover {background-color: #ddd;}

#classementdgtotal th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #1f3d7a;
    color: white;
}

#myInput {
    background-image: url('/images/find.png'); /* Add a search icon to input */
    background-position: 5px 7px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 20%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}

#myInput2 {
    background-image: url('/images/find.png'); /* Add a search icon to input */
    background-position: 5px 7px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 20%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}

#myInput3 {
    background-image: url('/images/find.png'); /* Add a search icon to input */
    background-position: 5px 7px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 20%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}

/******************** Gallery thumbs ***************************************/

.thumbs img{
position:relative;
padding:0px;
margin:2px 3px 3px 4px;
border:3px solid #292929;
background-color:inherit;
}

.thumbs img:hover{
border:3px solid #9a8a7a;
}

/**************** The main content ***********************************************************/

#wrapper { 
margin: 5px auto; 
padding: 10px;
width: 1222px;
border: 1px solid #DCDCDC;
background: #DCDCDC; 
}

#header { 
margin: 0 -20px 10px -20px;
background-size: 1111px;
height:100px; 
}

/**************** The Main Menu ******************************************************************/

#sousmenu {
margin: 2px 0 4px 0;
padding: 5px 2px; 
float: left; 
}

#sousmenu li{ 
list-style: none; 
display: inline; 
margin: 0; 
}

#sousmenu li a{
text-decoration: none;
padding: 4px 24px;
margin-right:0;
background: #1f3d7a;
font-weight: bold;
color: #fff;
border-style: double;
}

#menu {
margin: 2px 0 4px 0;
padding: 5px 2px; 
float: right; 
}

#menu li{ 
list-style: none; 
display: inline; 
margin: 0; 
}

#menu li a{
text-decoration: none;
padding: 4px 24px;
margin-right:0;
background: #15063A;
font-weight: bold;
color: #fff;
border-style: double;
}

#menu li a:hover{
background: #9a8a7a;
color: #000;
sousmenu {display: block;}
}

/************************** The left side (pass the dutchie from here) **************************************/

/* Menu a gauche */
#leftside {
float: left;
width: 175px;
border-right: none;
margin: 0 0 15px 0;
}

.category {
padding: 10px;	
margin: 0 0 5px 0;
color: #467961 ;
background: #fff;
}

/* Section Alignement, Statistique et résultats */
.leftdata {
padding: 5px;	
margin: 0 0 5px 0;
font-size: 18px;
color: #5a6673;
background: #DCDCDC;
}

#leftnav 
{
width: 100px;
padding: 0;
margin-bottom: 0px;
font-size: 10px;
color: #467961;
}

#leftnav ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#leftnav li {
border-bottom: 1px solid #fff;
margin: 0;
width: auto;
}

#leftnav li a 
{
display: block;
padding: 3px 0px 2px 15px;
color: #fff;
text-transform:uppercase;
font-weight:bold;
text-decoration: none;
width: auto;
background:#467961 url(images/menuarrow.gif) no-repeat center left;
}

/*Le background du menu à gauche lorsque la souris est dessus*/
#leftnav li a:hover 
{
color: #000;
padding: 3px 0px 2px 30px;
background: #90782e url(images/menuarrowhover.gif) no-repeat center left;;
font-weight:bold;
}

.leftphoto { 
float: left; 
margin: 0 9px 3px 0; 
}

/*************************** Font blanc des pages centrales ***************************/
#rightside {
float: right;
width: 1040px;
margin: 0 0 12px 0;
}

.headline {
margin: 0 0 5px 0;
padding: 8px;
color: #9c8c7d;
background: #fff;
}


.rightdata {
margin: 0px 0 10px 0;
background: #f3f3f3;
color: #848484;
font-size: 14px;
padding: 10px 15px 5px 10px;
}

/**************** And finally, the footer data here ***************************************/

.even { background-color:#FFF; }
.odd { background-color:#666; }

#footer { 
clear: both; 
color: #000000;
background: #DCDCDC;
padding: 10px 15px;
}

#footer .copyright { 
float: right; 
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a 
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu.align-right ul li 
{
  float: right;
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.22);
}
#cssmenu.align-right ul li a 
{
  border-right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
#cssmenu ul 
{
  background: #467961;
  /* Old browsers */
  /* Apparence menu principal */
  background: -moz-linear-gradient(bottom, #095797 0%, #b5c7d2 50%, #b5c7d2 51%, #095797 78%, #b5c7d2 100%);
  background: -webkit-linear-gradient(bottom, #095797 0%, #b5c7d2 50%, #b5c7d2 51%, #095797 78%, #b5c7d2 100%);
  background: -o-linear-gradient(bottom, #095797 0%, #b5c7d2 50%, #b5c7d2 51%, #095797 78%, #b5c7d2 100%);
  background: -ms-linear-gradient(bottom, #095797 0%, #b5c7d2 50%, #b5c7d2 51%, #095797 78%, #b5c7d2 100%);
  background: linear-gradient(to top, #095797 0%, #b5c7d2 50%, #b5c7d2 51%, #095797 78%, #b5c7d2 100%);
}
#cssmenu:after,
#cssmenu ul:after 
{
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu ul li 
{
  float: left;
  display: block;
  border-right: 1px solid rgba(0, 0, 0, 0.22);
  z-index: 1;
}
#cssmenu ul li::after 
{
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  border-top-left-radius: 50% 4px;
  border-top-right-radius: 50% 4px;
  /* La petite barre sous le nom des menus
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #ffffff 61%, #ffffff 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #ffffff 61%, #ffffff 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #ffffff 61%, #ffffff 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #ffffff 61%, #ffffff 100%);*/
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  z-index: 2;
  bottom: 10px;
}
/* Texte des menus ffffff=blanc */
#cssmenu ul li a {
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 3;
}
#cssmenu ul li a:hover,
#cssmenu ul li.active a {
  color: #ffffff;
}
#cssmenu ul li:hover,
#cssmenu ul li.active {
  background: #1275ae;
  /* Old browsers */

  background: -moz-linear-gradient(bottom, #095797 0%, #1275ae 50%, #1794dc 51%, #1691d8 78%, #98d2f4 100%);
  background: -webkit-linear-gradient(bottom, #095797 0%, #1275ae 50%, #1794dc 51%, #1691d8 78%, #98d2f4 100%);
  background: -o-linear-gradient(bottom, #095797 0%, #1275ae 50%, #1794dc 51%, #1691d8 78%, #98d2f4 100%);
  background: -ms-linear-gradient(bottom, #095797 0%, #1275ae 50%, #1794dc 51%, #1691d8 78%, #98d2f4 100%);
  background: linear-gradient(to top, #095797 0%, #1275ae 50%, #1794dc 51%, #1691d8 78%, #98d2f4 100%);
}
#cssmenu ul li:hover::after,
#cssmenu ul li.active::after {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #1275ae 61%, #1275ae 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #1275ae 61%, #1275ae 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #1275ae 61%, #1275ae 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #1275ae 61%, #1275ae 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.bar { width: 99%; border: 1px solid #000; background: #ffcccc }
.percentage { background: #ff6666; }