@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('websymbols/websymbols-regular-webfont.eot');
    src: url('websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('websymbols/websymbols-regular-webfont.woff') format('woff'),
        url('websymbols/websymbols-regular-webfont.ttf') format('truetype'),
        url('websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fixedplayer{
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	position:fixed;
	max-height:40px;
	width:98%;
	z-index:10000;
	text-align:center;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	bottom: 0px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-right: 1%;
	margin-left: 1%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	font-weight: bold;
}
.ca-menu{
    padding:0;
    margin:20px auto;
    width: 990px;
}
.ca-menu li{
	width: 300px;
	height: 300px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #F8F8F8;
}

.ca-menu li.middle{
	margin-right: 40px;
	margin-left: 40px;
}

.ca-menu li:last-child{
    margin-bottom: 0px;
}
.ca-menu li a{
	text-align: left;
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #666666;
	position: relative;
}
.ca-icon{
	font-family: 'WebSymbolsRegular', cursive;
	font-size: 140px;
	color: #333333;
	text-shadow: 0px 0px 1px #333;
	line-height: 90px;
	position: absolute;
	width: 90px;
	left: 40px;
	top: 100px;
	text-align: center;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.ca-content{
	position: absolute;
	left: 10px;
	width: 300px;
	height: 60px;
	top: 0px;
}
.ca-main{
	font-size: 24px !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	font-weight: lighter !important;
}
.ca-sub{
	font-size: 14px;
	color: #F8F8F8;
}
.ca-menu li:hover{
    background-color: #000;
}
.ca-menu li:hover .ca-icon{
	color: #f900b0;
	font-size: 280px;
	opacity: 0.2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=20)";
	/* [disabled]left: -20px; */
	-webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);
}
.ca-menu li:hover .ca-main{
    color: #f900b0;
    opacity: 0.8;
}
.ca-menu li:hover .ca-sub{
    color: #fff;
    opacity: 0.8;
}

@font-face {
  font-family: 'icons';
  src: 
  url('/IcoMoon.eot?#') format('eot'), 
  url('/IcoMoon.woff') format('woff'), 
  url('/IcoMoon.ttf'); 
}

[data-icon]:before {
font-family: icons !important; /* BYO icon font, mapped smartly */ 
content: attr(data-icon);
speak: none; /* Not to be trusted, but hey. */ 
}
.icon-alone {
	display: inline-block; /* Chrome 19 was weird with clickability without this */
	height: 100%;
	width: 100%;
	vertical-align: middle;
	font-size: 128pt;

}

.icon-alone:hover {
	font-size: 116pt;

}

.icon-alone span {
	color: #9BD7FF !important;
	margin-top: 20px;
}

.icon-alone span:hover {
	color: #D5EEFF !important;
	margin-top: 20px;
}

@font-face {
    font-family: radiofont;
    src: url(/ATOMICCLOCKRADIO.TTF);
	
}

#focus {
	width: 990px;
	text-align: center;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	}
	
	#focus a:hover{
	text-decoration: none;
	}
	
	#focus span {
	height: 100%;
	width: 100%;
	vertical-align: middle;
	display: block;
	text-align: center;
	}
	
	
.carre {
	height: 280px;
	width: 280px;
	display: inline-block;
	background-color: #09F;
	vertical-align: middle;
	text-align: left;
	font-size: 28px;
	color: #9BD7FF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
	
	.carre:hover {
	color: #fff;
	}
	
	li .middle {
	margin-right: 35px;
	margin-left: 35px;
	}

.blocksocial{
	padding: 0px;
	display: inline-block;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	text-align: left;
}
.mylinks a {
	font-weight: normal;
	/* [disabled]font-variant: small-caps; */
	border: 1px solid #CCC;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	background-color: #FFF;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="ffffff", endColorstr="F4F4F4"); /* Pour IE seulement et mode gradient à linear */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F4F4F4));
	background-image: -moz-linear-gradient(top center, #ffffff, #F4F4F4);
	background-image: -o-linear-gradient(top, #ffffff, #F4F4F4);
}
.mylinks {
	margin-top: 5px;
	margin-bottom: 30px;
}
body {
	background-color: #cccccc;
	background-position: center 0px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-image: url(http://www.mjtunes.com/themes/mjtunesV3/backscream..jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	color: #333;
}

img {
	border:0;		
}

#scroll {
	position:relative;
	height:;
	overflow:hidden;
	width:990px;
	padding:0px;
	height:410px;
	left: auto;
	clip: rect(auto,auto,auto,auto);
	right: auto;
	background-color: #000;
	/* [disabled]border-top-width: 3px; */
	/* [disabled]border-right-width: 3px; */
	/* [disabled]border-bottom-width: 0px; */
	/* [disabled]border-left-width: 3px; */
	/* [disabled]border-top-style: solid; */
	/* [disabled]border-right-style: solid; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-left-style: solid; */
	/* [disabled]border-top-color: #ddd; */
	/* [disabled]border-right-color: #ddd; */
	/* [disabled]border-bottom-color: #ddd; */
	/* [disabled]border-left-color: #ddd; */
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

#tools {
	width:9999em;
	position:absolute;
	height:450px;
}

.tool {
	float:left;
	width:990px;
	height:410px;
	text-align:center;
}

.details {
	font-size:18px;
	color:#555;
	margin-top:-20px;
	background-color:transparent;
	padding:5px 148px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	font-variant: small-caps;
	letter-spacing: 0.1em;
}


.player {
	width: 990px;
	position: absolute;
	z-index: 1;
	clip: rect(auto,auto,auto,auto);
	height: 410px;
	top: 0px;
	left: auto;
	right: auto;
	bottom: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(/cachevideov3.png);
	padding: 0px;
	background-repeat: no-repeat;
	background-position: -13px;
}

.player3 {
	width: 600px;
	position: absolute;
	z-index: 1;
	height: 70px;
	top: 320px;
	left: 50%;
	margin-right: auto;
	margin-left: -280px;
	text-align: right;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	border: 1px solid #000000;
	background-position: left;
	vertical-align: top;
	padding: 3px;
	background-color: #000;
	/* [disabled]background-image: url(http://www.mjtunes.com/backplayerhp.png); */
	background-repeat: no-repeat;
	opacity:0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
	filter:alpha(opacity=70);
	zoom:1
}

.player4 {
	width: auto;
	position: absolute;
	z-index: 50;
	height: auto;
	top: 347px;
	left: 50%;
	margin-right: auto;
	margin-left: -351px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}

.player5 {
	width: auto;
	position: absolute;
	z-index: 50;
	height: auto;
	top: 347px;
	left: 50%;
	margin-right: auto;
	margin-left: -90px;
	background-color: #000;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding: 5px;
}

.player5 a {
	color: #F00 !important;
}

.player3:hover {
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	filter:alpha(opacity=100);
	zoom:1
}
a:link {
	color: #63F;
	text-decoration: none;
}
a:visited {
	color: #63F;
	text-decoration: none;
}
a:hover {
	color: #63F;
	text-decoration: underline;
}


a.infos:link {
	color: #3399FF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 40px;
	vertical-align: top;
}
a.infos:visited {
	color: #3399FF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 10px;
		line-height: 40px;
	vertical-align: top;
}
a.infos:hover {
	color: #000000;
	text-decoration: none;
	background-color: #66FFFF;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	line-height: 40px;
	vertical-align: top;
}

a.infos2:link {
	color: #FFF;
	text-decoration: none;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 40px;
	vertical-align: top;
	background-color: #F60 !important;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	border: 1px solid #000000;
}
a.infos2:visited {
		color: #FFF;
	text-decoration: none;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 40px;
	vertical-align: top;
	background-color: #F60 !important;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	border: 1px solid #000000;
}
a.infos2:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	line-height: 40px;
	vertical-align: top;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	border: 1px solid #FFFFFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #636784;
}

.infos3 {
	color: #09F;
	text-decoration: none;
	font-family: radiofont, tahoma, verdana, arial, sans-serif;
	font-size: 15px;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: 100;
}
a.infos3:link {
	color: #09F;
	text-decoration: none !important;
	font-family: radiofont, tahoma, verdana, arial, sans-serif;
	font-size: 15px;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: 100;
}
a.infos3:visited {
	color: #09F;
}
a.infos3:hover {
	text-decoration: none !important;
}

.Style1 {
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 0.1px;
	border: 0px dashed #999999;
	text-align: center;
	line-height: 40px;
	vertical-align: top;
}

.Style5 {
	font-size: 12px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	text-decoration: blink;
	font-variant: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 0.1px;
	border: 0px dashed #999999;
	color: #666666;
	text-align: center;
	line-height: 40px;
	vertical-align: top;
}

.r0 {
	clear: both;
	overflow: hidden;
	visibility: hidden;
	display: none;
}

a.foot:link {
	color: #000;
	text-decoration: none;
}
a.foot:visited{
	color: #000;
	text-decoration: none;
}
a.foot:hover {
	color: #000;
	text-decoration: none;
}


.comment {
	background-image: url(/comment-bubble.png);
	background-repeat: no-repeat;
	background-position: center 14px;
	width: 28px;
	font-size: 12px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 2px;
	margin-left: 1px;
	padding: 1px;
	text-align: center;
	display: -moz-inline-box;
	display: inline-block;
}
.player9 {
	width: 960px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	left: auto;
	right: auto;
	bottom: auto;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	line-height: normal;
	height: auto;
	background-color: #EAEAEA;
	margin: auto;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
#pscroller1{
	width: 300px;
	height: 1em;
	padding: 0px;
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	vertical-align: baseline;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: -150px;
	left: 50%;
	top: 10px;
}

#pscroller2{
width: 400px;
height: 150px;
border: 1px solid black;
padding: 5px;
background-color: #F0F0F0;
}

.cnnclass{
	border: 0px solid black;
opacity:0.75;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=75)";
    filter:alpha(opacity=75);
    zoom:1
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	width: auto;
	margin: auto;
	padding: 0px;
	background-color: #EEE;
}

.cnnclass:hover{
	border: 0px solid black;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: auto;
}

.cnnclass a{
text-decoration: none;
}


.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
	color: #000;
	font-size: 10px;
	font-weight: normal;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	font-family: Verdana, Geneva, sans-serif;
}

a:active {
	text-decoration: none;
	color: #63F;
}
