@charset "UTF-8";

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	height: 44px;
	width: 477px;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	height: 22px;
}

.TabbedPanelsTab {
	position: relative;
	height: 18px;
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px 6px 0px 0px;
	background-color: #87807a;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTabVide {
	position: relative;
	height: 18px;
	width: 0px;
	float: left;
	color: #FFFFFF;
	background-color: #afa59c;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTabHover {
	background-color: #576c29;
}

.TabbedPanelsTabSelected {
	background-color: #afa59c;
}

.TabbedPanelsTab a {
	color: #ffffff;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	height: 22px;
	background-color: #bcb3ac;
}

/* ONGLET SERVICES*/
.TabbedPanelsContentServices {
	height: 18px;
	padding-top: 4px;
	text-align: center;
}

/* ONGLET CALENDRIER*/
.TabbedPanelsContentCalendrier {
	height: 18px;
	padding-top: 4px;
	text-align: center;
}

/* ONGLET LE YOGA CENTRE*/
.TabbedPanelsContentLeYogaCentre {
	height: 18px;
	padding-top: 4px;
	text-align: center;
}

/* ONGLET BOUTIQUE*/
.TabbedPanelsContentBoutique {
	height: 18px;
	padding-top: 4px;
	text-align: center;
}

/* ONGLET BIBLIOTHEQUE*/
.TabbedPanelsContentBibliotheque {
	height: 18px;
	padding-top: 4px;
	text-align: center;
}



.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	color: #ffffff;
	background-color: #afa59c;
	position: relative;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	color: #ffffff;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #afa59c;
	border-bottom: solid 0px #afa59c;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}


