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;
/*	cursor:	inherit;
	color:inherit; */
}

div.onglets_bloc h2.onglets_titre {
	height:20px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:6px;
	background-color:#f2f2f2;
	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 );
/*	border:0;*/
	
	z-index:11;
	white-space:nowrap;
	text-align:center;
	font-weight:normal;
	font-size:88%;
}

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

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

div.onglets_bloc h2.onglets_titre, div.onglets_bloc h2.onglets_titre a {
	color:black;
}
div.onglets_bloc h2.hover a {
	color:blue;
}
div.onglets_bloc h2.onglets_titre.selected a {
	color:black;
}


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:rgb( 252, 252, 254 );
	z-index:10;
	position:relative;
	top:-3px;
	padding:10px;
}

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

#content #center #som {
background-color: transparent;
border: 1px solid gray; 
display:block;
width:640px;
float:none;
font-size: 9pt;
text-align: center;
padding-left: -35px;
padding-right: 0px;
margin-left: 0px;
margin-right: 0px;
-padding-top: 10px;
}

#content #center #som ul{
	list-style:inside;
	
}

#content #center #som li {
	display:inline;
	list-style-type:circle;
}

#content #center #som li a:link, #content #center #som li a:visited {	
	float: left;
	height: 30px;
	color:#CC9999;
	margin-left: 10px;
	margin-right: 10px;
}
