
/*
 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%;
  
  font:x-small/1.5em Georgia,Serif;
  font-size:95%;
  line-height:normal;
  margin:0;
  padding:10px 0px 0;
}

div.onglets_bloc .onglets_liste h2.onglets_titre {
  float:left;
  /*background:url("left.gif") no-repeat left top;*/
  background:/*#DAE0D2*/ whitesmoke url(img/btn2.png) repeat-x bottom;
  margin:0;
  padding:0 0 0 9px;
    border: 1px solid lightgrey;
  height:25px;
}
  
div.onglets_bloc .onglets_liste h2.onglets_titre.selected {
	background-color:white;
	border-bottom: 1px solid white;
  height:25px;
  top:0;
}

div.onglets_bloc .onglets_liste a {
  float:left;
  display:block;
  background:url("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("left_on.gif");
}

div.onglets_bloc .onglets_liste h2.selected a {
  background-image:url("right_on.gif");
  color:#333;
  padding-bottom:5px;
  height:25px;
}
div.onglets_bloc .onglets_contenu {
	background-color: white;	
	border-color: lightgrey;
}
