
/*
 Ces styles sont a placer APRES l'appel a decoupe.css, definissant les styles par defaut.

 Reperez les images.gif de ce code et ajoutez leur le dossier ou vos propres images se trouvent.
*/

div.onglets_bloc .onglets_liste {
  float:left;
  width:100%;
  background: transparent url("bg.gif") repeat-x bottom;
  font:x-small/1.5em Georgia,Serif;
  font-size:95%;
  line-height:normal;
  margin:0;
  padding:10px 10px 0;
}

div.onglets_bloc .onglets_liste h2.onglets_titre {
  float:left;
  background: url(images/norm_left.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  border:0;
  height:25px;
}
  
div.onglets_bloc .onglets_liste h2.onglets_titre.selected {
  height:25px;
  top:0;
}

div.onglets_bloc .onglets_liste a {
  float:left;
  display:block;
  background: url(images/norm_right.gif) no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
  
div.onglets_bloc .onglets_liste h2 a {
  color:#776655;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
/* div.onglets_bloc .onglets_liste h2 a {float:none;} */
/* End IE5-Mac hack */

div.onglets_bloc .onglets_liste h2 a:hover {
  color:#333;
}

div.onglets_bloc .onglets_liste h2.selected {
  background-image: url(images/norm_left_on.gif);
}

div.onglets_bloc .onglets_liste h2.selected a {
  background-image: url(images/norm_right_on.gif);
  color:#333;
  padding-bottom:5px;
  height:25px;
}
