/* CSS Document */

/* CONTENU */
.titre-page{
	float:left;
	width:955px;
	height:33px;
	background-image:url(images/clubs/bandeau-titre.jpg);
	background-repeat:no-repeat;
	padding-top:6px;
	padding-left:45px;
	margin-top:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
}

.cadreGauche{
	float:left;
	width:690px;
	margin-left:10px;
	margin-top:14px;
}

.cadreDroite{
	float:right;
	width:261px;
	margin-right:10px;
}

.imgUne{
	float:left;
	margin-right:15px;
}

.cadreUne{ 
	float:left;
	width:660px;
	margin-bottom:20px;
	margin-left:15px;
	margin-right:15px;
}

/* TABLEAU LISTE CLUBS */

.tableauListeClubs{
	float:left;
}

.tableauTitre{
	width:675px;
	height:33px;
	background-image:url(images/clubs/bandeau-tableau.jpg);
	background-repeat:no-repeat;
	padding-left:16px;
	padding-top:7px;
	margin-bottom:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
}

.tableauSsTitre{
	width:675px;
	height:25px;
	background-color:#999999;
	margin-bottom:1px;
	padding-top:3px;
	padding-left:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#535454;
	text-align:left;
	font-weight:bold;
}

.tableauSsRubriques{
	height:20px;
	background-image:url(images/commun/bande-tableau-ssrubriques.gif);
	background-color:#535454;
	background-repeat:no-repeat;
	padding-left:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
}

.tableauListe{
	width:689px;
	border-top:#5C5D5D 1px solid;
	border-left:#5C5D5D 1px solid;
	border-right:#5C5D5D 1px solid;
	
}

.tableauLigne{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:left;
}

.tableauLigneSeparation{
	padding-left:16px;
}

.tableauBas{
	width:691px;
	height:20px;
	background-image:url(images/commun/bas-tableau-vide.gif);
	background-repeat:no-repeat;
}

.cadreDetailClub{
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	width:330px;
	float:left;
}

.clubRetourListe, .clubSuivantPrecedent{
	background:#999999;
	height:21px;
	padding-top:4px;
}
.clubRetourListe{
	width:540px;
	padding-left:10px;
	float:left;
}

.clubSuivantPrecedent{
	width:130px;
	padding-right:10px;
	text-align:right;
	float:left;
}

/* BLOC PRATIQUE BRETAGNE */

.titrePratiqueBretagne{
	background-image:url(images/epreuves/faire-competition.gif);
	background-repeat:no-repeat;
	width:261px;
	height:27px;
	margin-top:8px;
}

.fondPratiqueBretagne{
	background-image:url(images/clubs/fond-pratiquer-bretagne.gif);
	background-repeat:no-repeat;
	width:252px;
	height:40px;
	padding-top:6px;
	padding-left:9px;
}

.lignePratiqueBretagne{
	width:261px;	
	padding-bottom:4px;
}

/* BLOC FAIRE DE LA COMPETITION */

.titreFaireCompetition{
	background-image:url(images/clubs/faire-competition.gif);
	background-repeat:no-repeat;
	width:261px;
	height:27px;
	margin-top:8px;
}

.fondFaireCompetition{
	background-image:url(images/clubs/fond-faire-competition.gif);
	background-repeat:no-repeat;
	width:252px;
	height:26px;
	padding-top:6px;
	padding-left:9px;
}


