/*
------------------------------------------------------ 
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;
	margin-left: 15px;
	
	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: 325px;
}

#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;
}