/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {	
	margin:0;
	padding:0;
}
.tabberlive {
 margin:0px;

 float:left;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
	margin:0;
	height:23px;
	width:294px;
	padding:0;
	list-style: none;
	padding-top:4px;
}


.tabprincipal0{background:url('../../../img/fond_tabber_haut_1.jpg') no-repeat top left;}
.tabprincipal1{background:url('../../../img/fond_tabber_haut_2.jpg') no-repeat top left;}
.tabprincipal2{background:url('../../../img/fond_tabber_haut_3.jpg') no-repeat top left;}



ul.tabbernav li {
	/*height:27px;*/
	/*line-height:27px;*/
	display: inline;
	/*border:1px solid blue;
	padding:0 6px 0 6px;
	margin:0;*/
}
ul.tabbernav li a:link,
ul.tabbernav li a:active,
ul.tabbernav li a:visited {
	text-decoration: none;
	color: #ffffff;
	}

ul.tabbernav li a:hover {
	color: #8fcaf4;
}


ul.tabbernav li.tabberactive a:link,
ul.tabbernav li.tabberactive a:active,
ul.tabbernav li.tabberactive a:visited{
	color: #8fcaf4;
}
ul.tabbernav li.tabberactive a:hover {

}


/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabbertab {
	margin: 0px;
	padding: 2px 10px;
	 color:#ffffff;
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */
 
	width:274px;
	height:170px;
	background:url('../../../img/fond_tabber.jpg') no-repeat top left;
	
	
 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 	overflow:auto; 
	/*overflow:hidden; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}



.tabberactive #tabbernav1, #tabbernav1 {
	line-height:27px;
	padding:5px 6px 5px 9px;
}


.tabberactive #tabbernav2, #tabbernav2 {
	line-height:27px;
	padding:5px 5px 5px 8px;
}


.tabberactive #tabbernav3, #tabbernav3 {
	line-height:27px;
	padding:5px 8px 5px 18px;
}


.tabbertab p {
	margin: 0px;
	padding: 0px;
	color:#9fabb6;
}
 
.classement_petit{
	padding-left:5px;
}