* {
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #134f8e;
}

a:VISITED {
	text-decoration: none;
	color: #134f8e;
}
a:hover {
	color: #8eb5df;
}

#header_club {
  width: 100%;
  border-top: 1px solid #0b1b30;
  border-bottom: 1px solid #0b1b30;
  text-align: center;
  font-size: 23px;
  padding: 6px 0px 6px 0px;
  margin-bottom: 30px;
}

#conteneur_club {
	position: relative;
	width: 580px;
	margin-left: 10px;
}

/* ////////////////////////////////////////////////////////////// POUR LA RECHERCHE */
#recherche_block {
	width: 100%;
	background-color: #134e8e;
	height: auto;
	padding: 5px 2px 5px 2px;
	margin: 10px 5px 10px 0px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	z-index: 99999;
	margin: 5px 0px 5px 5px;
	color: #fff;
}

#rechercheChamp {
	margin: 10px 0px 5px 0px;
	color: #134e8e;
	width: 300px;
}

#resCherche {
	position: absolute;
	width: 300px;
	max-height: 300px;
	margin-top: 5px;
	margin-left: 140px;
	background-color: #85a9d5;
	overflow: hidden;
	text-align: left;
}

#resCherche a {
  width: 299px;
  height: 30px;
  color: #0b1b30;
  margin: 1px;
  padding: 1px;
  display: block;
  text-decoration: none;
  overflow: hidden;
}

#resCherche a:hover {
  background-color: #183558; 
  color: #fff;
}

#resCherche a .dessous {
	color:#FFFFFF;
	font-size:9px;
	font-weight:lighter;
	text-decoration:none;
}

/* ////////////////////////////////////////////////////////////// POUR LES BLOCKS */
.block_top {
	width: 280px;
	height: 180px;
	float: left;
	margin: 10px 0px 10px 10px;
	background-image: url("../images/fond_entete.jpg");
	background-repeat: repeat-x;
}

.titre_block_top {
	width: 100%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 4px 0px 0px 0px;
	font-size: 12px;
}

.titre_block_top .img_left {
	float: left;
	margin-top: -30px;
}

.titre_block_top .img_right {
	float: right;
	margin-top: -30px;
}

.titre_block_top .img_centre {
	width: 100%;
	text-align: center;
	padding-top: 4px;
	color: #fff;
	height: 22px;
}

.block_bottom {
	border: 2px solid #134e8e;
	width: 276px;
	height: 121px;
}

.ligne_bloc_top {
	color: #134e8e;
	display: block;
	height: 39px;
	margin: 1px;
}

/* ////////////////////////////////////////////////////////////// POUR LES BLOCKS */
.block_fiche {
	width: 580px;
	height: 160px;
	margin: 10px 0px 20px 10px;
}

.block_fiche_entete {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	width: 100%;
	height: 30px;
	background-image: url('../images/fond_entete.jpg');
	background-repeat: repeat-x;
}

.colone_block_fiche {
	float: left;
	width: 280px;
	height: 150px;
}

.ligne_block_fiche {
	float: left;
	width: 540px;
	height: 14px;
	margin-left: 10px;
	margin-top: 4px;
	padding: 2px 2px 2px 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #134f8e;
}
