body
{
	box-sizing: border-box;
	color: #333333;
	font-family: Trebuchet MS;
	font-size: 13px;
	display: block;
	margin: 0;
	padding: 0;
}
img
{
	border: none;
}
								/*ALERTE COOKIE*/
#Alerte_cookie
{
	width: 95%;
	margin: auto;
	font-size: 11px;
	background-color: #87decd;
	height: auto;
	padding: 1px;
	text-align: center;
}
								/*HEADER*/
header
{
	box-sizing: border-box;
}
header a
{
	color: #333333;
	text-decoration: none;
	
}
#Top
{
	text-align: right;
}
#Reseaux
{
	display: inline-block;
	vertical-align: middle;

}
#Reseaux img
{
	width: 30px;
}
#Accroche
{
	display: inline-block;
	vertical-align: middle;
}
@media screen and (max-width: 360px)
{
	#bandeau_accueil_medium
	{
		display: none;
	}
	#bandeau_accueil_small
	{
		box-sizing: border-box;
	}
	#bandeau_accueil_small img
	{
		width: 100%;
	}
	#bandeau_accueil_big
	{
		display: none;
	}
	#Accroche, #Reseaux
	{
		display: none;
	}
}
@media screen and (min-width: 361px) and (max-width: 640px)
{
	#bandeau_accueil_medium
	{
		display: none;
	}
	#bandeau_accueil_small
	{
		box-sizing: border-box;
	}
	#bandeau_accueil_small img
	{
		width: 100%;
	}
	#bandeau_accueil_big
	{
		display: none;
	}
	#Accroche
	{
		font-size: 10px;
		position: relative;
		top: 0;
		text-align: right;
		font-style: italic;
		background-color: rgba(255,255,255,0.8);
		border-radius: 0 0 5px 5px;
		padding: 5px;
		width: auto;
	}
}
@media screen and (min-width: 641px) and (max-width: 1399px)
{
	#bandeau_accueil_small
	{
		display: none;
	}
	#bandeau_accueil_medium
	{
		box-sizing: border-box;
	}
	#bandeau_accueil_medium img
	{
		width: 100%;
		box-sizing: border-box;
	}
	#bandeau_accueil_big
	{
		display: none;
	}
	#Accroche
	{
		font-size: 13px;
		position: relative;
		top: 0;
		text-align: right;
		font-style: italic;
		background-color: rgba(255,255,255,0.8);
		border-radius: 0 0 5px 5px;
		padding: 5px;
		width: auto;
	}
}
@media screen and (min-width: 1400px)
{
	#bandeau_accueil_small
	{
		display: none;
	}
	#bandeau_accueil_big
	{
		box-sizing: border-box;
	}
	#bandeau_accueil_big img
	{
		width: 100%;
		box-sizing: border-box;
	}
	#bandeau_accueil_medium
	{
		display: none;
	}
	#Accroche
	{
		font-size: 15px;
		position: relative;
		top: 0;
		text-align: right;
		font-style: italic;
		background-color: rgba(255,255,255,0.8);
		border-radius: 0 0 5px 5px;
		padding: 5px;
		width: auto;
	}
}
#Trophee
{
	box-sizing: border-box;
	text-align: center;
	border-bottom: 1px solid #6d6d6d;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	color: #339c3f;
	font-style : italic;
}
@media screen and (max-width: 640px)
{
	#Trophee
	{
		font-size: 10px;
	}
}
@media screen and (min-width: 641px) and (max-width: 800px)
{
	#Trophee
	{
		font-size: 11px;
	}
}
@media screen and (min-width: 801px) and (max-width: 1000px)
{
	#Trophee
	{
		font-size: 12px;
	}
}


											/*CONTENU PAGE*/
#bloc_page
{
	width: 100%;
	background-color: white;
	box-sizing: border-box;
	position: relative;
}
											/*NAVIGATION*/
#Nav_principale
{
	font-size: 15px;
	padding: 10px 15px 10px 15px;
	border-bottom: 3px solid #a9bccd;
	background-color: white;
}
#Menu
{
	display: none;
}
#Menu
{
	display: none;
}
@media screen and (max-width: 360px)
{
	#Menu
	{
		display: block;
		background-color: #6d6d6d;
		width: 40px;
		border-radius: 2px;
		margin: auto;
	}
	#Menu p
	{
		border: 2px solid white;
		width: 30px;
		padding: 3px;
		margin: auto;
	}
	#Nav_principale
	{
		display: none;
	}
	#Navigation_complete
	{
		background-color: #6d6d6d;
	}
	#Navigation_complete li
	{
		width: 100%;
		padding: 8px;
		list-style-type: none;
		border-bottom: 1px solid white;
		text-align: center;
		position: relative;
		left: -20px;
	}
	#Navigation_complete li a
	{
		color: white;
		text-decoration: none;
	}
}
@media screen and (min-width: 361px) and (max-width: 640px)
{
	#Nav_principale
	{
		font-size: 14px;
	}
}
#Nav_principale a
{
	color: #333333;
	text-decoration: none;
}
#Nav_principale a:hover
{
	color: #6d6d6d;
	text-decoration: underline;
}
#Nav_principale ul
{
	list-style-type: none;
	width: 100%;
	margin: auto;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-left: -40px;
}
#Nav_principale li
{
	display: inline-block;
	height: auto;
}
@media screen and (max-width: 640px)
{
	#Nav_principale li
	{
		margin: 1px;
		padding: 10px;
		background-color: #6d6d6d;
		border-radius: none;
		height: auto;
	}
	#Nav_principale li a
	{
		color: white;
	}
	#Nav_principale li a:hover
	{
		color: white;
		text-decoration: underline;
	}
}
@media screen and (min-width: 641px) and (max-width: 900px)
{
	#Nav_principale li
	{
		display: inline-block;
		margin-bottom: 10px;
		margin-right: 10px;
		height: auto;
	}
}
#RubSelec
{
	font-weight: bold;
	background-color: #a9bccd;
	padding: 15px;
	border-radius: 5px;
	color: white;
}
#Rub1, #Rub2, #Rub3, #Rub4, #Rub5, #Rubsports
{
	padding: 3px 15px 3px 15px;
}
#Rub6, #Rub7
{
	text-align: center;
	padding: 3px 15px 3px 15px;
	border: 1px dotted #6d6d6d;
	border-radius: 5px;
}
#Rub6
{
	margin-right: 10px;
}

#Rubsports
{
	border-radius: 5px;
	background-color: #6d6d6d;
	margin-left: 10px;
	padding: 3px 15px 3px 15px;
	border: 1px dotted #6d6d6d;
	color: white;
}
#Rubsports a
{
	color: white;
}
#Rubsports a:hover
{
	color: white;
}
.sous_menu
{
	position: absolute;
	box-sizing: border-box;
	padding: 5px;
	top: 40px;
	display: none;
	background-color: #f1f1f1;
	border-radius: 5px;
	font-size: 12px;
}
.sous_menu p
{
	text-align: left;
	padding-left: 15px;
	line-height: 150%;
	border-bottom: 1px dotted #333333;
}
.sous_menu a
{	
	height: 30px;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}
.sous_menu a:hover
{
	font-weight: bold;
	text-decoration: none;	
}

nav li:hover div.sous_menu
{
	display: none;
}
.sous_menu_sport
{
	position: absolute;
	box-sizing: border-box;
	padding: 5px;
	top: 40px;
	display: none;
	background-color: #f1f1f1;
	border-radius: 5px;
	font-size: 12px;
}
.sous_menu_sport a
{	
	height: auto;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}
.sous_menu_sport a:hover
{
	font-weight: bold;
	text-decoration: none;	
}
nav li:hover div.sous_menu_sport
{
	display: none;
}
													/*NAVIGATION SECONDAIRE*/
#Ligne_haut
{
	border-bottom: 1px solid #a9bccd;
	background-color: white;
	padding: 3px;
}
@media screen and (max-width: 640px)
{
	#Ligne_haut
	{
		display: none;
	}
}
#Nav_liens
{
	width: 100%;
	text-align: right;
	height: 30px;
}
#Nav_liens ul
{
	list-style-type: none;
	margin-left: -20px;
}
#Nav_liens li
{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 15px 8px 5px; 
}
#Nav_liens a
{
	color: #a9bccd;
	text-decoration: none;
}
#Navnews, #NavFB
{
	display: inline-block;
}

															/*CENTRE DE LA PAGE*/
#Centre_page
{
	box-sizing: border-box;
	width: 100%;
}
h1
{
	width: auto;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #333333;
	text-align: center;
}
@media screen and (max-width: 640px)
{
	h1
	{
		font-size: 16px;
	}
}
															/*PARTIE ACCUEIL*/

#Bloc_accueil_agenda
{
	margin: auto;
	padding: 15px;
	color: #6d6d6d;
}
#Titre_agenda
{
	display: inline-block;
	width: 50%;
	text-align: center;
	vertical-align: top;
	margin-top: 10px;
}
#Titre_agenda h3
{
	font-size: 18px;
	background-color: #6d6d6d;
	padding: 10px;
	color: white;
	border-radius: 3px;
	text-align: center;
	max-width: 200px;
	margin: auto;
}
#Titre_agenda p
{
	padding: 10px;
	font-size: 13px;
	background-color: #e0e1e5;
	max-width: 250px;
	font-size: 14px;
	margin: auto;
	margin-top: 20px;
	border-radius: 5px;
	font-style: italic;
	line-height: 150%
}
#Pub_1_agenda
{
	display: inline-block;
	height: 200px;
	width: 300px;
}
#Pub_1_agenda img
{
	border: none;
}
#Pub_1_agenda a
{
	text-decoration: none;
	color: #6d6d6d;
}
#Pub_1_agenda a:hover
{
	font-weight: bold;
}
#Pub_1_agenda img
{
	border: none;
	vertical-align: bottom;
}
#Pub_1_agenda iframe
{
	border: none;
	vertical-align: bottom;
}
@media screen and (max-width: 639px)
{
	#Titre_agenda
	{
		display: block;
		margin: auto;
	}
	#Pub_1_agenda
	{
		display: block;
		margin: auto;
	}
}

										/*PAGE AFFICHES - CAlendrier */
#Bloc_affiches_evenements
{
	width: 80%;
	margin: auto;
	padding: 10px;
	text-align: center;
}
.Affiche
{
	display: inline-block;
	vertical-align: top;
}
.Affiche img
{
	width: 200px;
	padding: 10px;
}
										/*AFFICHAGE DE L'AGENDA*/
#Tableau
{
	height: auto;
	width: 95%;
	margin: auto;
}
#Mois ul
{
	list-style-type: none;
}
#Mois li
{
	font-size: 13px;
	padding: 10px;
	width: auto;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}
#Mois li a
{
	color: #6d6d6d;
	text-decoration: none;
}
#Mois li a:hover
{
	text-decoration: underline;
}
#Tableau h1
{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border: none;
}
table
{
	margin: auto;
	width: 100%;
	height: auto;
	border-collapse: collapse;
}
th
{
	font-size: 14px;
	font-weight: bold;
	border: 1px solid grey;
	padding: 5px;
	background-color: #333333;
	color: white;
}
@media screen and (max-width: 720px)
{
	th
	{
		display: none;
	}
}
.Colonne_date
{

}
.Colonne_nom
{

}
.Colonne_lieu
{

}
.Colonne_web
{

}
.Colonne_sport
{

}
tbody
{
	font-size: 14px;
	font-weight: bold;
}
tbody tr:nth-child(odd)
{
	background-color: #e6e6e6;
}
tbody a
{
	text-decoration: none;
}
td
{
    border: 1px solid grey;
	font-size: 11px;
	padding: 5px;
}
@media screen and (max-width: 720px)
{
	td
	{
		display: block;
		width: 90%;
		border: none;
	}
}
.Affichage_date
{
	text-align: right;
	max-width: 60px;
}
p a
{
	text-decoration: none;
	color: #6d6d6d;
}
p a:hover
{
	text-decoration: underline;
}



										/*PAGE CONTACT*/
#Message_visiteur
{
	width: 490px;
	position: relative;
	margin: auto;
	margin-bottom: 50px;
	height: auto;
}
#Message_visiteur p
{
	text-align: justify;
	font-size: 13px;
	line-height: 150%;
}
#Formulaire_contact
{
	margin-top: 30px;	
}
#Message
{
	background-color: #f1f1f1;
	font-size: 12px;
}
#valider
{
	font-size: 13px;
	font-family: trebuchet MS;
	color: white;
	background-color: #6d6d6d;
	margin-top: 3px;
	margin-left: 400px;
	border-radius: 5px;
}
#valider:hover
{
	opacity: 0.8;
}



																/*FOOTER*/
footer
{
	background-color: #e0e1e5;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
footer a
{
	color: #333333;
	text-decoration: none;
}
#Blocs_utiles
{
	text-align: center;
}
#Bloc_challenge, #Bloc_newsletter
{
	display: inline-block;
	vertical-align: top;
	width: 250px;
	margin: 15px;
	background-color: white;
	height: 250px;
	overflow: hidden;
	padding: 5px;
}
#Bloc_Facebook
{
	display: inline-block;
	vertical-align: top;
	color: #333333;
	width: 340px;
	margin: 15px;
	text-align: left;
	background-color: none;
	padding: 5px;
}
#Bloc_challenge
{
	font-size: 12px;
	position: relative;
}
#Bloc_challenge p
{
	position: absolute;
	top: 80px;
	left: 0;
	background-color: #333333;
}
#Bloc_challenge a
{
	color: white;
}
#Bloc_challenge img
{
	width: 180px;
	border: none;
}
#Bloc_newsletter
{
	background-color: #333333;
	color: white;
	line-height: 200%;
}
#Bloc_newsletter img
{
	width: 90%;
}
#Bloc_newsletter a
{
	color: white;
}
#Bloc_partenaires
{
	width: 90%;
	text-align: center;
	margin: auto;
	background-color: white;
	padding: 10px;
}
#Bloc_partenaires img
{
	width: 220px;
	border: none;
	padding: 15px;
}
#Bandeau_partenaires
{
	width: 250px;
	border: 1px dotted #333333;
	overflow: hidden;
	height: auto;
	color: white;
	margin: auto;
	display: inline-block;
	vertical-align: middle;
}
#Premium
{
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
}
#Premium img
{
	width: 400px;
}
.Logo_partenaire
{
	display: inline-block;
	vertical-align: middle;
}
@keyframes slide_partenaires
{
	from, 8%, to {left: 0px;} /* ajouter 254.5px de plus à chaque nouvelle insertion de partenaire*/
	9%, 17% {left: -254.5px;}
	18%, 25% {left: -509px;}
	26%, 33% {left :-762.5px;}
	34%, 41%{left :-1017px;}
	42%, 49%{left :-1274px;}
	50%, 57%{left :-1528.5px;}
	58%, 65%{left :-1274px;}
	66%, 73%{left :-1017px;}
	74%, 81% {left :-762.5px;}
	82%, 89% {left :-509px;}	
	90%, 99% {left: -254.5px;}
}
@-webkit-keyframes slide_partenaires
{
	from, 8%, to {left: 0px;} /* ajouter 254.5px de plus à chaque nouvelle insertion de partenaire*/
	9%, 17% {left: -254.5px;}
	18%, 25% {left: -509px;}
	26%, 33% {left :-762.5px;}
	34%, 41%{left :-1017px;}
	42%, 49%{left :-1274px;}
	50%, 57%{left :-1528.5px;}
	58%, 65%{left :-1274px;}
	66%, 73%{left :-1017px;}
	74%, 81% {left :-762.5px;}
	82%, 89% {left :-509px;}	
	90%, 99% {left: -254.5px;}
}
#Partenaires
{
	position: relative;
	width: 1527px;
	animation: slide_partenaires 40s linear;
	animation-iteration-count: infinite;
	-webkit-animation: slide_partenaires 40s linear;
	-webkit-animation-iteration-count: infinite;
}
#liens_autres
{
	text-align: center;
	padding: 10px;
}
#liens_autres ul
{
	display: inline-block;
	vertical-align: top;
	border: 2px dotted white;
	padding: 10px;
	background-color: #e0e0e0;
	max-width: 300px;
	height: 90px;
}
#liens_autres li
{
	list-style-type: none;
}
#Logo
{
	width: 100%;
	margin: auto;
	text-align: center;
}
#Logo img
{
	width: 180px;
	padding: 0 0 10px 0;	
}
#Trophee_Numeric_Alsace
{
	background-color: white;
	padding: 3px;
	margin: auto;
	max-width: 400px;
	text-align: center;
	border-radius: 5px;
	border: 1px dotted #6d6d6d;
}
#Marque_Alsace
{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px dotted #6d6d6d;
	background-color: white;
	margin-top: 10px;
}
#Marque_Alsace img
{
	padding: 10px;
	background-color: white;
	width: 180px;
}
#Bas_footer
{
	width: 95%;
	margin: auto;
	text-align: center;
	padding: 15px;
}