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;
}
#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;
	}
	#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;
	}
}
#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;
}
@media screen and (max-width: 640px)
{
	#Ligne_haut
	{
		display: none;
	}
}
#Sous_Nav
{
	width: 100%;
	text-align: right;
	height: 30px;
}
#Sous_Nav ul
{
	list-style-type: none;
	margin-left: -20px;
}
#Sous_Nav li
{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 15px 8px 5px; 
}
#Sous_Nav a
{
	color: #a9bccd;
	text-decoration: none;
}
#Navnews
{
	display: inline-block;
}

															/*CENTRE DE LA PAGE*/
#Centre_page
{
	width: 100%;
}
															/*PARTIE ACCUEIL*/

#Bloc_accueil
{
	text-align: center;
	background-color: white;
}
#Bloc_accueil_gauche
{
	display: inline-block;
	vertical-align: top;
	width: 85%;
	margin: auto;
}
@media screen and (max-width: 900px)
{
	#Bloc_accueil_gauche
	{
			width: 95%;
			padding: 0;
			margin: auto;
	}
}
#sous-categories
{
	margin: 10px auto 20px auto;
}
#sous-categories p
{
	width: auto;
	max-width: 250px;
	font-size: 25px;
	background-color: #a9bccd;
	padding: 15px;
	border-radius: 5px;
	text-align: center;
	margin: auto;
}
#sous-categories li
{
	display: inline-block;
	background-color: #e0e0e0;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
	margin-top: 15px;
	margin-left: 15px;
	text-align: center;
}
#sous-categories a
{
	text-decoration: none;
	color: #333333;
}
#sous-categories a:hover
{
	text-decoration: underline;
}
#sous-categories ul
{
	list-style-type: none;
	box-sizing: border-box;
	margin: auto;
	margin-left: -50px;
}
#sous-categories_guides
{
	margin: 10px auto 20px auto;
	line-height: 150%;
}
#sous-categories_guides p
{
	width: auto;
	max-width: 250px;
	font-size: 25px;
	background-color: #a9bccd;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
	margin: auto;
}
#sous-categories_guides ul
{
	list-style-type: none;
	padding: 30px;
}
#sous-categories_guides li
{
	width: 350px;
	display: inline-block;
	vertical-align: middle;
	background-color: #f1f1f1;
	margin: 10px;
	padding: 10px;
	font-size: 14px;
}
#sous-categories_guides img
{
	padding: 10px;
	text-align: center;
	margin: auto;
}
#sous-categories_guides a
{
	color: #333333;
	text-decoration: none;
}
#sous-categories_guides img
{
	max-width: 85%;
	display: block;
}
#SousrubSelec
{
	font-weight: bold;
	font-size: 14px;
	padding: 15px 15px 15px 15px;
}
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;
	}
}
												/*ARTICLE SEUL*/
#Bloc_accueil_article_seul
{
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
#Top_article_seul
{
	width: 100%;
	background-color: white;
	margin: auto;
	padding: 2%
}
@media screen and (max-width: 800px)
{
	#Bloc_accueil_article_seul
	{
		background: none;
	}
	#Top_article_seul
	{
		width: 100%;
		background-color: white;
		margin: auto;
	}
}
#Bloc_gauche_article_seul
{
	vertical-align: top;
	width: 80%;
	margin: auto;
}
#Bloc_droit_article_seul
{
	display: inline-block;
	vertical-align: top;
	width: 23%;
}
@media screen and (max-width: 950px)
{
	#Bloc_gauche_article_seul
	{
	display: inline-block;
	vertical-align: top;
	width: 95%;
	margin: auto;
	}
	#Bloc_droit_article_seul
	{	
	display: inline-block;
	vertical-align: top;
	width: 90%;
	}
}
#sous-categories_article_entier
{
	text-align: left;
	margin: 10px;
	border-bottom: 1px solid #6d6d6d;
}
#sous-categories_article_entier ul
{
	list-style-type: none;
}
#sous-categories_article_entier li
{
	display: inline-block;
	margin: 5px;
}	
#sous-categories_article_entier a
{
	color: #333333;
	text-decoration: none;
}
#Rubrique, #Sous_rubrique, #Sport
{
	display: inline-block;
}	
#Rubrique
{
	width: auto;
	max-width: 250px;
	font-size: 25px;
	background-color: #a9bccd;
	padding: 15px;
	border-radius: 5px;
	text-align: center;
	margin: auto;
	color: white;
}
#Rubrique a
{
	color: white;
}
#Sous_rubrique
{		
	background-color: #e0e0e0;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
	margin-left: 15px;
	text-align: center;	
}	
#Sport
{
	background-color: #e0e0e0;
	border-radius: 5px;
	color: white; 
	padding: 5px 10px 5px 10px;
	margin-left: 15px;
	text-align: center;	
}
#Article_entier
{
	width: 90%;
	padding: 10px;
	text-align: justify;
	margin: auto;
	border-right: 1px dotted #6d6d6d;
	color: #6d6d6d;
	background-color: white;
}
@media screen and (max-width: 600px)
{
	#Article_entier
	{
	padding: 5px;
	}
}
.Photo_article
{
	width: 20%;
	padding: 10px;
}
.Photo_article img
{
	width: 100%;
}
h2
{
	width: 70%;
}
.Photo_article, h2
{
	display: inline-block;
	vertical-align: bottom;
}
.Article_entier a
{
	color: #6d6d6d;
}
.Article_entier img
{
	border: none;
}
h2
{
	height: auto;
	font-size: 18px;
	font-weight: bold;	
	text-align: center;
	border-bottom: 1px dotted #6d6d6d;
	margin: auto;
	line-height: 200%;
	padding: 15px;
}
.Contenu	
{
	height: auto;
	width: 80%;
	font-size: 14px;
	line-height: 150%;
	padding: 25px;
	overflow: hidden;
	margin: auto;
	text-align: justify;
}	
@media screen and (max-width: 600px)
{
	h2
	{
		padding: 5px;
		font-size: 17px;
	}
	.Contenu	
	{
		height: auto;
		width: 91%;
		font-size: 14px;
		line-height: 150%;
		padding: 2px;
		overflow: hidden;
		margin: auto;
		text-align: justify;
	}	
}
.Signature
{
	text-align: left;
	font-style: italic;
	font-size: 11px;
	background-color: #f1f1f1;
	padding: 10px;
}
.Signature img
{
	width: 110px; 
	display: inline-block; 
	vertical-align: top;
	padding: 5px;
}
#Profil
{
	display: inline-block;
	max-width: 400px;
	text-align: justify;
	vertical-align: top;
}
.Like-share
{
	border: 1px dotted grey;
	width: 80%;
	min-height: 20px;
	margin: auto;
	padding: 20px;
}
#Liste_commentaires
{
	font-size: 12px;
	max-height: 500px;
	overflow-y: auto;
	width: 80%;
	margin: auto;
}
#Liste_commentaires p
{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	border-top: 2px solid #339c3f;
}
#Reference_article
{
	display: none;
}
#Reference_rubrique
{
	display: none;
}
.Ref_commentaire
{
	padding: 2px;
	margin: 5px;
	font-weight: bold;
	border-left: 1px solid #6d6d6d;
}
.Contenu_commentaire
{
	font-style: italic;
	margin: 5px;
	width: 80%;
	padding: 5px;
	border-bottom: 1px dotted #6d6d6d;
	margin: auto;
}
#Ajout_commentaire
{
	border-top: 2px solid #339c3f;
	padding-top: 5px;
	font-size: 12px;
	margin-top: 30px;
	width: 80%;
	margin: auto;
}
#Ajout_commentaire legend
{
	font-size: 14px;
	font-weight: bold;
}
#Saisie_commentaire
{
	background-color: #f1f1f1;
}
#valider
{
	font-size: 12px;
	background-color: #6d6d6d;
	color: white;
	border-radius: 5px;
}
#valider:hover
{
	background-color: grey;
}
#blague
{
	display: none;
}
#Nav_liens_article_seul 
{
	text-align: center;
	padding: 10px 0 10px 0;
	font-size: 15px;
	line-height: 180%;
	overflow: hidden;
}
@media screen and (min-width: 951px)
{
	#Nav_liens_article_seul ul
	{
	list-style-type: none;
	margin-left: -35px;
	}
}
@media screen and (max-width: 950px)
{
	#Nav_liens_article_seul ul
	{
		list-style-type: none;
		margin-left: -35px;
		max-width: 300px;
		margin: auto;
	}
}
#Nav_liens_article_seul img
{
	padding: 10px;
}
#Nav_liens_article_seul li
{
	display: inline-block;
	vertical-align: top;
	padding: 20px;
	width: 150px;
	height: 150px;
	background-color: #85a7c8;
	color: white;
	margin: 5px;
	text-align: center;
}
#Pub_accueil_article_seul
{
	text-align: center;
	margin-top: 30px;
}
@media screen and (min-width: 951px)
{
	#Pub_accueil_horizontale_article_seul
	{
		display: none;
	}
}
@media screen and (min-width: 620px) and (max-width: 950px)
{
	#Pub_accueil_article_seul
	{
		display: block;
	}
	#Pub_accueil_horizontale_article_seul
	{
		height: 160px;
		width: 600px;
		background-color: #339c3f;
		text-align: center;
		margin: auto;
		padding: 20px;
		display: none;
	}
}
@media screen and (max-width: 619px) 
{
	#Pub_accueil_article_seul
	{
		display: block;
	}
	#Pub_accueil_horizontale_article_seul
	{
		height: 200px;
		width: 300px;
		background-color: #339c3f;
		text-align: center;
		margin: auto;
		margin-bottom: 20px;
		display: none;
	}
}
#Nav_liens_article_seul a
{
	text-decoration: none;
	color: white;
}
#Suggestions
{
	display: none;
	height: 200px;
	font-size: 16px;
	margin: auto;
	background-color: #74cf7d;
	color: white;
	padding: 20px;
}


												/*PAGES RUBRIQUES INTRODUCTIVES (plusieurs vignettes d'articles)*/
.Dernier_article
{
	box-sizing: border-box;
	margin-top: 30px;
	text-align: center;
}
.Dernier_article a
{
	color: #333333;
}
.article_alaune
{
	width: 400px;
	margin: 0 10px 15px 15px;
	position: relative;
	height: 300px;
	overflow: hidden;
	background-color: #c0c0c0;
	display: inline-block;
}
.Titre_article_alaune
{
	position: absolute;
	top:0;
	left: 0;
	width: 390px;
	height: auto;
	background-color: rgba(255,255,255,0.9);
	color: #333333;
	z-index: 2;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
}
.Photo_article_alaune
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.Photo_article_alaune img
{
	width: 100%;
	border: none;
}
.Intro_article_alaune
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90%;
	height: 80px;
	font-size: 12px;
	background-color: rgba(255,255,255,0.9);
	color: #333333;
	padding: 1% 5% 1% 5%;
	z-index: 2;
	line-height: 150%;
	overflow: hidden;
	text-align: justify;
}
.categorie_sport
{
	position: absolute;
	background-color: #339c3f;
	bottom: 87px;
	left: 10%;
	border-radius: 5px 5px 0 0;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 8px;
	z-index: 2;
}
@media screen and (max-width: 420px)
{
	.article_alaune
	{
		width: 300px;
		height: 250px;
	}
	.Titre_article_alaune
	{
		width: 294px;
		padding: 3px;
	}
	.Intro_article_alaune
	{
		height: 60px;
		font-size: 11px;
		line-height: 120%;
	}
}
@media screen and (min-width: 421px) and (max-width: 640px)
{
	.article_alaune
	{
		width: 400px;
	}
	.Titre_article_alaune
	{
		position: absolute;
		top:0;
		left: 0;
		width: 390px;
		height: auto;
		background-color: rgba(255,255,255,0.9);
		color: #333333;
		z-index: 2;
		font-weight: bold;
		font-size: 14px;
		padding: 5px;
	}
	.Intro_article_alaune
	{
		height: 60px;
		font-size: 11px;
		line-height: 120%;
	}
}
																/*PUBS*/
#Pub_accueil
{
	width: 200px;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}
@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;
	}
}
													/*liens*/
													
#Nav_liens
{
	background-color: #a9bccd;
	width: 100%;
	text-align: center;
	font-size: 16px;
}	
#Nav_liens ul
{
	list-style-type: none;
}		
#Nav_liens li
{
	display: inline-block;
	vertical-align: middle;
	padding: 5px 20px 5px 20px;
	margin-left: 10px;
}
#Navcalendrier, #Navchallenge, #Navnews, #Navpartenaires	
{

}
#Nav_liens a
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}					
													/*Blocs suivants*/
#Bloc_articles_recents
{
	width: 100%;
	text-align: center;
	margin: 20px 0 20px 0;
}	
#Liste_articles
{
	margin: auto;
}	

.articles
{
	position: relative;
	width: 380px;
	height: 290px;
	margin: 10px;
	overflow: hidden;
	background-color: #c0c0c0;
	display: inline-block;
	vertical-align: top;
	
}
.Titre_selection_articles
{
	position: absolute;
	top:0;
	left: 0;
	width: 360px;
	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%;
	min-width: 450px;
}
.Intro_selection_articles
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 374px;
	height: 50px;
	font-size: 12px;
	background-color: rgba(255,255,255,0.9);
	color: #333333;
	padding: 3px;
	z-index: 2;
	line-height: 120%;
	overflow: hidden;
	text-align: justify;
}
.Intro_selection
{
	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: 460px)
{
	.articles
	{
		width: 300px;
		height: 230px;
		margin: 0;
		margin-top: 10px;
	}
	.Titre_selection_articles
	{
		width: 280px;
		font-size: 13px;
	}
	.Intro_selection_articles
	{
		width: 294px;
		font-size: 11px;
	}
}
@media screen and (min-width: 461px) and (max-width: 600px)
{
	.articles
	{
		width: 350px;
		height: 230px;
		margin: 0;
		margin-top: 10px;
	}
	.Titre_selection_articles
	{
		width: 340px;
		font-size: 13px;
	}
	.Intro_selection_articles
	{
		width: 344px;
		font-size: 11px;
	}
}
														/*PLUS d'articles - TOUS les articles*/

#Liste_complete
{
	width: 100%;
	margin: auto;
}												
#Liste_complete a
{
	color: #333333;
	text-decoration: none;
}
#Liste_complete a:hover
{
	text-decoration: underline;
}
#Tous_affichage
{
	width: 85%;
	margin: auto;
}
#Plus, #Tous
{
	display: inline-block;
	vertical-align: top;
	padding: 15px;
	font-size: 14px;
	background-color: #f1f1f1;
	border-radius: 5px;
	margin: 10px;
}
#Tous_affichage ul
{
	list-style-type: none;
	width: 90%;
	margin: auto;
}
#Tous_affichage li
{
	border-bottom: 1px dotted #6d6d6d;
	text-align: left;
}
#Tous_affichage li a
{
	color: #333333;
	text-decoration: none;
}
#Tous_affichage p
{
	display: inline-block;
	vertical-align: 180%;
	padding: 5px;
}
#Tous_affichage img
{
	padding: 10px;
	border: 1px solid #f1f1f1;
	display: inline-block;
}

															/*PAGE SPORTS - Liste sports*/
#Bloc_tous_les_sports
{
	width: 100%;
	text-align: center;
}
#Bloc_tous_les_sports ul
{
	list-style-type: none;
	width: 80%;
	margin: auto;
	padding: 20px;
}
#Bloc_tous_les_sports li
{
	display: inline-block;
	vertical-align: top;
	margin: 5px;
	background-color: #f1f1f1;
	padding: 15px;
	font-size: 15px;
	border-radius: 5px;
}
#Bloc_tous_les_sports li a
{
	color: #6d6d6d;
	text-decoration: none;
	font-weight: bold;
}
#Bloc_tous_les_sports li a:hover
{
	font-style: italic;
}
#Articles_tous_sports
{
	width: 80%;
	margin: auto;
	padding: 0 0 20px 0;
}
#Articles_tous_sports ul
{
	list-style-type: none;
}
#Articles_tous_sports h2
{
	width: 80%;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #333333;
	text-align: center;
	margin: auto;
}
#Articles_tous_sports li
{
	border-bottom: 1px dotted #6d6d6d;
	list-style-type: none;
}
#Articles_tous_sports li a
{
	color: #333333;
	text-decoration: none;
}
#Articles_tous_sports p
{
	display: inline-block;
	vertical-align: 180%;
	padding: 5px;
}
#Articles_tous_sports img
{
	padding: 10px;
	border: 1px solid #f1f1f1;
	display: inline-block;
}
#sous_rubriques
{
	width: 70%;
	margin: auto;
	padding: 10px 5px 0 5px;
	border-top: 1px solid #6d6d6d;
	margin-top: 10px;
}
.sous-menu-autres-sports
{
	display: inline-block;
	padding: 10px;
	font-size: 12px;
	border-right: 1px dotted #6d6d6d;
}


																		/*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;
}