body{
    color: #333;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
}

.saison{
    width: 80px;
}

.equipe{
	 color: #090;
    text-align: left;
    width: 260px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

table > tbody > tr:nth-of-type(2n){
    background-color: #f9f9f9;
}

thead{
    background-color: #090;
}

th{
    background-color: #eee;
    text-align: center;
    font-weight: bold;
}

tr:hover{
    background-color: #ffc;
}

td{
  border-top: 1px solid #ddd;
  text-align: center;
  width: 26px;
}

.header{
    background-color: #090;
    color: #fff;
}

.choix0{
	background-color: #f9f9f9;
}

.division{
	 border-left: 1px solid #ddd;
}

.division5{
	 border-left: 1px solid #ddd;
    background-color: #eee;
}

a{
   color: #090;
   text-decoration: none;
}

nav{
   display: inline-block;
   vertical-align: top;
   width: 45%;
}

.logo{
	 display: inline-block;
    text-align: center;
    width: 20%;
}

.logo1{
	 height: 160px;
}

.nom{
   color: #090;
   display: inline-block;
   font-size: 1.5em;
   font-weight: bold;
   text-align: center;
   vertical-align: top;
   width: 80%
}

.nom2{
	color: #090;
	font-size: 15px;
   margin-top: 40px;
}