.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align:left; /* Les onglets sont à gauche */
}

.shadetabs li{
/*display: inline;
margin: 0;*/
float:left;
height:40px;
line-height:15px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:2px;
text-align:center;
text-decoration:none;
width:130px;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
color: #2d2b2b;
background:url(images/fd_onglet_on.gif) no-repeat;
width:120px;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.shadetabs li.selected{
margin-bottom:0;
padding-bottom:1px;
}

.shadetabs li.selected a{ 
background-image:url(images/fd_onglet_on.gif);
color:black;
font-weight:bold;
position:relative;
text-decoration:none;
width:120px;
z-index:20;
}

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

.tabcontentstyle{ /* la table principale*/
background-color:#FFFFFF;
border:1px solid #AAAAAA;
text-align:left;
margin-left:2px !important;
padding:10px;
position:relative;
top:0 !important;
width:504px;
}

div#tcontent2{
/*background:transparent url(images/news_content.png) no-repeat scroll center top;*/
background-color:#cccccc; /*  Fond: gris */
border:1px solid #FF0000; /* Couleur: rouge */
margin:auto auto 30px;
height:100%;
width:100%;
}

div#tcontent3{
/*background:transparent url(images/news_content.png) no-repeat scroll center top;*/
background-color:#cccccc; /*  Fond: gris */
border:1px solid #FF0000; /* Couleur: rouge */
margin:auto auto 30px;
height:100%;
width:100%;
}

div#tcontent4 {
/*background:transparent url(images/news_content.png) no-repeat scroll center top;*/
background-color:#cccccc; /*  Fond: gris */
border:1px solid #FF0000; /* Couleur: rouge */
margin:auto auto 30px;
height:100%;
width:100%;
}


.tabs_container{
margin:auto auto 30px;
width:96%;
}
##############################

.tabdossier {
position:relative;
margin-left :0px !important;
margin-left :2px;
width: 520px;
}

.tabList ul {
height:39px;
margin:0;
padding:0;
width:730px;
}
.tabList ul li {
float:left;
height:40px;
line-height:15px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:2px;
text-align:center;
text-decoration:none;
width:120px;
}

.tabList ul li a {
background-image:url(images/fd_onglet.gif);
color:#666666;
display:block;
height:38px;
padding-top:8px;
text-decoration:none;
width:120px;
}

.tabList ul li.actif { 
	padding-bottom : 1px;
	margin-bottom : 0;
}
	
.tabList ul li.actif a {
	position:relative;
	color : black;
	background-image: url(images/fd_onglet_on.gif);
	text-decoration : none;
	font-weight: bold;
	z-index: 20;
}

.tableau {
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	width: 530px;
	border-collapse:collapse;
}
@media print {
.tabcontent {
display:block!important;
}
}
