body{
	margin: 0px;
	background: Black;
	font-family: Georgia;
	cursor: default;
	color: #FF9797
}

tr.concert td{
	color: #836363;
	font-size: 15px;
	border: 1px solid #836363;
	background: black;
	text-align: center;
}
tr.concert:hover td{
	background-color: #990000;
	color: #FFC8C8;
}
tr.concert0 td{
	color: #836363;
	font-size: 15px;
	border: 1px solid #836363;
	background: black;
	text-align: center;
	text-decoration: line-through;
}

tr.concert-titre td{
	color: #FFC8C8;
	background: #880000;
	font-size: 16px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 1px solid #FFC8C8;
	border-right: 1px solid #FFC8C8;
	text-align: right;
}
a.menu1{
	border: 1px solid #836363;
	border-bottom: 1px solid #510000;
	background: black url(../img/out.gif) no-repeat center left;
	color: #836363;
	padding: 2px 2px 2px 16px;
	text-decoration: none;
	font-size: 11px;
	-moz-border-radius-topright: 10px;
}
a.menu1:hover{
	border: 1px solid #FFC8C8;
	border-bottom: 1px solid #660000;
	background: #510000 url(../img/hover.gif) no-repeat center left;
	color: #FFC8C8;
	font-size: 11px;
	padding: 2px 2px 2px 16px;
	text-decoration: none;
	-moz-border-radius-topright: 10px;
	cursor: pointer;
}
a.bck{
	background: Black url(../img/bck-out.gif) no-repeat center left;
	border: 1px solid red;
	padding: 2px 2px 2px 16px;
}
a.bck:hover{
	background: Black url(../img/bck.gif) no-repeat center left;
	color: #FFC8C8;
	text-decoration: none;
}
a.play{
	background: Black url(../img/play-out.gif) no-repeat center left;
	border: 1px solid red;
	padding: 2px 2px 2px 16px;
}
a.play:hover{
	background: Black url(../img/play.gif) no-repeat center left;
	color: #FFC8C8;
	text-decoration: none;
}
a.nxt{
	background: Black url(../img/nxt-out.gif) no-repeat center right;
	border: 1px solid red;
	padding: 2px 16px 2px 2px;
}
a.nxt:hover{
	background: Black url(../img/nxt.gif) no-repeat center right;
	color: #FFC8C8;
	text-decoration: none;
}
a.top{
	background: Black url(../img/top-out.gif) no-repeat center left;
	border: 1px solid red;
	padding: 2px 2px 2px 16px;
}
a.top:hover{
	background: Black url(../img/top.gif) no-repeat center left;
	color: #FFC8C8;
	text-decoration: none;
}
a{
	color: #FF9797;
	font-size: 14px;
	text-decoration: underline;
}

a:hover{
	color: #FF9797;
	font-size: 14px;
	text-decoration: overline underline;
	background-color: #C00000;
}
p{
	padding: 2px 25px 2px 25px;
	color: #FF9797;
	font-size: 14px;
}
p.extra{
	background: #880000;
	border: 1px dotted red;
	width:300px;
	margin-left: 150px;
	padding: 3px;
	font-style: italic;
	text-align: center;
}

h1{
	color: #FF9797;
	margin: 10px 0px 5px 15px;
	font-size: 15px;
	padding: 0px 0px 0px 20px;
	border-bottom: 1px solid #FF9797;
	border-left: 1px solid #FF9797;
	width: 250px;
	background: Black url(../img/nxt-out.gif) no-repeat center left;
}
h2{
	color: #FF4500;
	margin: 0px 0px 5px 35px;
	font-size: 12px;
	padding: 0px 0px 0px 20px;
	border-bottom: 1px solid Red;
	border-left: 1px solid red;
	width: 200px;
	font-weight: normal;
	background: Black url(../img/nxt-out.gif) no-repeat center left;
}
h3{
	color: #FFCACA;
	margin: 0px 0px 2px 55px;
	font-size: 12px;
	padding: 0px 0px 0px 20px;
	border-bottom: 1px dotted Red;
	border-left: 1px dotted red;
	width: 175px;
	font-weight: normal;
	background: Black url(../img/nxt-out.gif) no-repeat center left;
}
td.sd{
	background: url(../img/sd.gif) repeat-y left top;
	border: 0px;
	width: 50px;
}
td.sg{
	background: url(../img/sg.gif) repeat-y right top;
	border: 0px;
	width: 50px;
}
td.title{
	width: 600px;
	height: 164px;
	background: url(../img/titre.gif) no-repeat;
}
td.menu{
	background: #660000;
	border-bottom: 1px solid #836363;
	color: #FFA8A8;
	height: 35px;
	padding: 0px 0px 0px 2px;
	vertical-align: bottom;
	padding-bottom: 2px;
	word-spacing: -3px;
	width: 500px;
}
td.men{
	width: 100px;
	background: #660000 url(../img/men2.gif) repeat-x left bottom;
}
td.cdt{
	background: #510000 url(../img/cdtbck.gif) no-repeat top right;
	color: #FFCCCC;
	vertical-align: top;
	text-align: left;
	width: 600px;
}
td.pdp{
	height: 13px;
	font-size: 11px;
	color: black;
	background-color: #660000;
	width: 600px;
}
table.ext{
	height: 100%;
}

table.news{
	margin-left: 50px;
	width: 500px;
}


tr.newsdate td{
	color: grey;
	border: 1px solid red;
	background: black;
	text-align: left;
}

form{
	margin-left: 50px;
}

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px dotted #FFC8C8;
	padding: 2px;
	background: black;
	visibility: hidden;
	z-index: 100;
	color: #FFC8C8;
	font-size: 10px;
	opacity: 0,5;
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
