/*
 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 {
	background:url(../squelettes/images/fond_onglet_top.jpg) top left no-repeat;
	width:650px;
	margin:auto;
	z-index:5;
}


div.onglets_bloc .onglets_liste {
  float:left;
  width:630px;
  font-size:95%;
  line-height:normal;
  margin:0;
  padding:0px 0px 0;
  height:35px;
}

div.onglets_bloc .onglets_liste h2.onglets_titre {
  float:left;
  background:url(../squelettes/images/onglet_left.jpg) top left no-repeat;
  margin-right:5px;
  padding:0 0 0 0;
  border:0;
  height:25px;
  top:0px;
  padding-left:5px;
  width:auto;
}
  
div.onglets_bloc .onglets_liste h2.onglets_titre.selected {
  height:25px;
  padding-bottom:7px;
  margin-right:5px;
  top:0px;
  padding-left:5px;
}

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

  }
  
div.onglets_bloc .onglets_liste h2 a {
  color:white;
  font-weight:normal;
  height:16px;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/

/* End IE5-Mac hack */

div.onglets_bloc .onglets_liste h2 a:hover {
  color:white;
  text-decoration:underline;
}

div.onglets_bloc .onglets_liste h2.selected {
  background:url(../squelettes/images/onglet_on_left.jpg) top left no-repeat;
  width:auto;
}

div.onglets_bloc .onglets_liste h2.selected a {
  background:url(../squelettes/images/onglet_on_right.jpg) top right no-repeat;
  color:#333;
  padding-bottom:5px;
  height:17px;
  font-weight:bold;
  
}


div.onglets_bloc .onglets_contenu.selected {
	background:url(../squelettes/images/fond_onglet_bottom.jpg) bottom left no-repeat;
	width:605px;
	border:none;
	top:0px;
	padding-left:20px;
	padding-right:25px;
	padding-bottom:20px;
	min-height:50px;
	height: auto !important;
	height:200px;
	overflow:none;
}
