/* $Id$ */
.tabs-header {width:95%;float:left;padding-right:1.7em;margin-top:10px;background:repeat-x url(../images/gris.gif) right bottom;}
.tabs-header ul.tabs {margin:0;padding:0;list-style:none;font-size:12px;}
.tabs-header ul.tabs li {float:left;margin:0;padding:0;background:no-repeat url(../images/onglet-right.gif) right top;}
.tabs-header ul.tabs a {
    float:left;
	display:block;
	padding:5px 15px 4px;
	color:#B88368;
	text-decoration:none;
	background:no-repeat url(../images/onglet-left.gif) left top;
}
.tabs-header ul.tabs a.tab-current {padding-bottom:5px;font-weight:bold;}
.tab {display:none;width:95%;clear:both;margin:0 0 1em 0;border:solid #8E8D8A;border-width:0 0.1em 0.1em 0.1em;background:#4A4A4A;padding:1em 0 1em 1.5em;}
.tab-scroll {height:270px;width:100%;overflow:auto;
scrollbar-highlight-color: #887D7E;
scrollbar-shadow-color: #887D7E;
scrollbar-face-color: #4A4A4A;
scrollbar-arrow-color: #887D7E;
scrollbar-track-color: #4A4A4A;
scrollbar-3dlight-color: #4A4A4A;
scrollbar-darkshadow-color: #4A4A4A;
}
.tab h2.print {display:none;}
div.tab-current {display:block;}

