div.pagination {
	display:block;
	text-align:center;
}


span.cs_pagination_off {
	color:lightgrey;
	font-weight:bold;
	text-decoration:underline;
}

div.onglets_print {
	margin:1em;
	padding:0.6em;
	border:1px dashed ;
}

div.onglets_print h4 {
	margin-top:0px;
	margin-bottom:0.6em;
}

div.onglets_bloc {
	position:relative;
	width:99%;
	clear:both;
	margin-bottom:10px;
}

div.onglets_bloc h2.onglets_titre a {
	text-decoration:none;
	height:22px;
	color:black;
}

div.onglets_bloc h2.onglets_titre {
	height:20px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:6px;
	background-color:#f2f2f2;
	color:black;
	position:relative;
	top:-1px;
	display:inline;
	float:left;
	overflow:hidden;
	cursor:pointer;
	margin:1px -1px 1px 0px;
	padding:0px 0.6em;
	border:1px solid rgb( 145, 155, 156 );
	
	z-index:11;
	white-space:nowrap;
	text-align:center;
	font-weight:normal;
	font: 88% 'Open Sans';
}

div.onglets_bloc h2.onglets_titre.selected {
	height:22px;
	font: 88% 'Open Sans';
	background-color:white;
	border-top:3px solid #8B6F92;
	z-index:11;
	top:-3px;
	margin:1px -1px -2px 0px;
	border-bottom-width:0px;
	cursor:default;
}

div.onglets_bloc h2.onglets_titre.selected a {
	color:black;
	cursor:default;
}

div.onglets_bloc h2.hover a {
	color:blue;
}

div.onglets_bloc .onglets_liste {
	white-space:nowrap;
	background-color:#4B5358;
}

div.onglets_bloc .onglets_contenu {
	display:none;
	clear:both;
	border:2px solid rgb( 145, 155, 156 );
	background:#4B5358;
	z-index:10;
	position:relative;
	top:-3px;
	padding:0.6em;
	margin-bottom:5px;
}

div.onglets_bloc .onglets_contenu.selected {
	display:block;
	overflow:hidden;
}

/*
 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:#4B5358;
  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("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("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:5px 15px 4px 6px;
  height:25px;
}