ul#menu_onglet{
  border-bottom : 1px solid #8a8a8a;
  width : 666px;
  overflow : hidden;
  height : 46px;
}


ul#menu_onglet li{
  display : block;
  background : url(../../images/onglet_rouge-trans.png) no-repeat top left;
  width : 165px;
  height : 18px;
  float : left;
  text-align : center;
  font-weight : bold;
  padding-top : 18px;
  margin-top : 10px;
  margin-right : 3px;
}

ul#menu_onglet li.current{
  background : url(../../images/onglet_vert-trans.png) no-repeat top left;
  width : 134px;
  height : 32px;
  padding-top : 22px;
  margin-top : 0px;
  font-size:1.3em;
}

#medium_content div.season{
  background : none;
  width : 145px;
  padding-top : 10px;
  height : 38px;
}

div.season span,div.season img{
  display : block;
  float : left;
}

div.season img.ok{
margin-left : 5px;
}



div.season a.cetteAnneeLink{
  padding : 5px;
  border : 1px solid #89a723;
  margin-bottom : 5px;
  width : 101px;
  display : block;
  float : left;
}

#div_onglet{
  position : relative;
}


/**************** Liste saison type 1 ************/
#listSeason{
  position : absolute;
  top : 34px;
  left : 0px;
  background : white;
  padding : 5px;
  overflow : auto;
  height : 100px;
  width : 139px;
  z-index: 1000;
  display : none;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}

#listSeason a{
  color : black;
  display : block;
  padding : 4px 4px;
  float : left;
  width : 100%;
  text-decoration : none;
}

#listSeason a:hover{
  background : #457F29;
  color : white;
}

#listSeason li, #listSeason ul {
  padding : 0px;
  margin : 0px;
  overflow : hidden;
}

#listSeason{
padding : 0px;
  margin : 0px;
}

/************** Liste saison page équipe *************/
.displayTeam #listSeason{
  position : absolute;
  top : 730px;
  left : 7px;
  background : white;
  padding : 5px;
  overflow : auto;
  height : 100px;
  width : 131px;
  z-index: 1000;
  display : none;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}

.displayTeam .getListSeason{
  height : 25px;
}
