/**************** Guitar Spirit Radio ***************/

html, body {
	margin-top: 5px;
	text-align:center;
	font-size:9pt;
	font-family:Arial;
	word-wrap: break-word;
}

ul {
	padding-left: 30px;
	list-style-image: url("../img/puce.png");
}

hr {
	border: thin;
	border-top: 1px solid #999
	margin-bottom:8px;
}

body {
	background-image: url("../img/bg.gif");
	background-position:center;
	background-attachment:fixed;
}

.current {
	color: #333333;
}

/* ---- <h>, <p> ---- */

.grey {
	font-size: 10px;
	color:#999;
}

.grey2 {
	font-size: 10px;
	color:#666;
}

h1 {
	background-image: url("../img/h1.png");
	font-size:24px;
	color: #222;
	font-weight: bold;
	border-bottom: 1px solid #069;
	padding-left: 12px;
	margin-top: 18px;
	margin-bottom: 14px;
}

h2 {
	font-size:18px;
	color:#666666;
	padding-left:0px;
	margin-top: 12px;
	margin-bottom: 12px;
}

h3 {
	font-size:14px;
	color:#333;
	padding-left: 8px;
	margin-top: 6px;
	margin-bottom: 6px;
}

h4 {
	font-size:12px;
	color:#333;
	padding-left:15px;
}

p {
	font-size:12px;
}

.copyright {
	font-size: 10px;
}

.date_com {
	font-size: 10px;
}

a {
	color:#005c8a;
	text-decoration:none;
}

a:hover {
	color:#054363;
	text-decoration:underline;
}

.titre, .titre:hover {
	font-family:Arial;
	color: #0e4d75;
}

.link_h, .link_2 {
	text-decoration:none;
	font-weight:bold;
}

.link_h:hover .link_2:hover {
	text-decoration:underline;
	font-weight:bold;
}

.link_h, .link_h:hover {
	color:black;
}

.link_2, .link_2:hover {
	color:#095b79;
}

/* ---- <div> ---- */

#header {
	margin: auto;
	height:120px;
	width:980px;
	background:url("../img/header.png") bottom left no-repeat;
	border-top: 1px solid black;
	background-position:center; 
}

#middle {
	margin: auto;
	text-align:left;
	width:980px;
	background:#eaeaea;

}

#radioPlayer {
	float:right;
	padding-right: 6px;
	padding-top: 39px;
	text-align:center;	
}

#header_bar {
	height:9px;
	background:url("../img/menu_1bottom.jpg") no-repeat;
}

.stats {
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	border: 1px solid #999;
	background-color:white;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

#register {
	border:1px dashed #630;
	background-color:#FFC;
	padding: 5px;
	width: 690px;
}

#n1, #n2, #n3 {
	width: 50px;
	border: 1px solid #333;
	text-align: center;
	vertical-align: middle;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

#n1 { background-color: #176da4; height:90px; }
#n2 { background-color: #349bdd; height:65px; }
#n3 { background-color: #62b6d5; height:40px; }

/* --- form --- */

.log {
	border: 1px solid #333333;
	font-size: 11px;
	font-family: Arial;
}

.log_td {
	text-align:left;
	font-size: 11px;
	font-family: Arial;
}

.log_txt
{
	font-size: 10px;
	color: #333333;
}

/* --- menu ---- */

#menu_1 {
	height:35px;
	width:978px;
	border-left:1px solid black;
	border-right:1px solid black;
	background:url("../img/menu_1.jpg");
}

#menu_1b, .podcast, .content2 {
	border-radius: 3px 3px;
	-moz-border-radius: 3px;
	float:none;
	top: 10px;
	border:1px solid #999;
	padding: 3px 10px 3px 10px;
}

.content2 {
	background-color:#e3e3e3;
}

.podcast {
	background-color: #cecece;
}

.m1_button_1, .m1_button_left, .m1_button_right {
	margin-top: 5px;
	float: left;
	height:25px;
	text-align:center;
}

.m1_button_1 {
	padding: 5px;
	background:url("../img/btn_1acenter.jpg") no-repeat;
}

.m1_button_left {
	margin-left: 6px;
	width:3px;
	background:url("../img/btn_1a_left.jpg") no-repeat;
}

.m1_button_right {
	width:3px;
	background:url("../img/btn_1a_right.jpg") no-repeat;
}

.m1_button_1 a, .m1_button_2 a, .m1_button_3 a {
	font-size: 12px;
	color: white;
	text-decoration:none;
	font-weight: bold;
}

.m1_button_1 a:hover, .m1_button_2 a:hover, .m1_button_3 a:hover {
	color: black;
	text-decoration:none;
	font-weight: bold;
}	

#menu_2 {
	float: left;
	width:180px;
	background:url("../img/menu_2.jpg") repeat-x;
	background-color:#dadada;
}

.menu_2b {
	font-size:13px;
	color:#222222;
	font-weight:bold;
	padding-top: 13px;
	padding-left: 42px;
	text-align: left;
	height:30px;
	width:180px;
	background:url("../img/manche.png");
	background-repeat: no-repeat;
	margin-top: 15px;
}

.menu_2b_sousmenu {
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 10px;
	border-top: 1px solid #999;
}

#content {
	padding-left: 30px;
	padding-right: 30px;
	text-align:left;
	width: auto;
	background:#eaeaea;
}

.news {
	float:none;
	padding: 8px;
	text-align:left;
	background-color:#d9d9d9;
	border: 1px solid #c9c9c9;
}

.tab {
	font-family: Courier New;
	background-color:#FFFFFF;
	border: 1px dashed #666666;
	padding: 4px;
}

#listen {
	background-image:url("../img/div_listen.png");
	background-repeat:no-repeat;
	padding-left: 14px;
	padding-bottom: 10px;
}

#last_msg {
	background-image:url("../img/div_lastmsg.png");
	background-repeat:no-repeat;
	padding-left: 14px;
	padding-bottom: 10px;
	height: 146px;
}

#div_stats {
	background-image:url("../img/div_stats.png");
	background-repeat:no-repeat;
	padding-left: 14px;
	padding-top: 8px;
	vertical-align: middle;
	height: 43px;
}

/* ---- texte ---- */

.news_title {
	font-size:18px;
	color:#306378;
}

.img1 {
	border: 1px solid black;
}

.img2 {
	border: 1px solid #666;
}

/* ----- INPUT ----- */

input[type=text], textarea, input[type=password], select {
	border: 1px solid #666666;
	font-family: Arial;
	font-size:9pt;
}

textarea {
	padding: 5px;
	border-left: solid 3px #1a6389;
}

input[type=submit] {
	border: 1px solid #666666;
	font-family:Verdana;
	font-size:12px;
	font-weight: bold;
}


/* ----- Page band ----- */

.band_f1 {
	background-color:black;
	color:#f2f2f2;
	padding:3px;
	font-weight:bold;
}

.band_f2 {
	height: 50px;
	padding:3px;
}
