/*   
Theme Name: Free-Sport
Theme URI: http://www.schompfteam.com
Description: Theme for our sport group
Author: Ivan Probst & Loic Probst
Author URI: http://www.schompfteam.com
Version: 0.2
*/

/*------------------------------------------------------------------
[Content Stylesheet]


File:			content-style.css

Project:		Free-Sport website
Primary use:	Define the design for the content pages (external wordpress pages)
Last change:	-


[Table of contents]

1. General markup definition
2. Main container
-------------------------------------------------------------------*/

/*------------------------------------
** 1. Global description
*/
#back-link
{
	font-size: 0.8em;
}

/* TABLE SETTINGS */
.classic-table
{
	margin: 15px auto;
	width: 100%;
	border: 1px solid #777777;
	text-align: center;
}

/* COLUMN SETTINGS */
.classic-table .col1
{
	padding-left: 20px;
	text-align: left;
}


/* TITLE SETTINGS */
.classic-table th
{
	padding: 8px 0;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #777777;
}

/* CONTENT SETTINGS */
.classic-table td
{
	background: #2ea064;
	border-right: 1px solid #777777;
}
	.classic-table tr:hover td
	{
		background: #D19762;
	}

.classic-table td a,
.classic-table td a:hover
{
	padding: 5px 0;
	display: block;
	color: #39491a;
	color: #000;
	text-decoration: none;
}


/*------------------------------------
** 2. Specific table description
*/
/* TABLE DU GROUPE */
#groupe-table .col2
{width: 40%;}
#groupe-table .col3
{width: 20%;}

/* TABLE DES STATS */
#stats-table .col2
{width: 25%;}
#stats-table .col3
{width: 25%;}
#stats-table .col4
{width: 16%;}

/* TABLE DES RESULTATS */
#resultats-table .col2
{width: 30%;}
#resultats-table .col3
{width: 20%;}

/* TABLE DES EVENTS */
#agenda-table .col2
{width: 25%;}
#agenda-table .col3
{width: 35%;}

/*------------------------------------
** 3. Joueur page
*/
#joueur-nav
{
	margin-top: 20px;
	margin-left: 80px;
	font-size: 1em;
}

#test
{
	width: 426px;
	height: 431px;
	background: url(images/test-joueur.png) no-repeat;
}

#titre-joueur
{
	float: left;
	display: inline;
	overflow: hidden;
	font-size: 2em;
	font-weight: bold;
}
	#titre-joueur #numero-joueur
	{
		float: left;
		display: inline;
		overflow: hidden;
		padding-left: 5px;
		width: 105px;
		line-height: 120px;
		font-size: 1.7em;
		text-align: center;
		background: url(images/star.png) no-repeat;
	}
	#titre-joueur #nom-joueur
	{
		float: left;
		display: inline;
		overflow: hidden;
		margin-left: -5px;
		margin-top: 50px;
		padding-top: 3px;
		border-bottom: 2px solid #000;
	}
	
#profil-joueur
{
	float: left;
	display: inline;
	overflow: hidden;
	margin-top: 5px;
}
#infos-joueur
{
	float: left;
	display: inline;
	overflow: hidden;
	margin-left: 25px;
	width: 210px;
	color: #f3fafd;
	background: #2ea064;
	border: 2px solid #000;
}
	#infos-joueur li
	{
		margin-bottom: 10px;
	}

#photo-joueur
{
	float: left;
	display: inline;
	overflow: hidden;
	margin-top: 20px;
	width: 177px;
	height: 209px;
	background: url(images/photo-joueur.png) -10px 0px no-repeat;
}

