body 			{ font-family: 'Indie Flower', cursive;
				/*font-family: 'Courgette', cursive;
				font-family: 'Coming Soon', cursive;
				font-family: 'Dancing Script', cursive; */
				background: #6b2525;
				background: -moz-linear-gradient(top,  #6b2525 0%, #8f0222 44%, #8d3131 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b2525), color-stop(44%,#8f0222), color-stop(100%,#8d3131));
				background: -webkit-linear-gradient(top,  #6b2525 0%,#8f0222 44%,#8d3131 100%);
				background: -o-linear-gradient(top,  #6b2525 0%,#8f0222 44%,#8d3131 100%);
				background: -ms-linear-gradient(top,  #6b2525 0%,#8f0222 44%,#8d3131 100%);
				background: linear-gradient(to bottom,  #6b2525 0%,#8f0222 44%,#8d3131 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b2525', endColorstr='#8d3131',GradientType=0 );}
.maintenance 	{ width: 100%; margin: 0 auto; background: url('../images/maintenance.jpg') no-repeat center 10px; text-align: center;}
.maintenanceText{ margin-top: 35em;}
.page 			{ width: 900px; margin: 0 auto; position: relative; background: white;}
.content 		{ padding: 1em;}

h2 				{ color: #7F000A; font-style: italic; text-shadow: 5px 5px 5px #111;}
a:hover 	{ text-decoration: none;}
.bold 			{ font-weight: bold; color: #7F000A;}

/* News */
.news h2			{ border-radius: 15px 15px 0 0; font-size: 2em; 
				margin-bottom: 0; padding: 0.5em; border: 1px solid #540308; box-shadow: 3px 6px 5px #aaa; }
.news h2 img 		{ width: 30px; height: auto;}
.news h2 span 	{ display: block; font-size: 0.5em;}
.news div 		{ border-radius: 0 0 15px 15px; padding: 2em; box-shadow: 3px 6px 5px #aaa; text-align: justify;}

.news1 h2 		{ background: white; color: black; border: 1px solid black; } /* Ligue */
.news1 div		{ background: white; color: black; border: 1px solid black;}
.news1 a			{ color: #888;}
.news1 h2 a 		{ color: black; }

.news2 h2 		{ background: #7F000A; color: white; border: 1px solid #540308;} /* Equipe féminine */
.news2 div		{ background: #F4BBBF; color: black; border: 1px solid #540308;}
.news2 a			{ color: #7F000A;}
.news2 h2 a 		{ color: white; }

.news3 h2 		{ background: #666; color: white; border: 1px solid #494949;} /* Equipe Masculine */
.news3 div		{ background: #E0DEDE; color: black; border: 1px solid #494949;}
.news3 a			{ color: #666;}
.news3 h2 a 		{ color: white; }

h2.titlenews 	{ margin-left: 1em;}
p.titlenews 		{ margin-left: 3em;}
.textNews 		{ width: 600px; margin: auto; text-align:justify;}
/*----*/

/* Menu */
/*.menu 			{ position: fixed; width:100%; z-index: 100; 
				top: 0;
				background: -moz-linear-gradient(top,  rgba(135,135,135,1) 0%, rgba(239,239,239,1) 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,135,135,1)), color-stop(100%,rgba(239,239,239,1)));
				background: -webkit-linear-gradient(top,  rgba(135,135,135,1) 0%,rgba(239,239,239,1) 100%);
				background: -o-linear-gradient(top,  rgba(135,135,135,1) 0%,rgba(239,239,239,1) 100%);
				background: -ms-linear-gradient(top,  rgba(135,135,135,1) 0%,rgba(239,239,239,1) 100%);
				background: linear-gradient(to bottom,  rgba(135,135,135,1) 0%,rgba(239,239,239,1) 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#efefef',GradientType=0 );}
.menu ul 			{ margin: 0; padding:0; background: -moz-linear-gradient(top,  rgba(135,135,135,1) 0%, rgba(239,239,239,1) 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,135,135,1)), color-stop(100%,rgba(239,239,239,1)));
				background: -webkit-linear-gradient(top,  rgba(135,135,135,1) 0%,rgba(239,239,239,1) 100%);
				background: -o-linear-gradient(top,  rgba(135,135,135,1) 0%,rgba(239,239,239,1) 100%);
				background: -ms-linear-gradient(top,  rgba(135,135,135,1) 0%,rgba(239,239,239,1) 100%);
				background: linear-gradient(to bottom,  rgba(135,135,135,1) 0%,rgba(239,239,239,1) 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#efefef',GradientType=0 );}
.menu li 			{ width: 180px; display: inline-block; vertical-align: middle; text-align: center;
				margin: 0;}
.navLogin li 		{ width: 14.2%; display: inline-block; vertical-align: middle; text-align: center;
				margin: 0;}
.menu  a			{ width:100%; height: 48px; display: inline-block; color: Black; vertical-align: middle; padding-top: 1em;}
.menuSize		{ font-size: 0.9em; padding-top: 1.3em !important;}
.menu  a:hover	{ text-decoration: none; color: white;
				background: #6b2525;
				background: -moz-linear-gradient(top,  #6b2525 0%, #8f0222 44%, #8d3131 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b2525), color-stop(44%,#8f0222), color-stop(100%,#8d3131));
				background: -webkit-linear-gradient(top,  #6b2525 0%,#8f0222 44%,#8d3131 100%);
				background: -o-linear-gradient(top,  #6b2525 0%,#8f0222 44%,#8d3131 100%);
				background: -ms-linear-gradient(top,  #6b2525 0%,#8f0222 44%,#8d3131 100%);
				background: linear-gradient(to bottom,  #6b2525 0%,#8f0222 44%,#8d3131 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b2525', endColorstr='#8d3131',GradientType=0 );}
.ongletActive  a	{ color: white;
				background: #6b2525;
				background: -moz-linear-gradient(top,  #6b2525 0%, #8f0222 44%, #8d3131 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b2525), color-stop(44%,#8f0222), color-stop(100%,#8d3131));
				background: -webkit-linear-gradient(top,  #6b2525 0%,#8f0222 44%,#8d3131 100%);
				background: -o-linear-gradient(top,  #6b2525 0%,#8f0222 44%,#8d3131 100%);
				background: -ms-linear-gradient(top,  #6b2525 0%,#8f0222 44%,#8d3131 100%);
				background: linear-gradient(to bottom,  #6b2525 0%,#8f0222 44%,#8d3131 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b2525', endColorstr='#8d3131',GradientType=0 );}
#logout			{ font-size: 16px;}*/
nav ul 		{ padding: 0;}
			nav li 	{ float:left; list-style: none; vertical-align: middle; text-align: center;
					background: -moz-linear-gradient(top,  rgba(135,135,135,1) 0%, rgba(239,239,239,1) 100%);
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,135,135,1)), color-stop(100%,rgba(239,239,239,1)));
					background: -webkit-linear-gradient(top,  rgba(135,135,135,1) 0%,rgba(239,239,239,1) 100%);
					background: -o-linear-gradient(top,  rgba(135,135,135,1) 0%,rgba(239,239,239,1) 100%);
					background: -ms-linear-gradient(top,  rgba(135,135,135,1) 0%,rgba(239,239,239,1) 100%);
					background: linear-gradient(to bottom,  rgba(135,135,135,1) 0%,rgba(239,239,239,1) 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#efefef',GradientType=0 );}
			nav a	{ display: inline-block; width:100%; height: 48px; color: Black; padding-top: 1em;}
			nav a:hover { color: #fff; background: #6b2525;
					background: -moz-linear-gradient(top,  #6b2525 0%, #8f0222 50%, rgba(239,239,239,1) 100%);
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b2525), color-stop(50%,#8f0222), color-stop(100%,rgba(239,239,239,1)));
					background: -webkit-linear-gradient(top,  #6b2525 0%,#8f0222 50%, rgba(239,239,239,1) 100%);
					background: -o-linear-gradient(top,  #6b2525 0%,#8f0222 50%, rgba(239,239,239,1) 100%);
					background: -ms-linear-gradient(top,  #6b2525 0%,#8f0222 50%, rgba(239,239,239,1) 100%);
					background: linear-gradient(to bottom,  #6b2525 0%,#8f0222 50%, rgba(239,239,239,1) 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b2525', endColorstr='#efefef',GradientType=0 );}
			
/*----*/

/* Logo */
.logo			{ width:100%; position: relative; top:40px; text-align: center; z-index:50;}
.logo img		{ width:350px; height: auto;}					
/*----*/

/* Carousel */
.carousel 			{ width: 900px; margin: 0 auto;}
.carousel img,
.carousel-control	{ border-radius: 100px 100px 0 0;}				
/*----*/

/* Corps */
aside 			{ width: 29%; height: 100%; display: inline-block; vertical-align: top;}
section 			{ width: 100%; display: inline-block; padding: 0 0.3em;}
.partenaire img 	{ width: auto; height: 30px;}				
/*----*/

/* Equipe */
.team 			{ float: left; position: relative; width: 46%; border-radius: 50px; margin: 1em;}
.team>img		{ width: 100px; height: 100px; border-radius: 50px;}
.team div 		{ display: inline-block;}
.team 			{ padding-left: 0.2em;}

.team1 			{ Background: white; border: 2px solid gray;}/* Ligue */
.team2 			{ background: #521817; /* Old browsers */
				background: -moz-linear-gradient(left,  #521817 0%, #772522 44%, #93312a 100%); /* FF3.6-15 */
				background: -webkit-linear-gradient(left,  #521817 0%,#772522 44%,#93312a 100%); /* Chrome10-25,Safari5.1-6 */
				background: linear-gradient(to right,  #521817 0%,#772522 44%,#93312a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#521817', endColorstr='#93312a',GradientType=1 ); /* IE6-9 */
				color: white; border: 1px solid #540308;}/* Féminine */
.team3 			{ /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#28343b+0,828c95+64,929aa0+100 */
				background: #28343b; /* Old browsers */
				background: -moz-linear-gradient(left,  #28343b 0%, #828c95 64%, #929aa0 100%); /* FF3.6-15 */
				background: -webkit-linear-gradient(left,  #28343b 0%,#828c95 64%,#929aa0 100%); /* Chrome10-25,Safari5.1-6 */
				background: linear-gradient(to right,  #28343b 0%,#828c95 64%,#929aa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28343b', endColorstr='#929aa0',GradientType=1 ); /* IE6-9 */
				color: white; border: 1px solid #494949;}/* Masculine */

.team .role 		{ float: right; direction : rtl;}
.team .role1 	{ position: absolute; top: -10px;}
.team .role2 	{ position: absolute; top: -13px; right: 40px; }
.team .role3 	{ position: absolute; top: -13px; right: 60px; }
.team .role4 	{ position: absolute; top: -13px; right: 80px; }
.team .role5 	{ position: absolute; top: -13px; right: 100px; }
.team .role6 	{ position: absolute; top: -13px; right: 120px; }
.team .role7 	{ position: absolute; top: -13px; right: 140px; }
.team .role8 	{ position: absolute; top: -13px; right: 160px; }
.team .role9 	{ position: absolute; top: -13px; right: 180px; }
.team .role10 	{ position: absolute; top: -13px; right: 200px; }

.avatar 			{ Width: 200px; height: auto;}
/*----*/

/* Derby ? */
.derbyStyle 		{ padding: 2em;}
.track 			{ width: 200px; float:left; margin-right: 2em;}
/*----*/

/* Google map responsive */
.Flexible-container { position: relative; padding-bottom: 56.25%; padding-top: 30px;
					height: 0; overflow: hidden;}
.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
/*----*/

/* Dasboard */
.dashboard 		{ padding: 1em;}
.dashboard li 	{ width: 20%; display: inline-block; vertical-align: middle; text-align: center;
				margin: 0;}
.dashboard nav a	{ width:100%; display: inline-block; color: Black; padding: 1em;}
.dashboard nav a:hover { text-decoration: none; background: -moz-linear-gradient(top,  rgba(135,135,135,1) 0%, rgba(239,239,239,1) 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,135,135,1)), color-stop(100%,rgba(239,239,239,1)));
				background: -webkit-linear-gradient(top,  rgba(135,135,135,1) 0%,rgba(239,239,239,1) 100%);
				background: -o-linear-gradient(top,  rgba(135,135,135,1) 0%,rgba(239,239,239,1) 100%);
				background: -ms-linear-gradient(top,  rgba(135,135,135,1) 0%,rgba(239,239,239,1) 100%);
				background: linear-gradient(to bottom,  rgba(135,135,135,1) 0%,rgba(239,239,239,1) 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#efefef',GradientType=0 );}

.contact 		{ margin: 3em;}
.contact form 	{ margin : 0.5em;}
/*----*/

/* Calendar *//*
#calendar				{ width: 100%; margin: auto; text-align: center; font-family: "Comic sans MS";}
h2 						{ margin: 0 0 10px;}
h2 div					{ width: 50%; margin: auto;}
h2 a						{ text-decoration: none; color: #000;}
h2 form 					{ display: inline-block;}
h2 select 					{ background: none; border: none; font-size: 1em; cursor: pointer; 
						  -webkit-appearance: none; -moz-appearance: none; appearance: none;
						  outline: none; padding: 0 0.2em; direction: rtl;}
h2 option 					{ text-align:right;}
h2 select+select 			{ padding-right: 0.2em;}
h2 a+a					{ text-decoration: none; color: #000;}
.calendarDay			{ display: inline-block; width: 11.8%; border-bottom: 0;}
.calendarDay p			{ margin: 0;}
.calendarCaseSemaine	{ display: inline-block; width: 11.8%;}
.calendarCaseSemaine span{ position: relative; top: -20px; left: 15px}
.calendarCase			{ display: inline-block; width: 11.8%; height: 25%; border: solid 1px #000; border-radius: 10px;}
.day					{ display: block; border-bottom: solid 1px black; border-radius: 10px 10px 0 0;}
.previous, .next 		{ color : #BBB;  border: solid 1px #BBB;}
.next .day, 
.previous .day 			{ border-bottom: solid 1px #BBB;}
.event 					{ display: block; font-size: 0.7em; text-align: left; padding-left: 5px; cursor: pointer;}
.calendarCase:hover 		{ background: #ccc;}

/* Popup *//*
.bgPopup				{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.7);}
.contentPopup				{ min-width : 600px; min-height : 300px; width: 60%; height: 50%; margin: auto; 
						  background: white; position: relative; top: 25%; border-radius: 50px}
.close 					{ width: 23px; float: right; background: #000; color: #fff; border-radius: 50px; 
						  text-align: center; padding: 5px; cursor: pointer;}
.name					{ display: block; text-align: center;margin:0; padding: 0.5em; border-bottom: solid 3px black;}
.contentPopup section 		{ display: inline-block; width: 49%; height: 70%;}
.contentPopup section p 		{ margin-left: 1em;}
.contentPopup footer 			{ position: absolute; display: block; width: 100%; bottom: 0; border-top: solid 3px black;}
.contentPopup footer form 		{ display: inline-block; padding-left: 2em;}
.contentPopup footer p 			{ display: inline-block; padding-left: 1em; margin: 0; padding:0.5em; 
						  border-left: solid 1px black;}*/
/*----*/

/* Footer */
footer 			{ background: -moz-linear-gradient(top,  rgba(135,135,135,1) 0%, rgba(239,239,239,1) 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,135,135,1)), color-stop(100%,rgba(239,239,239,1)));
				background: -webkit-linear-gradient(top,  rgba(135,135,135,1) 0%,rgba(239,239,239,1) 100%);
				background: -o-linear-gradient(top,  rgba(135,135,135,1) 0%,rgba(239,239,239,1) 100%);
				background: -ms-linear-gradient(top,  rgba(135,135,135,1) 0%,rgba(239,239,239,1) 100%);
				background: linear-gradient(to bottom,  rgba(135,135,135,1) 0%,rgba(239,239,239,1) 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#efefef',GradientType=0 );
				margin-top: 3em;}
footer .social 	{ padding: 1em 0 0 2em;}
footer .row 		{ padding: 0 2em 2em 2em;}
footer h3 			{ font-style: italic; text-shadow: 5px 5px 5px #111;}
footer li 			{ list-style-type: none; color: black;}
footer li a			{ color: black;}
footer p 			{ margin:0; padding: 0.5em 2em;}
footer span 		{ float: right;}
/*----*/

/* Responsive */
@media screen and (max-width: 900px) {
	.page 		{ width: 100%;}
	.menu 		{ position: relative;}
	.menu li 		{ width: 100%; display: block;}
	footer span 	{ display: block;}
}
@media screen and (max-width: 700px) {
}