/* everything is constructed with a single background image */

.onglet{
	padding-bottom:20px;
	padding-left: 20px;
	padding-right: 20px;
}

.selection {
	padding-bottom:20px;
}

/* root element for tabs */
#onglets_sportifs {

	/* dimensions */
	width:530px;
	height:31px !important;
	margin:0 !important;
	padding:0;
	display:block !important;

	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#onglets_sportifs li {
	float:left;
	margin:0;
	padding:0;
	text-indent:0;
	list-style-type:none;
}

/* a- tag inside single tab */
#onglets_sportifs li a {
	display:block;
	height: 31px;
	width: 100px;
	padding:0px;
	margin:0px;

	/* font decoration */
	color:#000;
	font-size:0.88em;
	font-weight:bold;
	line-height:33px;
	text-align:center;
	text-decoration:none;

	border:solid 1px #c5c3c3 ;


	-moz-border-radius: 4px 4px 0 0 ;
    -webkit-border-radius: 4px 4px 0 0 ;
    border-radius: 4px 4px 0 0 ;
    -webkit-border-top-left-radius: 4px 4px 0 0 ; /* pour Chrome */
    -webkit-border-top-right-radius: 4px 4px 0 0 ; /* pour Chrome */
}

.onglet_agenda #tournois {
	clear:both;
	}


.onglet_presse .item_presse {
	padding-bottom:20px;
}

.onglet_presse .media {
	margin-right:8px;
}

.onglet_presse  .titre {
 float:none !important;
}
.onglet_presse  .resume ,
.onglet_presse  .reponse  {
	width:85%;
float:none !important;
}


#onglets_sportifs li a:hover { color:#005693;}

/* mouseover state */
#onglets_sportifs a:hover 		{ color:#fff;	 }

/* currently selected tabs */
#onglets_sportifs a		{
	color:#fff;
	background-color:white;
}

#onglets_sportifs a.current		{
	cursor:default;
	color:#000000;
	font-weight:bold;
	font-size:18px;
	line-height:34px;
	background-color:#a6d3e5;

	-moz-border-radius: 4px 4px 0 0 ;
    -webkit-border-radius: 4px 4px 0 0 ;
    border-radius: 4px 4px 0 0 ;
    -webkit-border-top-left-radius: 4px 4px 0 0 ; /* pour Chrome */
    -webkit-border-top-right-radius: 4px 4px 0 0 ; /* pour Chrome */
}


/* panes */
#informations_sportifs {
	width:510px;
	height:200px;
}
#informations_sportifs .items {



	}

.paginateur li {
float:left;

}

/* single pane */
#informations_sportifs div {
	display:none;
	color:#000000;
}

/* override the root element to enable scrolling */
#informations_sportifs {
	position:relative;
	overflow:hidden;
	clear:both;
	margin-left:10px;
	margin-bottom:2em;
}

/* override single pane */
#informations_sportifs div {
	float:left;
	display:block;
	/*width:530px;*/
}

/* our additional wrapper element for the items */
#informations_sportifs .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}
#informations_sportifs div.onglet_infos,
#informations_sportifs div.onglet_bio,
#informations_sportifs div.onglet_stat,
#informations_sportifs div.onglet_medias,
#informations_sportifs div.onglet_agenda,
#informations_sportifs div.onglet_presse,
#informations_sportifs div.onglet_mail
{

	background:url(../images/fd_infos_joueur.gif) no-repeat #FFFFFF;

	/*border-bottom:solid 1px #c5c3c3 ;
	border-left:solid 1px #c5c3c3 ;
	border-right:solid 1px #c5c3c3 ;

	-moz-border-radius: 0 0 4px 4px ;
    -webkit-border-radius:  0 0 4px 4px  ;
    border-radius:  0 0 4px 4px  ;
    -webkit-border-top-left-radius:  0 0 4px 4px  ;
    -webkit-border-top-right-radius:  0 0 4px 4px   ; */

	padding-top:10px;
	padding-right:10px;
	padding-left:10px;
	width:510px;
}
#informations_sportifs div.onglet_bio div.biographie {
	width:510px;
}

#informations_sportifs div.onglet_infos {
	/*float:none;*/
}

#informations_sportifs h1 {
	font-size:1.15em;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-top:5px;
	color:#000000;
	font-weight:bold;
	border-bottom:solid 1px #78b8d2;
	width:485px;
	}
#informations_sportifs {
	font-size:0.77em;
}
#informations_sportifs p {
	width:95%;
	text-align:justify;
	}
#informations_sportifs table tr {
	background-color:#e1e1e1;
}
#tournois caption {
	text-align:left;
	font-size:18px;
	margin-top:1em;
}
#informations_sportifs table tr th {
	background-color:#006b95;
	color:#FFFFFF;
	padding:5px;
}
#informations_sportifs table tr td {
	padding:5px;
}
#informations_sportifs #tournois table  {
	font-size:11px;
	width:490px;
	}
#informations_sportifs #tournois table th.date  {
	width:50px;
	}
#informations_sportifs #tournois table th.dotation  {
	width:70px;
	}

#medias_videos div.la_video {
	padding-bottom:2em;
	padding-top:1em;
	font-size:11px;
	}
