
/*
 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:#FFFFFF;
  font:small/1.5em verdana;
  font-size:95%;
  line-height:normal;
  margin:0;
  padding:0px 0px 0;
}

div.onglets_bloc .onglets_liste h2.onglets_titre {
  float:left;
  background:url(../images/left.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 1px;
  border:1;
  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/right.gif) no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#B9121B;
  }
  
div.onglets_bloc .onglets_liste h2 a {
  color:#B9121B;
}

/* 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:#B9121B;
}

div.onglets_bloc .onglets_liste h2.selected {
  background-image:url(../images/left_on.gif);
}

div.onglets_bloc .onglets_liste h2.selected a {
  background-image:url(../images/right_on.gif);
  color:#B9121B;
  padding-bottom:5px;
  height:25px;
}

