/* $Id$ */
.tabs-header {width:95%;float:left;padding-right:17px;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:11px;}
.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:#4150ac;
	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 10px 0;border:solid #B5B296;border-width:0 1px 1px 1px;background:#E3E3E3;padding:10px 0 10px 15px;}
.tab-scroll {height:250px;width:98%;overflow:auto;
scrollbar-highlight-color: #4150ac;
scrollbar-shadow-color: #4150ac;
scrollbar-face-color: #E3E3E3;
scrollbar-arrow-color: #4150ac;
scrollbar-track-color: #E3E3E3;
scrollbar-3dlight-color: #E3E3E3;
scrollbar-darkshadow-color: #E3E3E3;
}
.tab h2.print {display:none;}
div.tab-current {display:block;}
