@charset "UTF-8";
#viewer{
			display:block;
			
			margin-left:auto;
			margin-right:auto;
}
#viewer img{
			position:absolute;
			top:140px;
			left:10px;
			z-index: 1;
}


.TabbedPanels {
	display:block;
	margin-left:auto;
			margin-right:auto;
    font-size:14px;
}
#mainDiv{
    max-width:auto;
}

/* alt text size */
img[alt]{font-size:0.75em;}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

iframe {
	border:0px;	
}

.BT_disabled {
	cursor: not-allowed;
	opacity: 0.4;
	border: solid;
	border-color: red;
}

.BT_selected {
	cursor: default;
	border: solid;
	border-color: #194a9a;
}

.BT_clickable {
	cursor: pointer;
	border: solid;
	border-color: white;
}


/* Ajout Yannick */
.TabbedPanels {
	padding: 0;
	border: 0;
}
.ui-tabs .ui-tabs-nav {
	padding: 0;
	border-width: 0 0 1px 0;
	border-bottom-right-radius: 0;
}
.ui-tabs .ui-tabs-panel {
	border-width: 0 1px 1px 1px;
	border-bottom-left-radius: 0;
}
.ui-tabs .ui-tabs-nav li {
	background: #2fb5d2;

	a {
		color: #fff;
	}
}
.ui-tabs .ui-tabs-nav .ui-state-active {
	background: white !important;

	a {
		color: #222;
	}
}
/* Ajout Yannick */