@charset "UTF-8";

.TabbedPanels {
	width: 360px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

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

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 7px;
	margin: 0px 7px 0px 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	background-image: url(../images/bg_onglets_produits.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #999999;
}
.TabbedPanels ul {
	list-style: outside;
	margin: 0px;
	padding: 0px;
}
.TabbedPanels li {
	list-style: none;
	margin: 0px 7px 0px 0px;
}
.TabbedPanelsTabHover {
	background-color: #dff154;
	color: #000000;
}

.TabbedPanelsTabSelected {
	background-color: #ffffff;
	color: #6F7063;
	font-size: 1.2em;
	padding: 5px 10px 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #b6b7af;
	border-right-color: #b6b7af;
	border-bottom-color: #b6b7af;
	border-left-color: #b6b7af;
	background-image: none;
}

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

.TabbedPanelsContentGroup {
	clear: both;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #b6b7af;
	border-right-color: #b6b7af;
	border-bottom-color: #b6b7af;
	border-left-color: #b6b7af;
}

.TabbedPanelsContent {
	line-height: 1.5em;
	margin: 0px;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.TabbedPanelsContent a:link, .TabbedPanelsContent a:visited {
	color: #666;
	text-decoration: underline;
	font-weight: bold;
}
.TabbedPanelsContent a:hover, .TabbedPanelsContent a:active {
	color: #000;
	text-decoration: underline;
}

.TabbedPanelsContentVisible {
}

/* liste de texte */
.TabbedPanelsContent ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
.TabbedPanelsContent li {
	list-style: square inside;
	font-size: 105%;
}
.TabbedPanelsContent .jour {
	font-size: 115%;
	font-family: "Arial Black", Helvetica;
}

