body
{
	background-color: #536f73;
	background-size: 100%;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #536f73;
}
body img
{
	border: none;
}
							/*HEADER*/

header
{
	width: 98%;
	margin: auto;
	height: auto;
	background-color: #536f75;
	position: relative;
}
#Logo_CSL
{
	width: 23%;
	max-width: 350px;
	height: auto;
	position: relative;
	top: 5px;
	background-color: white;
	display: inline-block;
	vertical-align: top;
}
#Logo_CSL img
{
	width: 100%;
}
#Mot_accueil
{
	display: none;
}
#Photos_navigation
{
	display: inline-block;
	vertical-align: top;
	max-width: 1000px;
	text-align: center;
}
	@media only screen and (max-width: 600px)
	{
		#Logo_CSL
		{
			width: 75%;
			max-width: 280px;
			margin: auto;
			display: block;
		}
		#Mot_accueil_index
		{
			
		}
		#Photos_hautdepage
		{
			display: none;
		}
		.sous_menu
		{
			display: none;
		}
		.sous_menu p
		{
			display: none;
		}
	}
	@media only screen and (min-width: 601px) and (max-width: 799px)
	{
		#Logo_CSL
		{
			width: 30%;
		}
		#Photos_navigation
		{
			width: 65%;
			vertical-align: bottom;
		}
		#Photos_hautdepage
		{
			
		}
		.sous_menu
		{
			display: none;
		}
		.sous_menu p
		{
			display: none;
		}
	}
	@media only screen and (min-width: 800px)
	{
		#Photos_navigation
		{
			width: 70%;
		}
	}	
	@media only screen and (min-width: 800px) and (max-width: 1023px)
	{
		#Logo_CSL
		{
			width: 28%;
		}
		.sous_menu
		{
			display: none;
		}
		.sous_menu p
		{
			display: none;
		}
	}
#Photos_hautdepage img
{
	width: 100%;
}
#Photos_hautdepage ul
{
	list-style-type: none;
	top: -12px;
}
#Photos_hautdepage li
{
	display: inline-block;
	margin-left: 2%;
	width: 22%;
	position: relative;
	overflow: hidden;
	border: 2px solid white;
}
#Photos_hautdepage p
{
	height: 20px;
	width: 101%;
	background-color: rgba(256,256,256,0.9);
	position: absolute;
	bottom: -12px;
	left: 0;
	padding-top: 3px;
	font-size: 12px;
}
#Photos_hautdepage li img
{
	position: relative;
}
#Disciplines
{
	z-index: 1;
	position: relative;
	color: white;
	font-size: 12px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	display: none;
}
#Disciplines p
{
	display: inline-block;
}
#cap
{
	width: 169px;
	text-align: center;
	position: absolute;
	left: 72px;
	top: -5px;
	background-color: rgba(0,0,0,0.3);
}
#piste
{
	width: 170px;
	text-align: center;
	position: absolute;
	left: 275px;
	top: 185px;
	background-color: rgba(0,0,0,0.3);
}
#NW
{
	width: 168px;
	text-align: center;
	position: absolute;
	left: 480px;
	top: -5px;
	background-color: rgba(0,0,0,0.3);
}
#MA
{
	width: 169px;
	text-align: center;
	position: absolute;
	left: 682px;
	top: 185px;
	background-color: rgba(0,0,0,0.3);
}

														/*BARRE DE NAVIGATION*/
nav
{

}
nav ul
{
	list-style-type: none;
	margin-left: -40px;
	display: inline-block;
}
nav li
{
	display: inline-block;
	width: 110px;
	vertical-align: top;
	padding: 6px;
	font-size: 14px;
	height: 45px;
	color: white;
	border-radius: 5px;
	background-color: #d00018;
	border: 1px solid #ec8375;
	margin: 4px;
	text-align: center;
	position: relative;
}
	@media only screen and (max-width: 1023px)
	{
		nav li
		{
			margin: 2px;
		}
	}
#contact
{
	width: 100px;
}
nav li a
{
	text-decoration: none;
	color: white;
}
.sous_menu
{
	position: absolute;
	top: 57px;
	width: 200px;
	z-index: 4;
	display: none;
	background-color: #ec8375;
	font-size: 12px;
}
.sous_menu p
{
	padding-left: 15px;
	line-height: 150%;
	border-bottom: 1px solid white;
	text-align: left;
}
.sous_menu a
{	
	height: 30px;
	text-decoration: none;
	color: white;
	font-weight: normal;
}
.sous_menu a:hover
{
	font-weight: bold;
}
nav li:hover div.sous_menu
{
	display: block;
}
#Reseaux
{
	display: inline-block;
	vertical-align: -45px;
}
#Reseaux img
{
	width: 35px;
	margin: 5px;
	border-radius: 5px;
}
	
													/*CENTRE PAGE*/

#Bloc_page
{
	width: 98%;
	margin: auto;
	height: auto;
	background-color: white;
	overflow: visible;
}
#Bloc_page h1, #Bloc_page h2
{
	color: #d00018;
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid #536f73;
	padding-bottom: 4px;
}
#Bloc_page a
{
	color: #536f73;
	text-decoration: none;
}
#Bloc_page a:hover
{
	font-weight: bold;
}
@media only screen and (max-width: 1023px)
{
	#Bloc_page h2
	{
		color: #d00018;
		font-size: 13pt;
		padding: 3px;
		box-sizing: border-box;
		border: 2px solid #536f73;
	}
	#Bloc_page h1
	{
		color: #d00018;
		font-size: 14pt;
		padding: 3px;
		box-sizing: border-box;
		border: 2px solid #536f73;
	}
}
		
												/*COLONNE GAUCHE*/

#Colonne_gauche
{
	display: inline-block;
	padding-top: 10px;
	vertical-align: top;
	position: relative; 
	width: 23%;
	line-height: 150%;
	background-color: white;
	color: #536f73;
	border-right: 1px solid #536f73;
}
													/*AGENDA*/
#agenda_club, #agenda_club_bis
{
	width: 230px;
	margin: auto;
	padding-bottom: 20px;
}									
#tableau_agenda
{
	background-color: #9aadb8;
}
.date_action_agenda
{
	color: white;
	font-size: 10px;
	font-weight: bold;
	width: 60px;
	border-bottom: 1px solid white;
	padding-left: 10px;
}
.nom_action_agenda
{
	color: black;
	font-size: 11px;
	width: 130px;
	border-bottom: 1px solid white;
	padding-left: 10px;
}
#toutes_dates
{	
	color: white;
	text-align: center;
	padding-bottom: 5px;
}
#toutes_dates a
{
	color: white;
	text-decoration: none;
}
#Mot_accueil_index
{
	background-color: white;
	text-align: center;
}
#Mot_accueil_index img
{
	width: 100%;
	margin: auto;
}
	@media only screen and (max-width: 600px)
	{
		#liens
		{
			text-align: center;
			width: 100%;
		}
		#agenda_club, #Jean_Ritzenthaler
		{
			margin: auto;
		}
	}					
	@media only screen and (min-width: 601px) and (max-width: 1279px)
	{
		#Jean_Ritzenthaler, #agenda_club, #liens
		{
			margin: auto;
			width: 85%;
			text-align: center;
			display: inline-block;
		}
		#annonces_club
		{
			width: 85%;
			text-align: center;
		}
	}					
#Jean_Ritzenthaler
{
	width: 220px;
	background-color: #536f73;
	color: white;
	border-radius: 5px;
	margin: auto;
	padding: 5px;
}
#Jean_Ritzenthaler img
{
	display: inline-block;
	width: 80px;
	border: 1px solid white;
	margin-left: 10px;	
	margin-top: 5px;
	border-radius: 5px;
}
#Jean_Ritzenthaler p
{
	width: 120px;
	display: inline-block;
	vertical-align: 70px;
	text-align: center;
	margin: auto;
	font-size: 12px;
	line-height: 200%;
	font-weight: bold;
}
#Jean_Ritzenthaler a
{
	color: white;
	text-decoration: none;
}
								/*Colonne gauche liens*/
#liens
{
	font-size: 13px;
	color: #d00018;
	padding: 5px;
	line-height: 200%;
	width: 220px;
	border: #536f73;
	border-radius: 5px;
	margin: auto; 
	margin-top: 5px;
}
#liens h2
{
	font-size: 13px;
}
#liens p
{
	background-color: #536f73;
	border-radius: 3px;
	margin: 1px;
}
#liens img
{
	border: 1px solid white;
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	vertical-align: middle;
}
#liens a
{
	text-decoration: none;
	color: white;
	display: inline-block;
	vertical-align: middle;
}
#liens a:hover
{
	font-weight: bold;
}
#En_images
{
	height: auto;
	background-color: white;
	text-align: center;
	margin: 10px;
	color: #536f73;
	padding: 5px;
}
#En_images h2
{
	font-size: 13px;
}
#En_images img
{

}
#Partie_photo
{
	font-size: 11px;
	padding: 3px;
}
#Partie_photo img
{
	padding: 3px;
}
#Colonne_gauche_bis
{
	display: none;
}
	@media only screen and (max-width: 1024px)
	{
		#Colonne_gauche
		{
			display: none;
		}
		#Colonne_gauche_bis
		{
			display: block;
			width: 95%;
			margin: auto;
			text-align: center;
			border-top: 1px solid #536f73;
			background-color: white;
		}
		#En_images_bis
		{
			border-top: 1px solid #536f73;
		}
		#En_images_bis p
		{
			font-size: 14px;
			height: auto;
			padding: 5px;
			color: white;
		}
		#En_images_bis img
		{
			width: 200px;
		}
		#Facebook_bis
		{
			height: auto;
		}
		#image_1_bis
		{
			background-color: white;
			margin: auto;
		}
		#image_1_bis p
		{
			font-size: 12px;
			color: #536f73;
			text-align: center;
		}
		#Jean_Ritzenthaler_bis
		{
			width: 220px;
			background-color: #536f73;
			color: white;
			border-radius: 5px;
			margin: auto;
			padding: 5px;
		}
		#Jean_Ritzenthaler_bis img
		{
			display: inline-block;
			width: 80px;
			border: 1px solid white;
			margin-left: 10px;	
			margin-top: 5px;
			border-radius: 5px;
		}
		#Jean_Ritzenthaler_bis p
		{
			width: 120px;
			display: inline-block;
			vertical-align: 70px;
			text-align: center;
			margin: auto;
			font-size: 12px;
			line-height: 200%;
			font-weight: bold;
		}
		#Jean_Ritzenthaler_bis a
		{
			color: white;
			text-decoration: none;
		}
		#liens_bis
		{
			font-size: 13px;
			color: #d00018;
			padding: 5px;
			line-height: 200%;
			width: 220px;
			border: #536f73;
			border-radius: 5px;
			margin: auto; 
			margin-top: 5px;
			text-align: left;
		}
		#liens_bis ul
		{
			list-style-type: none;
		}
		#liens_bis li
		{
			background-color: #9aadb8;
			padding: 3px;
			border-radius: 3px;
			margin: 1px;
		}
		#liens_bis img
		{
			border: 1px solid white;
			border-radius: 3px;
		}
		#liens_bis a
		{
			text-decoration: none;
			color: white;
		}
		#liens_bis a:hover
		{
			font-weight: bold;
		}
	}							
	@media only screen and (min-width: 1025px) and (max-width: 1279px)
	{
		#Colonne_gauche
		{
			width: 30%;
		}
		#Colonne_centrale
		{
			width: 60%;
		}
		#Colonne_droite
		{
			width: 90%;
			margin: auto;
		}
	}
								

														/*COLONNE CENTRALE*/
#Colonne_centrale
{
	display: inline-block;
	width: 52%;
	padding: 10px;
}
#Colonne_centrale_bis
{
	display: none;
}
	@media only screen and (max-width: 600px)
	{
		#Colonne_centrale
		{
			display: none;
		}
		#Colonne_centrale_bis
		{
			display: block;
			width: 95%;
			text-align: center;
			border-top: 1px solid #536f73;
			margin: auto;
		}
		#photo_news_bis
		{
			display: block;
		}
		#photo_news_bis img
		{
			max-width: 150px;
		}
	}
	@media only screen and (min-width: 601px) and (max-width: 1023px)
	{
		#Colonne_centrale
		{
			display: none;
		}
		#Colonne_centrale_bis
		{
			display: block;
			width: 95%;
			border-top: 1px solid #536f73;
			border-right: none;
			margin: auto;
			text-align: center;
		}
		#News
		{
			margin-left: none;
			margin: auto;
		}	
		#photo_news_bis
		{
			display: block;
		}
		#photo_news_bis img
		{
			max-width: 150px;
		}
	}
	@media screen and (min-width: 1024px) and (max-width: 1279px)
	{
		#Colonne_centrale
		{
			width: 65%;
			border-right: none;
		}	
	}
#News
{
	margin-left: 10px;
}
#Ligne_date
{
	width: 90%;
}
#date
{
	display: none;
}
#photo_news
{
	display: inline-block;
	margin-top: 5px;
}
#photo_news img
{
	width: 100px;
	border: 3px solid #d00018;
	border-radius: 5px;
}
#titre_news
{
	width: 75%;
	display: inline-block;
	padding: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #536f73;
	padding: 5px;
	vertical-align: 30px;
	height: auto;
}
#texte_news
{
	font-size: 13px;
	padding: 5px;
	width: 85%;
	margin: auto;
}
	@media screen and (max-width: 1023px)
	{
		#titre_news
		{
			width: 80%;
		}
	}
#texte_news img
{
	padding: 10px;
	border-radius: 3px;
}

											/*COLONNE DROITE*/
#Colonne_droite
{
	display: inline-block;
	padding-top: 10px;
	width: 20%;
	vertical-align: top;
	border-left: 1px solid #536f73;
	padding-left: 10px;
}	
#Colonne_droite img
{
	max-width: 90%;
}
#Colonne_droite p
{
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
#Colonne_droite_bis
{
	display: none;
}
	@media only screen and (max-width: 600px)
	{
		#Colonne_droite
		{
			display: none;
		}
		#Colonne_droite_bis
		{
			display: block;
			width: 95%;
			border-top: 1px solid #536f73;
			text-align: center;
			margin: auto;
		}
		
	}	
	@media only screen and (min-width: 601px) and (max-width: 1023px)
	{
		#Colonne_droite
		{
			display: none;
		}
		#Colonne_droite_bis
		{
			display: block;
			width: 95%;
			border-top: 1px solid #536f73;
			border-left: none;
			text-align: center;
			margin: auto;
		}
		#annonces_club
		{
			width: 85%;
			text-align: center;
		}
	}		
	@media only screen and (min-width: 1024px) and (max-width: 1279px)
	{
		#Colonne_droite_bis
		{
			display: none;
		}
		#Colonne_droite
		{
			display: block;
			width: 95%;
			border-top: 1px solid #536f73;
			border-left: none;
			text-align: center;
			margin: auto;
		}
		#annonces_club
		{
			width: 85%;
			text-align: center;
		}
	}					
#annonces_club
{
	text-align: center;
	width: 80%;
	margin: auto;
}
#annonces_club p
{
	font-size: 11px;
	font-weight: normal;
}
#annonces_club img
{
	padding: 5px;
}
#Partie_annonces
{
	text-align: center;
	font-size: 12px;
}
#Partie_annonces a
{
	text-decoration: none;
	color: #536f73;
}
#Partie_annonces legend a:hover
{
	font-weight: bold;
}
#Partie_annonces img
{
	padding: 5px;
	border: none;
}

	
											/*BAS DE PAGE*/
										/*PARTIE LOGOS FEDERATIONS*/

#Cadre_logos_fede
{
	background-color: white;
	height: auto;
	color: #536f75;
	padding-top: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #536f75;
	text-align: center;
	display: block;
}
#Cadre_logos_fede p
{
	font-weight: bold;
	width: 300px;
	display: inline-block;
	vertical-align: top;
}
#Logos_fede
{
	display: inline-block;
	vertical-align: top;
}
	@media only screen and (max-width: 724px)
	{
		#Cadre_logos_fede p
		{
			width: 100%;
		}
	}
#Logo_1, #Logo_2, #Logo_3, #Logo_4
{
	display: inline-block;
	vertical-align: middle; 
}
#Logo_1 img
{
	height: 60px;
	width: auto;
	border: none;
	padding: 5px;
}
#Logo_2 img
{
	height: auto;
	width: 140px;
	border: none;
	padding: 5px;
}
#Logo_3 img
{
	height: 100px;
	width: auto;
	border: none;
	padding: 5px;
}
#Logo_4 img
{
	height: 90px;
	width: auto;
	border: none;
	padding: 5px;
}										
#Bandeau_partenaires
{
	background-color: #536f73;
	height: auto;
	color: white;
	text-align: center;
	margin: auto;
	font-weight: bold;
	padding: 10px;
	overflow: hidden;
	border-left: 1px dotted white;
	border-right: 1px dotted white;
	border-top: 1px solid white;
}
#Bandeau_partenaires a
{
	color: white;
	font-weight: bold;
}
#Bandeau_partenaires p
{
	text-align: center;
	font-size: 13px;
	color: white;
}
#Bandeau_partenaires img
{
	height: 80px;
	border: 2px solid white;
}
.Logo_partenaire
{
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
}
#Partenaires
{
	position: relative;
	padding-left: 150px;
	padding-right: 50px;
	height: auto;
}

														/*NEWS précédentes*/
#Dernieres_news
{
	width: 90%;
	height: auto;
	margin: auto;
	text-align: center;
}
#Dernieres_news h1
{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #d00018;
}
#Dernieres_news a
{
	color: #536f73;
	text-decoration: none;
}
#lien_archives
{
	text-align: center;
	padding: 5px;
	font-size: 13px;
}
.affichage_3_news
{
	display: inline-block;
	position: relative;
	width: 300px;
	height: 150px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px solid grey;
	vertical-align: top;
}
	@media only screen and (max-width: 599px)
	{
		.affichage_3_news
		{
			margin: 2px;
			width: 250px;
		}
		.icone img
		{
			display: none;
		}
		.contenu
		{
			max-width: 230px;
			height: auto;
		}
	}
.icone
{
	display: inline-block;
	width: 100px;
	vertical-align: top;
	padding: 5px;
}
.icone img
{
	max-width: 90px;
	max-height: 150px;
	border: none;
	margin-top: auto;
}
.contenu
{
	display: inline-block;
	width: 180px;
	overflow: hidden;
}
.titre
{
	font-weight: bold;
}
.texte em
{
	color: #d00018;
	font-size: 10px;
	font-style: normal;
}
									/*footer*/

footer
{
	margin: auto;
	text-align: center;
	background-color: white;
	line-height: 200%;
	padding: 20px;
	border-top: 1px dotted #d00018;
}
footer a
{
	color: #536f73;
	text-decoration: none;
}
footer a:hover
{
	font-weight: bold;
}