body {
	background-color: #000;
	font-size: 11px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#000;
	padding:0;
	margin:0;
	background-image:url(../img/bodybg.jpg);
	background-repeat:repeat-x;
}
#header a {
	color: #c8c8c8;
	font-weight:bold;
}
#header a:visited {
	color:#c8c8c8;
	font-weight:bold;
}
#header a:hover {
	color: #FFF;
}
a:active {
	color:#000000;
}
#right a {
	color: #007eff;
	text-decoration:none;
}
#right a:visited {
	color:#007eff;
}
#right a:hover {
	color:#007eff;
	font-weight:none;
	text-decoration:underline;
}
#forum a {
	color: #ffa200;
}
#forum a:visited {
	color:#ffa200;
}
#forum a:hover {
	color:#ffa200;
	font-weight:bold
}
.left {
	float:left;
	margin-right:10px;
}
.blocnews {
	background-image:url(../img/postednewsbg.gif);
	width:313px;
	margin-left:290px;
	height:9px;
	font-size:10px;
	text-align:center;
}
.orange {
	color:#ffa200;
}
.bleu {
	color:#0099FF;
}
.bord {
	color:#990000;
}
.black {
	color:#000000;
}
.vert {
	color:#009900;
}
.rouge {
	color:#FF0000;
}
.grey{
	color:#a9a9a9;
	font-style:italic;}
.foot{
	color:#a9a9a9;
	font-size:9px;
	margin-left:10px;
}
.bold{
	font-weight:bold;}
.italic{
	font-style:italic;}
.underline{
	text-decoration:underline;}
.margin{
	padding-left:200px;}
/* ----------container to center the layout-------------- */
#container {
	width: 962px;
	margin-bottom: 10px;
	margin: 0 auto;
	background-color: #FFF;
}
/* ----------banner for logo-------------- */
#header {
	background-image:url(../img/headerbg.jpg);
	width:962px;
	height:338px;
	padding: 0px;
	margin: 0px;
}
#header #emembres {
	padding-top:230px;
	padding-left:25px;
}
#header form p {
	float:left;
	margin:0;
	padding-top:0;
	padding-left:1px;
}
#header input {
	border:1px #000 solid;
	font-size:10px;
	font-family:Tahoma, Geneva, sans-serif;
	width:110px;
	background-image:url(../img/bginput.jpg);
	background-repeat:repeat-x;
}
#header input[type="submit"] {
	background-image:url(../img/submit.jpg);
	height:14px;
	width:16px;
	border:none;
	text-indent:-5000px;
	cursor:pointer;
}
.submit {
	background-image:url(../img/submit.jpg);
	height:14px;
	width:16px;
	border:none;
	text-indent:-5000px;
}
#rss {
	margin-top:10px;
	margin-left:30px;
	margin-right:30px;
	clear:left;
	float:left;
}
#rss img, #player img {
	border:none;
}
#musique {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:10px;
	width:300px;
	float:left;
	margin-right:200Px;
}
#musique img {
	float:left;
	margin-right:10px;
	border:none;
}
.player {
		padding-top:0px;
		background-image:url(http://jumptek.decibel-station.fr/img/players/bgplayer.png);
		background-position:65% 3%;
		background-repeat:no-repeat;
}

ul#player { /* Placement de la liste sur la page */
	margin: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	overflow: hidden;
	padding: 0px;
	
}

ul#player li { /* Permet aux éléments de la liste d'être l'une à côté de l'autre */
	float: left;
	margin: 0px;
	padding: 0px;
}

ul#player li, ul#player li a { /* Definition de la taille des éléments de la liste  */
	display: block;
	height: 74px;
	background-repeat: no-repeat;
}


/* nouvel élément */

ul#player li#winamp a { /* Image sélectionnée*/
	background: url(http://jumptek.decibel-station.fr/img/players/winamp_new.png);
	background-position: 0px 0px;
	width: 63px;

}

ul#player li#winamp  a:hover, ul#player li#winamp a:focus  { /* Image en hover */
	background-position:0px -73px;
}

/* nouvel élément */

ul#player li#real a { /* Image sélectionnée*/
	background: url(http://jumptek.decibel-station.fr/img/players/real.png);
	background-position: 0px 0px;
	width: 63px;
}

ul#player li#real  a:hover, ul#player li#real a:focus { /* Image en hover */
	background-position: 0px -73px;
}

/* nouvel élément */

ul#player li#itunes a { /* Image sélectionnée*/
	background: url(http://jumptek.decibel-station.fr/img/players/itunes_new.png);
	background-position: 0px 0px;
	width: 63px;
}

ul#player li#itunes  a:hover, ul#player li#itunes a:focus { /* Image en hover */
	background-position: 0px -75px;
}

/* nouvel élément */

ul#player li#wmp a { /* Image sélectionnée*/
	background:url(http://jumptek.decibel-station.fr/img/players/wmp.png);
	background-position:0px 0px;
	width: 63px;
}

ul#player li#wmp  a:hover, ul#player li#wmp a:focus { /* Image en hover */
	background-position:0px -73px;
}
/* nouvel élément */

ul#player li#ds a { /* Image sélectionnée*/
	background:url(http://jumptek.decibel-station.fr/img/players/dsplayer.png);
	background-position:0px 0px;
	width: 63px;
}

ul#player li#ds  a:hover, ul#player li#ds a:focus { /* Image en hover */
	background-position:0px -76px;
}

/* -----------------navigation-------------------- */
#navigation {
	width:962px;
	height:38px;
	list-style-type:none;
	margin:0;
	padding:0;
	clear:both;
	font-size:12px;
}
#navigation ul li {
	display:none;
}
#navigation a {
	color: #CC0000;
	text-decoration:none;
}
#navigation a:visited {
	color:#CC0000;
}
#navigation a:hover {
	color:#CC0000;
	font-weight:bold;
}
#navcommunaute{
	position:absolute;
	background-image:url(../img/menu/fondmenu.png);
	margin-top:32px;
	margin-left:127px;
	width:140px;
}
#navevents{
	position:absolute;
	background-image:url(../img/menu/fondmenu.png);
	margin-top:32px;
	margin-left:272px;
	width:140px;
}
#navdjs{
	position:absolute;
	background-image:url(../img/menu/fondmenu.png);
	margin-top:32px;
	margin-left:559px;
	width:140px;
	
}
#navradio{
	position:absolute;
	background-image:url(../img/menu/fondmenu.png);
	margin-top:32px;
	margin-left:416px;
	width:140px;
}




#menu_haut {
	margin: 0 0 0 0;
	height: 38px;
	width:962px;
	background: url(../img/menu/menu_haut.jpg) no-repeat 0 0;
	position:absolute;	
	overflow:visible;
	z-index: 10;
}

#menuDeroulant {
	margin: 0 0 0 0;
	height: 38px;
	padding: 0;
	font-size: 13px;
	width:962px;
	position:absolute;
	text-align:center;
}
#menuDeroulant li
{
	float: left;
	width: 135px;
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
	text-align: center;
	font: bold 12px "Arial", Helvetica, sans-serif, Times, serif;
	list-style-type: none;
	font-variant: small-caps;
}
#menuDeroulant li a:link, #menuDeroulant li a:visited
{
	display:block;
	height: 15px;
	color: #FFF;
	margin: 0 0 0 0;
	padding: 5px 5px;
	text-decoration: none;
}
#menuDeroulant li a:hover
{
	background:url("../img/menu/bg.png");
	color:#FFFFFF;
	
}
#menuDeroulant .sousMenu
{
	display: none;
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	border: 0;
}
#menuDeroulant .sousMenu li
{
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 140px;
	text-align: left;
	font: normal 12px "Arial", Helvetica, sans-serif, Times, serif;
	border-top: 1px solid transparent;
 	border-right: 1px solid transparent;

}
#menuDeroulant .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited
{
	display: block;
	color: #FFFFFF;
	margin: 0;
	border: 0;
	text-decoration: none;
	background: transparent url("../img/menu/fondTR.png") repeat;
}
#menuDeroulant .sousMenu li a:hover
{
	background: transparent url("../img/menu/fondTR.png") repeat;
}

#menuDeroulant li:hover > .sousMenu { display: block; }

/* -----------------content--------------------- */
#content {
	background-color: #ffffff;
	width:962px;
	margin: 40px 0 0 0;
}
p, pre {
	padding: 5px 10px;
	margin:0px;
}
/* --------------left------------- */
#left {
	float: left;
	width: 252px;
	margin: 0;
	padding-left: 10px;
	background-color:#FFF;
}

#nextevents {
	background-image:url(../img/nexteventsbg.jpg);
	width:251px;
	height:228px;
	padding-bottom:10px;
	margin-top:0;
	padding:0;
	padding-top:32px;
	background-repeat:no-repeat;
	overflow:hidden;
}
#nextevents li{
	width:251px;
	height:228px;
	list-style:none;
	margin-top:0;
	padding:0;
	margin-bottom:10px;

}
#inscriptionnote {
	background-image:url(../img/infosbg.jpg);
	width:251px;
	height:100px;
	padding-bottom:10px;
	margin-top:0;
	padding:0;
	padding-top:32px;
	background-repeat:no-repeat;
	overflow:hidden;
}
#archivesmenu {
	background-image:url(../img/archivesbg.jpg);
	width:251px;
	height:100px;
	padding-bottom:10px;
	margin-top:0;
	padding:0;
	padding-top:32px;
	background-repeat:no-repeat;
	overflow:hidden;
}

#releases {
	background-image:url(../img/releasesbg.jpg);
	width:251px;
	height:222px;
	padding-bottom:5px;	
	padding-top:30px;
	background-repeat:no-repeat;
	overflow:hidden;
}
#releases li {
	width:251px;
	height:200px;
	list-style:none;
	margin-top:0;
	padding:0;
	margin-bottom:20px;
}
#releases li a:link {
height:67px;
display:block;
text-decoration:none;
}

#releases li a:hover {
background-image:url(../img/rel_bghover.png);
height:67px;
display:block;
text-decoration:none;
}

#releases ul, #nextevents ul{
	margin-left:-42px;
	width:245px;
}
#nextevents p {
	width:251px;
	margin-bottom:18px;

}
#releases p {
	width:251px;
	margin-bottom:18px;
}

#nextevents img, #releases img {
	border:none;
}
.center {
	margin-left:95px;
}
#prevBtn, #prevBtn2 {
	background-image:url(../img/icon/up.jpg);
	text-indent:-5000px;
	width:29px;
	height:15px;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;
	margin-left:125px;
	margin-top:-30px;
	position:absolute;
}
#nextBtn, #nextBtn2{
	background-image:url(../img/icon/down.jpg);
	width:29px;
	height:15px;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;
	margin-left:100px;
	margin-top:-30px;
	position:absolute;
}
#nextBtn a, #prevBtn a,  #prevBtn2 a, nextBtn2 a {
	display:block;
	width:29px;
	height:15px;
	
}
#pubgauche {
	width:251px;
	height:251px;
	margin-top:30px;
}
#stats {
	background-image:url(../img/statsbg.jpg);
	width:251px;
	height:278px;
	margin-top:30px;
	padding-top:50px;
	background-repeat:no-repeat;
}
/* -----------------right--------------------- */
#right {
	margin: 20px 300px;
	width:660px;
}
#contentnews {
	height:100%;
}
#contentnews h2 {
	background-image:url(../img/titre/news.jpg);
	width:95px;
	height:29px;
	text-indent:-5000px;
}
#contentnews p {
	text-align:justify;
}
/* #contentnews img{
	border: 3px solid #CCCCCC;
} */
#contentnorm {
	height:100%;
}
#contentnorm h2 {
	width:95px;
	height:29px;
	text-indent:-5000px;
}
#contentnorm p {
	text-align:justify;
}

#contentnorm .table{
	color:#777777;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	border:solid 1px #E6E6E6;
}
#contentnorm .table .top-table{
	color:#990000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	height:30px;
	vertical-align:text-top;
}
#contentnorm .table a{
	color:#0066e1;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}
#contentnorm li {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-align:justify;
	list-style:none;
}
#contentnorm li a:link, {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-align:justify;
	list-style:none;
	color:#000000;
}
#contentnorm li a:hover {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-align:justify;
	list-style:none;
	text-decoration:underline;
	color:#000000;
}
#subnews {
	width:390px;
	background-color:#e3e3e3;
	height:177px;
	margin-top:30px;
	float:left;
	border: 3px solid #e3e3e3;
}
#subnews a {
	color: #007eff;
	font-weight:normal;
}
#subnews a:visited {
	color: #007eff;
	font-weight:normal;
}
#subnews a:hover {
	color: #007eff;
	text-decoration:underline;
}
#subnews h3 , #forum h3, #enclub h3{
	margin:0;
	padding:0;
}
#subnews img{
	height:37px;
	margin-bottom:1px;
	border:none;
}
#pubnews {
	background-image:url(../img/pub/pubnews.jpg);
	width:250px;
	height:177px;
	margin-left:400px;
	margin-top:49px;
}

#commentaires h2 {
	background-image:url(../img/titre/comments.gif);
	width:139px;
	height:16px;
	text-indent:-5000px;
	margin-top:50px;;
}
#commentaires p {
	width:200px;
	float:left;
	}

#forum h2 {
	background-image:url(../img/titre/forum.jpg);
	width:95px;
	height:29px;
	text-indent:-5000px;
}
#forum p {
	width:200px;
	float:left;
	}
.forumlink{
	width:210px;
	display:block;
	height:15px;
	margin:0;
	margin-left:215px;
}
.allforumlink{
	width:210px;
	display:block;
	height:15px;
	margin:0;
	margin-left:435px;
}
#top5{
	float:left;
	height:250px;
}
#top5 h2 {
	background-image:url(../img/titre/top5.jpg);
	width:95px;
	height:29px;
	text-indent:-5000px;
	margin-top:0px;
}
#top1{
	width:290px;
	height:30px;
	margin-bottom:4px;
	background-color:#f1f1f1;
	background-image:url(../img/icon/1.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:30px;
	}
#top2{
	width:290px;
	height:30px;
	margin-bottom:4px;
	background-color:#f1f1f1;
	background-image:url(../img/icon/2.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:30px;
	}
#top3{
	width:290px;
	height:30px;
	margin-bottom:4px;
	background-color:#f1f1f1;
	background-image:url(../img/icon/3.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:30px;
}
#top4{
	width:290px;
	height:30px;
	margin-bottom:4px;
	background-color:#f1f1f1;
	background-image:url(../img/icon/4.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:30px;
	}
#top55{
	width:290px;
	height:30px;
	margin-bottom:4px;
	background-color:#f1f1f1;
	background-image:url(../img/icon/5.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:30px;
	}
#enclub{
	width:300px;
	margin-left:370px;
}

#enclub p{
	margin-bottom:0;
	padding-bottom:0;}
#enclub img{
	border:none;}
#enclub h2 {
	background-image:url(../img/titre/club.jpg);
	width:95px;
	height:29px;
	text-indent:-5000px;
	margin-top:50px;
}
#membres{
	width:300px;
}
#membres h2{
	background-image:url(../img/titre/membres.jpg);
	width:100px;
	height:29px;
	text-indent:-5000px;
	margin-top:60px;
	}
#membres p{
	float:left;
	text-align:center;}
#pubmembres{
	width:251px;
	height:251px;
	margin-left:330px;
	margin-top:-30px;
}
/* -----------footer--------------------------- */
#footer {
	clear:both;
	margin: 0;
	padding: 0;
	background-image:url(../img/footerbg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:150px;
	width:962px;
	margin-bottom:30px;
	background-color:#000;
	color:#FFF;
	text-align:center;
	padding-top:30px;
}
#footer p{
	padding-top:20px;
	margin-left:50px;
	margin-right:100px;}
#footer img{
	border:none;
	}
#footer a {
	color: #0066FF;
	font-weight:normal;
	text-decoration:none;
}
#footer a:visited {
	color: #0066FF;
	font-weight:normal;
}
#footer a:hover {
	color: #999999;
	text-decoration:bold;
}
/* -----------navigation bouton--------------------------- */


#accueil {
	position:absolute;
	background-image:url(../img/menu/accueil.jpg);
	width:128px;
	height:38px;
	text-indent:-5000px;
	cursor:pointer;
	border:none;
}
#communaute {
	position:absolute;
	background-image:url(../img/menu/communaute.jpg);
	width:144px;
	height:38px;
	text-indent:-5000px;
	cursor:pointer;
	border:none;
	margin-left:128px;
}
#news {
	position:absolute;
	background-image:url(../img/menu/news.jpg);
	width:144px;
	height:38px;
	text-indent:-5000px;
	cursor:pointer;
	border:none;
	margin-left:128px;
}
#events {
	position:absolute;
	background-image:url(../img/menu/events.jpg);
	width:142px;
	height:38px;
	text-indent:-5000px;
	cursor:pointer;
	border:none;
	margin-left:272px;
}
#radio {
	position:absolute;
	background-image:url(../img/menu/radio.jpg);
	width:143px;
	height:38px;
	text-indent:-5000px;
	cursor:pointer;
	border:none;
	margin-left:414px;
}
#djs {
	position:absolute;
	background-image:url(../img/menu/djs.jpg);
	width:142px;
	height:38px;
	text-indent:-5000px;
	cursor:pointer;
	border:none;
	margin-left:557px;
}
#sponsors {
	position:absolute;
	background-image:url(../img/menu/sponsors.jpg);
	width:142px;
	height:38px;
	text-indent:-5000px;
	cursor:pointer;
	border:none;
	margin-left:699px;
}
#contact {
	position:absolute;
	background-image:url(../img/menu/contact.jpg);
	width:121px;
	height:38px;
	text-indent:-5000px;
	cursor:pointer;
	border:none;
	margin-left:841px;
}
.envoi{
	background: transparent;
	height:24px;
	width:114px;
	background-image:url('../img/btn_envoi.png');
	border:none;
}
.envoi:hover{
	background: transparent;
	background-image:url('../img/btn_envoi_survol.png');
}

