@charset "UTF-8";
body {
	background-color: #993300;
	background-image: url(index/Fond-Brun.jpg);
	background-repeat: no-repeat;
	background-position: top 00px left 90px;
	background-attachment: fixed;
}
@font-face {
	font-family: "Delius-Regular";
	src: url("font/Delius-Regular.eot"); /* IE9 Compat Modes */
	src: url("font/Delius-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("font/Delius-Regular.otf") format("opentype"), /* Open Type Font */ url("font/Delius-Regular.svg") format("svg"), /* Legacy iOS */ url("font/Delius-Regular.ttf") format("truetype"), /* Safari, Android, iOS */ url("font/Delius-Regular.woff") format("woff"), /* Modern Browsers */ url("font/Delius-Regular.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Champigna";
	src: url("font/Champigna.eot"); /* IE9 Compat Modes */
	src: url("font/Champigna.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("font/Champigna.otf") format("opentype"), /* Open Type Font */ url("font/Champigna.svg") format("svg"), /* Legacy iOS */ url("font/Champigna.ttf") format("truetype"), /* Safari, Android, iOS */ url("font/Champigna.woff") format("woff"), /* Modern Browsers */ url("font/Champigna.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
#champ1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 219px;
	height: 174px;
}
#champ2 {
	position: absolute;
	left: 219px;
	top: 2px;
	width: 36px;
	height: 115px;
}
#champ3 {
	position: absolute;
	left: 579px;
	top: 2px;
	width: 250px;
	height: 120px;
}
#champ4 {
	position: absolute;
	left: 829px;
	top: 0px;
	width: 180px;
	height: 174px;
}
.navbar {
	overflow: hidden;
	background-color: transparent;
	position: fixed;
	top: 0;
	width: 100%;
}
.navbar a {
	float: left;
	display: block;
	color: #00FF99;
	text-align: center;
	padding: 16px 50px;
	text-decoration: none;
	font-family: "Champigna";
	font-size: 18px;
	font-weight: bold;
}
.navbar a:hover {
	background: #FF6600;
	color: #3300FF;
}


/* ------------------------ */



#player {
	margin: 0;
	padding: 0;
	border: solid 3px #006666;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	font-family: "Delius-Regular";
	font-size: 12px;
	position: absolute;
	left: 120px;
	top: 280px;
	width: 780px;
}
#playlist {
	position: absolute;
	left: 40px;
	top: 400px;
}
.column {
	float: left;
	width: 300px;
	padding: 10px;
	height: 500px;
	background-color: #990000;
	border: solid 6px #002222;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	font-family: Delius-Regular;
	font-size: 14px;
	color: #00FFFF;
	list-style: none;
}

	/* ------------- */	
	
.column2 {
	float: left;
	width: 300px;
	padding: 10px;
	height: 840px;
	background-color: #990000;
	border: solid 6px #002222;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	font-family: Delius-Regular;
	font-size: 14px;
	color: #00FF00;
	list-style: none;
}





	/* ------------- */	
	
.periode {
	background-color: #993300;
	font-family: Champigna;
	font-size: 18px;
	color: #FFCC33;
	text-align: center;
	}
	
	
	/* ------------- */
.groupe {
	background-color: #993300;
	font-family: Champigna;
	font-size: 14px;
	color: #FFCC33;
	text-align: center;
	}
	
	
	/* ------------- */	
	
	
	
	
	
a:after {
	content: " →";
}
.row:after {
	content: "";
	display: table;
	clear: both;
}
.column li:nth-child(even) {
	background-color: none;
}
.column li:nth-child(odd) {
	background-color: #996600;
}
.column li a {
	color: #AAFFFF;
	text-decoration: none;
}
.column li a:visited, #playlist li a:hover {
	color: #00FFFF;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

.column2 li:nth-child(even) {
	background-color: none;
}
.column2 li:nth-child(odd) {
	background-color: #996600;
}
.column2 li a {
	color: #AAFFFF;
	text-decoration: none;
}
.column2 li a:visited, #playlist li a:hover {
	color: #00FFFF;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
#list {
	position: absolute;
	left: 180px;
	top: 180px;
	margin: 10px;
	padding: 20px;
	border: solid 3px #002222;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	background-color: #993300;
	text-align: center;
	font-family: "Delius-Regular";
	font-size: 16px;
	color: #CCFF00;
	width: 590px;
}


/* ------------- */


#notcopy {
	position: absolute;
	left: 300px;
	top: 340px;
	margin: 3px;
	padding: 3px;
	border: solid 2px #002222;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #993300;
	text-align: center;
	font-family: "Delius-Regular";
	font-size: 12px;
	color: #CC9900;
}
 @media (max-width: 400px) {
.column {
	width: 100%;
}
