@charset "UTF-8";

/* contenu de l'ongler */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	background-color: #80817E;
	border: 1px solid #4e504a;
}

/* onglet off */
.CollapsiblePanelTab {
	background-color: #363932;
	border: 0px solid #4e504a;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	width:230px;
}

/* idem CollapsiblePanel ????  */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}

/* Liens onglets  */
.CollapsiblePanelTab a {
	text-decoration: none;	
}

/* onglets actif après click ailleurs
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #363932;
}

/* Rollover onglet */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #FFFFFF;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #FFFFFF;
}
