#corps {
	width				:	100%;
	border 				:	0px solid yellow;
	background-image 	:	url(../div/images/fond-menu.png) ;
	background-position	:	top right;
	background-repeat 	:	no-repeat;
	background-color	:	#99100D;
}

#contenu {
	float				:	left;
	width				:	84%;
	height				:	600px;
	background-image	:	url(images/bandeau-sport.png);
	background-repeat	:	no-repeat;
	border				:	0px solid black;
	background-color	:	white;	
}

#partie_gauche{
	width				:	600px;
	text-align			:	justify;	
	border				:	0px solid blue;
	margin-left			:	230px;
	margin-right		:	20px;
}

#partie_basse {
	width				:	600px;
	border				:	0px solid red;	
	text-align			:	left;
}

#partie_partenaires {
	float				:	left;
	border				:	0px solid blue;	
	text-align			:	center;
	padding				:	10px 10px 10px 10px;
}

#Lib_Gauche{
	padding-right		:	20px;
	font-size			:	12px;
	line-height 		: 	16px;
}

#Lib_Gauche a {
	color				:	black;
	font-weight			:	bold;
	text-decoration		:	none;
}

#Lib_Contact{
	padding-left		:	20px;
	padding-right		:	20px;
	font-size			:	12px;
}

#Lib_Contact a {
	color				:	black;
	font-weight			:	bold;
	text-decoration		:	none;
}

#accroche {
	margin-left			:	20px;
}

.Nom_Club {
	color				:	black;
	font-size			:	12px;
	text-decoration		:	none;
}

.Lib_Fil {
	color				:	#A30000;
	font-weight			:	bold;
	font-size			:	12px;	
}

.Titre_Fil {
	color				:	#FF8C00;
	font-weight			:	bold;
	font-size			:	11px;	
}

.Club_Fil {
	font-weight			:	bold;
}


