#menuHaut {
	width: 480px;
	height: 33px;
	background: transparent url(../img/fond_tab_details.jpg) 0 0 no-repeat;
	margin: 30px 0 0 0;
}

#menuHaut ul {
	display:block;
	margin: 20px 0 0 40px;
	list-style-type: none;
}

#menuHaut ul li {
	display:block;
    float: left;
    margin:0;
	width: 95px;
  	height: 33px;
	text-align: center;
}

#menuHaut ul li a {
	display:block;
	width: 95px;
	height: 33px;
	margin:0;
    padding-top: 7px;
	text-decoration:none;
}

#menuHaut ul li.selected a {
	display:block;
    background:url("../img/tab_selected.jpg") no-repeat 0 0;
    margin:0;
    padding-top: 7px;
    text-decoration:none;
	color: #fff;
	font-weight: bold;
}


li a:visited{
	color: #d38a00;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
a span {float:none;}
/* End IE5-Mac hack */
a:hover span {
  color:#FFF;
}
a:hover {
      background:url("../img/tableftJ.gif") no-repeat left top;
}
a:hover span {
      background:url("../img/tabrightJ.gif") no-repeat right top;
}




.tabcontentstyle{ /*style of tab content oontainer*/
		padding-top:30px;
		width: 480px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
