/* @group page */

* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	background: #000;
	font: normal 1em Arial, Helvetica, Verdana, sans;
	overflow: visible;
}

img {
	border: 0;
}

div#page {
	position: relative;
	width: 800px;
	margin: 0px auto 0px;
	border-color: #ecd563;
	border-style: solid;
	border-width: 1px;
	background-color: black;
}

/* @end */

/* @group menu */

div#menu {
	height: 50px;
	width: 800px;
}

div#menu ul, li {
	list-style-type: none;
}

div#menu ul {
	position: absolute;
	/* Positionnement pour IE5 et IE5.5 */
	left: 0;
	top: 0;
	height: 50px;
	text-align: center;
}

div#menu li {
	display: inline;
	/* Correction pour IE5 et IE5.5 */
	float: left;
}

div#menu li a.linkN {
	display: block;
	height: 50px;
	width: 77px;
	line-height: 50px;
	color: transparent;
	font-size: 18px;
	font-family: georgia, serif;
	text-decoration: none;
}

div#menu li a.linkL {
	display: block;
	height: 50px;
	width: 30px;
	line-height: 50px;
	color: transparent;
	font-size: 18px;
	font-family: georgia, serif;
	text-decoration: none;
}

div#menu li a:hover {
	color: transparent;
}

div#menu a#link1:hover {
	background-position: 0 -47px;
	/* Décalage de l'arrière-plan pour chaque bouton */
}

div#menu a#link2:hover {
	background-position: -77px -47px;
}

div#menu a#link3:hover {
	background-position: -154px -47px;
}

div#menu a#link4:hover {
	background-position: -231px -47px;
}

div#menu a#link5:hover {
	background-position: -308px -47px;
}

div#menu a#link6:hover {
	background-position: -385px -47px;
}

div#menu a#link7:hover {
	background-position: -415px -47px;
}

div#menu a#link8:hover {
	background-position: -492px -47px;
}

div#menu a#link9:hover {
	background-position: -569px -47px;
}

div#menu a#link10:hover {
	background-position: -646px -47px;
}

div#menu a#link11:hover {
	background-position: -723px -47px;
}

/* @end */

/* @group contenu */

div#contenu {
	margin: 5px auto 0;
	width: 800px;
	min-height: 200px;
	color: white;
}

#text {
	line-height: 200px;
}

/* @end */

/* @group news */

div#newstable {
	width: 600px;
	margin: 50px auto 0;
	text-align: left;
}

div#newstable table {
	width: 600px;
}

div#newstable table td {
	font-size: 0.8em;
}

.newsdate {
	width: 15%;
	vertical-align: top;
	text-align: left;
}

.newstitle {
	width: 15%;
	vertical-align: top;
	text-align: left;
}

.newscontent {
	width: 70%;
	text-align: justify;
}

div#newstable a {
	position: relative;
	text-decoration: none;
	color: #ecd563;
	border-bottom: 1px #ecd563 dotted;
	padding: 0 5px;
}

div#newstable a:hover {
	position: relative;
	color: #ecd563;
	padding: 0 4px;
	border-style: dotted;
	border-color: #ecd563;
	border-width: 1px;
}

/* @end */

/* @group blog */

div#blog {
	width: 600px;
	margin: 50px auto 0;
}

div#blog table {
	width: 600px;
}

div#blog table td {
	font-size: 0.8em;
}

.blogdate {
	width: 10%;
	vertical-align: top;
	text-align: left;
	line-height: 20px;
	border-top-color: #ecd563;
	border-top-style: dotted;
	border-top-width: 1px;
	margin-top: 5px;
}

.blogtitle {
	width: 90%;
	vertical-align: top;
	margin: 5px 5px 10px;
	text-align: left;
	line-height: 20px:
	border-bottom-color: #ecd563;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.blogcontent {
	width: 100%;
	text-align: justify;
	margin: 15px auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}

.blogcontent p {
	margin: 10px auto;
}

div#blog a {
	position: relative;
	text-decoration: none;
	color: #ecd563;
	border-bottom: 1px #ecd563 dotted;
	padding: 0 5px;
}

div#blog a:hover {
	position: relative;
	color: #ecd563;
	padding: 0 4px;
	border-style: dotted;
	border-color: #ecd563;
	border-width: 1px;
}

/* @end */


/* @group communities */

div#communities {
	width: 378px;
	margin: 100px auto 0;
}

div#communities p {
	font: 0.9em Georgia, Times, serif;
	margin: 10px auto 20px;
}

div#communities ul {
	padding: 0;
	font: 1em Georgia, Times, serif;
	list-style-type: none;
	margin: 0 auto;
}

div#communities ul li {
	float: left;
	width: 42px;
	text-align: center;
	margin: 0;
}

div#communities ul li a {
	display: block;
	width: 32px;
	border: 0;
	padding: 0;
	margin: 0 5px;
	text-decoration: none;
	color:  white;
}

div#communities ul li a:hover {
	background: none;
}

div#communities ul li a img {
	border: 0;
}

div#communities ul li a:hover img {
	border: 1px solid #ecd563;
}

div#communities ul li a span {
	display: none;
}

div#communities ul li a:hover span {
	display: block;
	margin: 10px 0 0 0;
	font-size: 0.7em;
}


/* @end */

/* @group pictures */

div#photoheader {
	height: 30px;
	font-size: 0.8em;
	line-height: 30px;
	width: 800px;
	margin: 0 auto 15px;
}

div#photoheader p#photoinfo {
	position: absolute;
	top: 54px;
	text-align: right;
	left: 390px;
	line-height: 15px;
	width: 50%;
}

div#photoheader ul#photopageselect {
	position: absolute;
	top: 54px;
	left: 10px;
	height: 30px;
	width: 50%;
}

div#photoheader ul#photopageselect li {
	float: left;
}

div#photoheader ul#photopageselect li a {
	display: block;
	width: 30px;
	border: 1px solid #ecd563;
	background: #000;
	margin: 0 2px;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	color: #ecd563; 
}

div#photoheader ul#photopageselect li a:hover {
	color: #000;
	background: #ecd563;
}

div#photoheader p#photoinfo, div#photoheader ul#photopageselect {
	display: inline;
}

form#photoform select {
	background-color: black;
	color: white;
}

div#photoview {
	clear: both;
	margin: 30px auto 0;
}

div#photoview a {
	display: block;
	width: 160px;
	height: 160px;
	float: left;
}

div#contenu p#photoinstr {
	clear: both;
	font-size: 0.7em;
	width: 100%;
	margin: 0 auto 15px;
}

/* @end */

/* @group video */

div#videolive span, div#videofav span {
	font-size: 0.7em;
}

div#videolive, div#videofav {
	width: 500px;
	margin: 0 auto 10px;
}

div#videolive, div#videofav {
	border-color: #ecd536;
	border-style: solid;
	border-width: 1px;
}

p#YTlive, p#YTfav, p#DMlive, p#DMfav {
	margin: 10px auto 0;
}

p#fav, p#live {
	background-color: #ecd536;
	color: black;
}

/* @end */

/* @group live */

#FutureShows {
	margin-top: 20px;
	margin-bottom: 20px;
}

#PastShows {
	margin-top: 40px;
	margin-bottom: 20px:
}

table.tableconcerts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#live {
	width: 800px;
	margin: 0 auto 20px;
}

div#live table {
	width: 775px;
	margin: 0 auto 50px;
}

div#live table td {
	font-size: 0.6em;
}

div#live tr {
	line-height: 15px;
	border-style: solid;
	border-color: #404040;
	border-width: 1px;
}

div#live a {
	position: relative;
	text-decoration: none;
	color: #ecd563;
	padding: 0 5px;
}

div#live a:hover {
	position: relative;
	color: #ecd563;
	padding: 0 4px;
	border-style: dotted;
	border-color: #ecd563;
	border-width: 1px;
}

/* @end */

/* @group contact */

div#contactemails {
	font-size: 0.7em;
	margin: 100px auto 100px;
}

div#contactemails p {
	font-size: 0.9em;
	margin-top: 20px;
}

div#contactemails a {
	position: relative;
	text-decoration: none;
	color: #ecd563;
	padding: 0 5px;
}

div#contactemails a:hover {
	position: relative;
	color: #ecd563;
	padding: 0 4px;
	border-style: dotted;
	border-color: #ecd563;
	border-width: 1px;
}

/* @end */

/* @group footer */

div#footer {
	line-height: 20px;
	clear: both;
}

div#footer ul {
	margin: 0 auto 5px;
	list-style-type: none;
	background-color: black;
	color: white;
}

div#footer ul li {
	display: inline;
	font-size: 0.8em;
}

div#footer ul a {
	color: white;
	text-decoration: none;
}

div#footer ul a:hover {
	color: #ecd563;
}

/* @end */