﻿@charset "utf-8";
/* CSS Document */


/********************************************************************/
/*                Cartouche de presentation du club                 */
/********************************************************************/

#presentationclub table tr td a:focus{text-decoration:underline; color: #0046D5;}
#presentationclub table tr td a:active {text-decoration:underline; color: #0046D5;}
#presentationclub table tr td a:link {text-decoration:none; color: #0046D5;}
#presentationclub table tr td a:visited {text-decoration:none; color: #0046D5;}
#presentationclub table tr td a:hover {text-decoration:underline ;color: #0046D5;}


#presentationclub table{
border: 1px solid #D9D9D9;
border-collapse:collapse;
padding: 0px;
margin: 0px;
}


#presentationclub table thead th{
		background-color: #E5E5D8;
		border: 1px solid #D9D9D9;
		font-weight: bold;
		font-size: 20px;
		text-align:center;
		padding: 6px 6px;
		color:#592C16;
	}


#presentationclub table tr td{
		border: 1px solid #D9D9D9;
		font-weight: bold;
		font-size: 12px;
		padding: 2px 6px;
		text-align:center;
		color:#592C16;
	}







/********************************************************************/
/*            Liste des joueurs pour la saison en cours             */
/********************************************************************/

.joueursclub table tr td a:focus{text-decoration:underline; color: #0046D5;}
.joueursclub table tr td a:active {text-decoration:underline; color: #0046D5;}
.joueursclub table tr td a:link {text-decoration:none; color: #0046D5;}
.joueursclub table tr td a:visited {text-decoration:none; color: #0046D5;}
.joueursclub table tr td a:hover {text-decoration:underline ;color:#592C16;}


	
.joueursclub table{
border: 1px solid #D9D9D9;
border-collapse:collapse;
padding:0px;
margin:0px;
width:100%;
}


.joueursclub table thead th{
background-color: #464c54;
background-color: #8979BE;
border-bottom: 1px solid #ccc;
border-left: 1px solid #D9D9D9;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-align:center;
padding: 2px 6px;
color:#ffebb5;
cursor:pointer;
}

.joueursclub table thead th:hover{
color:#F3BC97;
}

.joueursclub table tbody tr th{
border-left: none;
font-size:9px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
padding: 4px 6px;
color:#ffebb5;
background-color: #464c54;	   
background-color: #8979BE;
}


.joueursclub table tbody tr td{
border-left: 1px solid #D9D9D9;
font-size:9px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
padding: 4px 6px;
}

.joueursclub table tbody tr.odd{
background-color: #F3F3F3;	
background-color: #F0EDF7;
}


.joueursclub table tbody tr:hover {
color: #ffebb5;
background-color: #464c54;	 
background-color: #8979BE;
}

.joueursclub table tbody tr:hover a{
color: #F3BC97;
}

	
/*.joueursclub table tbody tr:hover {
color: #333333;
background-color: #E5E5D8;
}
*/

.joueursclub table tfoot td, .joueursclub table tfoot th{
border-top: 1px solid #ccc;
font-weight:bold;
color:#592C16;
padding: 16px 9px;
}



/********************************************************************/
/*    Liste des joueurs non reinscrits pour la saison en cours      */
/********************************************************************/

#joueursinactifsclub table tr td a:focus{text-decoration:underline; color: #0046D5;}
#joueursinactifsclub table tr td a:active {text-decoration:underline; color: #0046D5;}
#joueursinactifsclub table tr td a:link {text-decoration:none; color: #0046D5;}
#joueursinactifsclub table tr td a:visited {text-decoration:none; color: #0046D5;}
#joueursinactifsclub table tr td a:hover {text-decoration:underline ;color:#592C16;}


#joueursinactifsclub table{
border: 1px solid #D9D9D9;
border-collapse:collapse;
padding:0px;
margin:0px;
}


#joueursinactifsclub table thead th{
background-color: #E5E5D8;
border-bottom: 1px solid #ccc;
border-left: 1px solid #D9D9D9;
font-size:12px;
font-weight: bold;
text-align:center;
padding: 2px 6px;
color:#592C16;
}



#joueursinactifsclub table tbody tr th{
border-left: none;
font-size:10px;
font-weight: normal;
padding: 4px 6px;
color:#592C16;
background-color: #E5E5D8;
}


#joueursinactifsclub table tbody tr td{
border-left: 1px solid #D9D9D9;
font-size:10px;
font-weight: normal;
padding: 4px 6px;
}



#joueursinactifsclub table tbody tr.odd{
background-color: #F3F3F3;
}
	
#joueursinactifsclub table tbody tr:hover {
color: #333333;
background-color: #E5E5D8;
}


	
#joueursinactifsclub table tfoot td, #joueursinactifsclub table tfoot th{
border-top: 1px solid #ccc;
font-weight:bold;
color:#592C16;
padding: 16px 9px;
}

