/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 16px "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	list-style-type: none;
	text-align: left;
	/*set to left, center, or right to align the menu as desired*/
}

.shadetabs li {
	display: inline;
	margin: 0;
}

.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 4px 7px 3px;
	margin-right: 3px;
	top: 1px;
}

.shadetabs li a:visited {
	text-decoration: none;
}

.shadetabs li a:hover {
	text-decoration: none;
}

.shadetabs li a.selected {
	/*selected main tab style */
	font-size: 20px;
	position: relative;
	top: 1px;
	padding-top: 4px;
	border-width: 3px 1px 1px;
}

.shadetabs li a.selected:hover {
	/*selected main tab style */
	text-decoration: none;
}

.tabcontent {
	display: none;
}

#conteneur_tabs {
	margin-bottom: 1em;
	padding-top: 20px;
	margin-right: 10px;
}
