
body {
	background-color: #fff799;
	color: #000000;
}

#Logo {
	width: 100%;
	height: 100px;
	border: solid 1px white;
	margin-bottom:0px;
	margin-bottom:0px;
	background-color:#979202; 
	border-style:solid; 
	border-color:black; 
	border-width:2px; 
	border-bottom-color:#e89418; 
	border-bottom-width:5px;
	font-size: 28px;
	color: #861115;
	font-family: 'arial,helvetica,sans-serif';
	font-weight: bold;
	text-align: center;
	vertical-align: center;
}

#Menu {
	width: 100%;
	text-align: center;
	background-color: #E3A64B;
	border-style: solid; 
	border-color: black; 
	border-width: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.MenuItem {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
}

.MenuItemActif {
	background-color: #d0b67d;
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
}

.MenuItem a, .MenuItemActif a {
	color: black;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.MenuItem a:visited, .MenuItemActif a:visited {
	color: black;
	text-decoration: none;
	font-size: 12px;
}

.MenuItem a:hover, .MenuItemActif a:hover {
	color: black;
}

a {
	color: #0012FF;
}

a:hover {
	color: #FF000C;
}

a:visited {
	color: #0012FF;
}

#Contenu {
	margin-top: 20px;
	font-size: 14px;
	font-family: 'arial,helvetica,sans-serif';
}

h1 {
	font-family: 'arial,helvetica,sans-serif';
	font-size: 20px;
	color: #861115;
}

h2 {
	font-family: 'arial,helvetica,sans-serif';
	font-size: 18px;
	color: #000000;
}

h3 {
	font-family: 'arial,helvetica,sans-serif';
	font-size: 16px;
	color: #000000;
}

.Club {
	border: solid 1px black;
}

.ClubAnneeCreationTitre {
	font-weight: bold;
}

.ClubAnneeCreation {
}

.ClubNombreMembresTitre {
	font-weight: bold;
}

.ClubNombreMembres {
}

.ClubTexte {
	margin-top: 10px;
}

.VilleTitre {
	font-weight: bold;
}