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;
	}
}


														/*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;
}
#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;
	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;
	}
	#Rub6, #Rub7, #Rubsports
	{
		border-radius: none;
	}
}
@media screen and (min-width: 641px) and (max-width: 900px)
{
	#Nav_principale li
	{
		display: inline-block;
		margin-bottom: 10px;
		margin-right: 10px;
		height: auto;
	}
}
#Rub1, #Rub2, #Rub3, #Rub4, #Rub5, #Rubsports
{
	vertical-align: top;
	padding: 3px 15px 3px 15px;
}

#Rub6, #Rub7
{
	text-align: center;
	vertical-align: top;
	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;
}
#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;
}


	
														/*DATE ET LIENS UTILES*/
#Ligne_haut
{
	width: 100%;
	background-color: #a9bccd;
}
@media screen and (max-width: 640px)
{
	#Ligne_haut
	{
		display: none;
	}
}
#Date_accueil
{
	font-size: 12px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	color: white;
	margin-left: 2%;
	width: 40%;
}
#Nav_liens
{
	width: 55%;
	text-align: right;
	height: 30px;
	display: inline-block;
	vertical-align: top;
}
#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: white;
	text-decoration: none;
}
#Navnews, #NavFB
{
	display: inline-block;
}

															/*CENTRE DE LA PAGE*/
#Centre_page
{
	box-sizing: border-box;
	width: 100%;
}
															/*PARTIE ACCUEIL*/


#Bloc_accueil
{
	box-sizing: border-box;
	text-align: center;
	margin-top: 5px;
}
#Bloc_accueil_gauche
{
	display: inline-block;
	vertical-align: top;
	width: 75%;
}
@media screen and (max-width: 900px)
{
	#Bloc_accueil_gauche
	{
			width: 95%;
			padding: 0;
			margin: auto;
	}
}
h1
{
	width: auto;
	font-size: 20px;
	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;
	}
}
#Dernier_article
{
	box-sizing: border-box;
	margin: auto;
	margin-top: 30px;
}
#article_alaune
{
	width: 80%;
	max-width: 800px;
	margin: auto;
	position: relative;
	height: 500px;
	overflow: hidden;
	background-color: #c0c0c0;
}
#article_alaune a
{
	color: #333333;
}

@media screen and (min-width: 901px) and (max-width: 1100px)
{
	#article_alaune
	{
		width: 100%;
		text-align: center;
		height: 400px;
	}
	#Intro_article_alaune
	{
		height: 70px;
	}
}
@media screen and (min-width: 481px) and (max-width: 900px)
{
	#article_alaune
	{
		width: 100%;
		text-align: center;
		height: 350px;
	}
}
#Titre_article_alaune
{
	position: absolute;
	top:0;
	left: 0;
	width: 90%;
	height: auto;
	background-color: rgba(255,255,255,0.9);
	color: #333333;
	z-index: 2;
	padding: 1% 5% 1% 5%;
	font-weight: bold;
	font-size: 18px;
}
#Photo_article_alaune
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
#Photo_article_alaune img
{
	width: 100%;
	border: none;
}
#Rubrique_article
{
	width: 25%;
	position: absolute;
	bottom: 80px;
	height: 40px;
	background-color: #339c3f;
	color: white;
	z-index: 1;
	border-radius: 5px 5px 0 0;
	left: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 200%;
	font-weight: bold;
}
#Intro_article_alaune
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90%;
	height: 70px;
	font-size: 13px;
	background-color: rgba(255,255,255,0.9);
	color: #333333;
	padding: 1% 5% 1% 5%;
	line-height: 150%;
	overflow: hidden;
	z-index: 1;
	text-align: justify;
}
@media screen and (max-width: 480px)
{
	#article_alaune
	{
		width: 300px;
		text-align: center;
		height: 230px;
	}
	#Intro_article_alaune
	{
		width: 96%;
		font-size: 10px;
		line-height: 110%;
		padding: 1% 2% 1% 2%;
		text-align: justify;
		height: 60px;
	}
	#Titre_article_alaune
	{
		width: 280px;
		font-size: 13px;
	}
	#Rubrique_article
	{
		display: none;
	}
}
@media screen and (min-width: 481px) and (max-width: 800px)
{
	#Intro_article_alaune
	{
		font-size: 12px;
		line-height: 140%;
		height: 60px;
	}
	#Rubrique_article
	{
		display: none;
	}
}

																/*PUBS*/
#Pub_accueil
{
	width: 200px;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-top: 13px;
}
@media screen and (min-width: 951px)
{
	#Pub_accueil_horizontale
	{
		display: none;
	}
	#Pub_accueil_petite
	{
		display: none;
	}
}
@media screen and (min-width: 620px) and (max-width: 950px)
{
	#Pub_accueil
	{
		display: none;
	}
	#Pub_accueil_horizontale
	{
		margin: 20px auto 20px auto;
	}
	#Pub_accueil_petite
	{
		display: none;
	}
}
@media screen and (max-width: 619px) 
{
	#Pub_accueil
	{
		display: none;
	}
	#Pub_accueil_horizontale
	{
		display: none;
	}
	#Pub_accueil_petite
	{
		margin: 20px auto 20px auto;
	}
}

													/*Blocs articles suivants*/
#Bloc_articles_recents
{
	width: 100%;
	text-align: center;
}	
#Liste_articles
{
	margin: auto;
}	
.articles
{
	position: relative;
	width: 450px;
	height: 320px;
	margin: 20px;
	overflow: hidden;
	background-color: #c0c0c0;
	display: inline-block;
	vertical-align: top;
}
@media screen and (max-width: 980px)
{
	.articles
	{
		margin: 10px;
	}
}
.Titre_selection_articles
{
	position: absolute;
	top:0;
	left: 0;
	width: 430px;
	height: auto;
	background-color: rgba(255,255,255,0.9);
	color: #333333;
	z-index: 2;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}
.Photo_selection_articles
{
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 1;
}
.Photo_selection_articles img
{
	border: none;
	width: 100%;
}
.Intro_selection_articles
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 444px;
	height: 40px;
	font-size: 12px;
	background-color: rgba(255,255,255,0.9);
	color: #333333;
	padding: 3px;
	z-index: 2;
	line-height: 110%;
	overflow: hidden;
	text-align: justify;
}
.Intro_selection
{
	color: #6d6d6d;
	margin: 5px;
	height: 30px;
}
.Intro_selection_articles a
{
	text-decoration: none;
	color: #333333;
}
.Intro_selection_articles a:hover
{
	font-weight: bold;
}
@media screen and (max-width: 480px)
{
	.articles
	{
		width: 300px;
		height: 230px;
		margin: 0;
		margin-top: 10px;
	}
	.Titre_selection_articles
	{
		width: 280px;
		font-size: 14px;
	}
	.Intro_selection_articles
	{
		width: 294px;
		font-size: 11px;
	}
}
																/*NEWSLETTER*/

#Newsletter
{
	display: none;
	background-color: white;
	width: 100%;
	font-size: 13px;
	text-align: center;
	border: 2px dotted #333333;
}
#Newsletter p
{
	font-weight: bold;
	font-size: 14px;
}
#Newsletter a
{
	color: #333333;
	text-decoration: none;
}
#Newsletter ul
{
	box-sizing: border-box;
	margin-left: -40px;
}
#Newsletter li
{
	display: inline-block;
	vertical-align: top;
	list-style-type: none;
	width: 150px;
	margin: 10px;
	padding: 5px;
	background-color: #f0f0e0;
	border: 1px dotted #6d6d6d;
}
.date
{
	font-weight: bold;
}
#Affichage_last_news
{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
#Inscription_newsletter
{
	width: 40%;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	background-color: #333333;
	color: white;
	margin: 10px;
	padding: 20px;
}
#Bouton_Newsletter img
{
	width: 80%;
	max-width: 250px;
}

																/*AGENDA*/

#Bloc_agenda
{
	background-color: #e0e1e5;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin: auto;
}
#Bloc_agenda a
{
	text-decoration: none;
	color: #333333;
	text-align: left;
}
#Bloc_agenda h2
{
	display: inline-block;
	padding: 25px;
	vertical-align: top;
}
#Bloc_agenda h2 a:hover
{
	font-style: italic;
}
#Image_agenda
{
	background-color: #333333;
	width: 150px;
	padding: 5px;
	display: inline-block;
	vertical-align: 150%;
	margin: auto;
	margin: 30px;
}
#Image_agenda img
{
	width: 150px;
}
#Evenements
{
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
}
.Date_evenement, .Nom_evenement, .Lieu
{
	display: inline-block;
	vertical-align: top;
	padding: 3px;
}
#Bloc_affiches_evenements
{
	border-top: 1px solid #333333;
}
#Bloc_affiches_evenements img
{
	max-height: 250px;
	max-width: 200px;
	border: none;
	border: 1px solid white;
	margin: 5px;
}
.Affiche
{
	display: inline-block;
	vertical-align: middle;
}
#Bloc_affiches_evenements p
{
	font-size: 11px;
	font-style: italic;
}

												/*FOOTER*/
footer
{
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
footer a
{
	color: #333333;
	text-decoration: none;
}
#Blocs_utiles
{
	text-align: center;
	background-color: white;
}
#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;
	margin: 30px;
	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;
	padding: 10px;
	background-color: #e0e1e5;
}
#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;
	background-color: white;
	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;
	background-color: #e0e1e5;
}
#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;
}
