﻿.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: left;
	color: #CC6600;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #6F4F92;
	color: #FFFFFF;
	background: white url('tbTopGradient.gif') repeat-x left
top;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}
.shadetabs li a:visited{
	color: #95E4FF;
}
.shadetabs li a:hover{
	text-decoration: underline;
	color: #B7DBFF;
}
.shadetabs li.selected{
	position: relative;
	top: 1px;
	color: #FE3E03;
}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color: white;
}

.shadetabs li.selected a:hover{
	/*selected main tab style */
text-decoration: none;
	color: #FE3E03;
}
.tabcontentstyle{
	/*style of tab content oontainer*/
border: 1px solid #28AFE6;
	width: %px;
	margin-bottom: 1em;
	padding: 10px;
	background-image: url('Ombre_droite.png');
	background-repeat: repeat-y;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
