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

div.pagination img {
	border:0pt none;
	margin:0pt;
	padding:0pt;
}

div.pagination a.decoupe_img {
	border:0pt none;
}

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:100%;
	clear:both;
}

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: url(images/bkg_onglet_left.jpg) no-repeat left,url(images/bkg_onglet_right.jpg) no-repeat right ;
	color:#8e7f6d;
	position:relative;
	top:-1px;
	display:inline;
	float:left;
	overflow:hidden;
	cursor:pointer;
	margin:1px -1px 1px 0px;
	padding: 14px 1.5em 0px 1.5em;
	border:0px solid rgb( 145, 155, 156 );
	
	z-index:11;
	white-space:nowrap;
	text-align:center;
	font-weight: bold;
	font-size:90%;
	font-variant: small-caps;	
}

div.onglets_bloc h2.onglets_titre.selected {
	height:20px;
	border-top:0px solid #8B6F92;
	z-index:11;
	top:0px;
	margin:1px -1px -2px 0px;
	border-bottom-width:0px;
	cursor:default;
	background: url(images/bkg_onglet_left.jpg) no-repeat left,url(images/bkg_onglet_right.jpg) no-repeat right ;
	padding: 14px 1.5em 0px 1.5em;
}

div.onglets_bloc h2.onglets_titre.selected a {
	color:#8e7f6d;
	cursor:default;
/*	font-size: 12px; */
	font-variant: small-caps;
	font-style: normal;
	font-weight: bold;
}

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

div.onglets_bloc .onglets_liste {
	white-space:nowrap;
}

div.onglets_bloc .onglets_contenu {
	display:none;
	clear:both;
	border:0px solid rgb( 145, 155, 156 );
	background: transparent;
	z-index:10;
	position:relative;
	top:-3px;
	padding:0.6em;
}

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