/* ******** Tags HTML standards et globaux ******** */

body {
	margin: 0px;
	padding: 0px;
	font: 12px Arial;
	color: #000;
	
}



a {color: #000; text-decoration: none;}
a:hover {color: #ac5ed3; text-decoration: none;}
a:active {color: #000;}
a:visited {color: #000;}

a img{border: 0px;}
a:hover img{border: 0px;}

p{
	font: 12px Arial;
	margin: 0px;
}

.mailformrequired, .mailform {
	font: 12px Arial;
}

h1, h2, h3, h4 {
	margin: 10px 0px 6px 0px;
	text-transform: uppercase; 
	font: 16px Arial;
	font-weight: bold;
	color: #000;
}

h1.newsTitle {
	margin: 10px 0px 0px 0px;
}

input, textarea {width: 250px; margin: 2px 0px 2px 0px;}

/* ************************** */
div.menuBox{position: fixed; z-index: 2;}
div.mask{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 40px;
	width: 100%;
	z-index: 6;
	
	}
	
div.maskBot{
	position: fixed;
	top: 975px;
	left: 0px;
	height: 2000px;
	width: 100%;
	z-index: 6;
	background: #fff;
	//background: #fff url(bckg.jpg) 0px 0px repeat fixed;
	}

div.menuBox {
	top: 40px;
	left: 50px;
	background: #fff;
	padding: 0px;
	
}

div.menuSubBox {
	margin-left: 0px; 
	background: url(sep_menu.jpg) no-repeat;
	border: 1px solid #fff;
	}


ul.menu {
	padding: 0px;
	list-style-type: none;
	margin: 25px 0px 0px 50px;
	
}

ul.menu a{
	font: 16px Arial;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}

ul.menu a:hover{
	font: 16px Arial;
	color: #ac5ed3;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

li.selected a{color: #ac5ed3;}
li.selected a:hover{color: #ac5ed3;}

div.content {
	background: #fff;
	top: 40px;
	left: 341px;
	width: 520px;
	min-height: 120px;
	padding: 0px 10px 10px 10px;
	overflow: auto;  z-index: 1; position: absolute;
	}
	
div.newsList {
	font: 12px Arial;
	color: #000;
	clear: both; 
	width: 500px; 
	border: 0px solid #000; 
	margin: 0px 0px 10px 0px;
	
}
div.newsList a{
	font: 16px Arial;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
		
}

div.newsList a:hover{
	font: 16px Arial;
	color: #ac5ed3;
	font-weight: bold;
	text-decoration: none;
		
}


div.fileArtist a{
	font: 12px Arial;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}
	
	div.fileArtist a:hover{
	font: 12px Arial;
	color: #ac5ed3;
	font-weight: bold;
	text-decoration: none;
	}


/* T3 stuff */

.tx-ttnews-browsebox {margin: 16px 0px 0px 0px;}
.csc-textpic-caption {color: #000;}


