/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin:1em 0 0 0;

}

/* onglet nav */
ul.tabbernav
{
 margin:-20px 0 0 0;
 padding: 3px 0;
 border-bottom: 1px solid #d0d0d0;


}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}


/* Onglet*/
ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #d0d0d0;
 border-bottom: none;
 background: #FFF;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #505050; }


ul.tabbernav li a:hover
{
 color: #FE7C00;
 background: #fff;
 border-color:#d0d0d0 ;
}

/* Onglet sélectionné*/
ul.tabbernav li.tabberactive a {
  background-color: #fff;
  color: #FE7C00;
  font-weight:bold;
  border-bottom: 1px solid white;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #FE7C00;
 background: #ffffff;
 border-bottom: 1px solid #ffffff;
}

/* Contenu tab */
.tabberlive .tabbertab {
 padding: 10px 5px 10px 5px;
 border:0;


}

/* Cacher la balise h2 dans le contenu */
.tabberlive .tabbertab h2 {
 display:none;

