/*
------------------------------------------------------ 
Auteur: Jocelyn Berger
Date de création : 25.07.06
Fichier: club.css
Description: Mise en page de la structure pour le club
------------------------------------------------------
*/

/* TABLEAUX POUR LE CLUB */

#liste_dojos {
  margin-top: 5px;
  margin-bottom: 7px;
}

#liste_dojos a:link {
	text-decoration: none;
}

#liste_dojos a:visited {
	text-decoration: none;
}

#liste_dojos a:hover {
	text-decoration: underline;
}

.tableau_club_documents {
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #D2D2D2;
}

.tableau_club_documents td {
	padding-left: 5px;
	padding-right: 5px;
	
	font-size: 11px;
}

.tableau_welcome_tool {
	margin-top: 5px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #D2D2D2;
}

.tableau_welcome_tool td {
	padding-left: 5px;
	padding-right: 5px;
	
	font-size: 11px;
}

.tableau_welcome_tool_colonne1 {
	text-align: right;
}

.tableau_welcome_tool_colonne2 {
	width: 350px;
}

.tableau_horaires {
	margin-top: 5px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #D2D2D2;
}

.tableau_horaires td {
	padding-left: 5px;
	padding-right: 5px;
	
	font-size: 11px;
}

#tableau_ceintures {
	margin-top: 10px;
	margin-bottom: 10px;

	border-style: solid;
	border-width: 1px;
	border-color: #D2D2D2;
}

#tableau_ceintures tr {
	height: 50px;

	font-size: 11px;
}

#tableau_ceintures td {
	padding-left: 10px;
	padding-right: 10px;
}

#tableau_ceintures img {
	height: 30px;
}

#tableau_chronologie {
	margin-top: 10px;
	margin-bottom: 10px;

	border-style: solid;
	border-width: 1px;
	border-color: #D2D2D2;
}

#tableau_chronologie tr {
	font-size: 11px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #D2D2D2;
}

#tableau_chronologie td {
	padding: 5px 10px 5px 10px;
	
	vertical-align: top;
}

.tableau_chronologie_colonne1 {
	text-align: right;
	
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #D2D2D2;
}

.tableau_chronologie_colonne2 {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #D2D2D2;
}

#tableau_presidents {
	margin-top: 10px;
	margin-bottom: 10px;

	border-style: solid;
	border-width: 1px;
	border-color: #D2D2D2;
}

#tableau_presidents tr {
	font-size: 11px;
}

#tableau_presidents td {
	padding-left: 10px;
	padding-right: 10px;
}

.tableau_presidents_colonne1 {
	text-align: right;
	
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #D2D2D2;
}

.tableau_presidents_colonne2 {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #D2D2D2;
}

.titres_tableaux_historique {
	font-style: italic;
  
	background-color: #D2D2D2;
}

#liste_jumelage_liens {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;

	font-size: 11px;
}

#liste_jumelage_liens a:link {
	text-decoration: none;
}

#liste_jumelage_liens a:visited {
	text-decoration: none;
}

#liste_jumelage_liens a:hover {
	text-decoration: underline;
}


#club_horaires_cadre_filtre {
	margin-top: 25px;
	margin-left: 10px;
	
	padding: 10px 10px 10px 10px;
	
	width: 619px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #D2D2D2;
}

#formulaire_club_horaires_age {
	margin-top: 5px;
	margin-bottom: 0px;
}

.champ_formulaire_club_horaires_age {
	width: 20px;
	
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	border-style: solid;
	border-width: 1px;
	border-color: #D2D2D2;
}

.bouton_formulaire_club_horaires_age {
	width: 50px;
	
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	background-color: #FFFFFF;

	border-style: solid;
	border-width: 1px;
	border-color: #D2D2D2;
}

.tableau_club_horaires {
	border-style: solid;
	border-width: 1px;
	border-color: #D2D2D2;
	
	margin-top: 5px;
}

.tableau_club_horaires td {
	padding-left: 5px;
	padding-right: 5px;
	
	font-size: 11px;
}

.titres_tableau_club_horaires {
	font-style: italic;
  
	background-color: #D2D2D2;
}

.tableau_club_horaires_colonne_ages {
	width: 195px;
}

.tableau_club_horaires_colonne_cours {
	width: 145px;
}

.tableau_club_horaires_colonne_details {
	width: 195px;
}

.tableau_club_horaires_colonne_dojo {
	width: 145px;
}

.tableau_club_horaires_colonne_heures {
	width: 90px;
}
