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;
	z-index:1;
}

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

div.onglets_bloc h2.onglets_titre {
	background-color: #f2f2f2;
	border: 1px solid rgb(145, 155, 156);
	color: black;
	cursor: pointer;
	display: inline;
	float: left;
	font-size: 100%;
	font-weight: normal;
	height: 24px;
	line-height:24px;
	margin: 1px -1px 1px 0;
	overflow: hidden;
	padding: 5px 1em;
	position: relative;
	text-align: center;
	top: -1px;
	white-space: nowrap;
	z-index: 11;}

div.onglets_bloc h2.onglets_titre.selected {
background-color: white;
	border: 1px solid rgb(145, 155, 156);
	border-bottom-width: 0;
	cursor: default;
	margin: 1px -1px -2px 0;
	height: 25px;
	margin: 1px -1px 1px 0;
	top: -1px;
	z-index: 11;}

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;
}

div.onglets_bloc .onglets_contenu {
	display:none;
	clear:both;
	border:1px solid rgb( 145, 155, 156 );
	background:#FFF;
	z-index:10;
	position:relative;
	top:-3px;
	padding: 1.5em 1.5em 1em;
	transition: all ease-out 0.2s 0.2s;
}

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