/*
****************************************
*
*  (c) YZALIS 2009
*
****************************************
*/

img.yz_planacces {
  margin:10px;
  padding:5px;
  background-color:rgb(255,255,255);
  border:1px solid rgb(200,200,200);
}


/*** Onglets ***/

.yz_onglets_boutons {
  z-index:1;
  margin-left:10px;
  font-weight: bold;
  margin-top: 22px;
}
.yz_onglets_boutons a {
  padding: 4px 10px 4px 10px;
  text-decoration: none;
  background-color: rgb(253,253,253);
  border: 1px solid rgb(230,230,230);
  z-index: 0;
  -webkit-border-top-right-radius: 0.5em;
  -webkit-border-top-left-radius: 0.5em;
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-topleft: 0.5em;
  position: relative; /* necessaire pour que le z-index fonctionne */
}
.yz_onglets_boutons a:hover {
  background-color:rgb(250,250,250);
}
.yz_onglets_boutons .yz_actif {
  border-bottom: 1px solid rgb(246,246,246);
  z-index: 2;
  position: relative; /* necessaire pour que le z-index fonctionne */
  background: rgb(246,246,246) url(../images/bgr-box-trans.png) top repeat-x;
  color: rgb(0,0,0);
}



/***   SIDEBAR   ***/

#yz_sidebaryzalis{
  float:right;
  width:260px;
}



/***   Contenu Onglet   ***/

#yz_contenuyzalis {
  background-color:rgb(246,246,246);
  margin-right:280px;
  padding:20px;
  margin-top:5px;
  z-index: 1;
  position: relative;
  border:1px solid rgb(230,230,230);
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

#yz_contenuyzalis h2 {
  font-size:1.2em;
  font-weight:bold;
  margin-bottom:10px;
  color:rgb(234,71,42);
}
