/* CSS Document */
	body {
		background-color: black;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		text-align:center;
	}

	#container {
        width : 800px;
		margin: 0 auto;
		text-align: left;
   }
	
   #bg {
		background: url(../images/pochette.jpg);
		background-position: center;
		background-repeat: no-repeat;
      	width : 800px;
		height: 559px;
		border: 1px white;	
   }
	
	  #bg img {
      width : 550px;
	  height: 559px;
	  padding: 0px;	
	}
	
	#link_funradio {
	position: relative;
	height: 65px;
	width: 400px;
	left: 25px;
	cursor:pointer;
}

			
	
	ul {
		list-style: none;
		background-color: black;
		padding-bottom: 45px;
		margin-left: -1px;
		/* opacity: .60;
		filter: alpha(opacity=60);
		-moz-opactiy: .60; */
	
	}
	
	li {
		padding: 1.6px;
		color: white;
		font-weight: bold;
	}

	li a
	{
		color: white;
		font-size: 9px;
		padding-top:0px;
	}
	
	li a:link {color: white; text-decoration:none;}
	li a:visited {color: white; text-decoration:none;}
	li a:hover {color:white; text-decoration:none;}
	
	.lecteur {
	margin-right: 10px;
}

	#news
	{
		width: 800px;
		color:white;
		font-size: 16px;
		text-align:left;
		font-weight: bold;
		padding: 0px;
	}
	
	h1 {
		color:white;
		font-size: 16px;
	}
	
	a:link {color: white; text-decoration:underline;}
	a:visited {color: white; text-decoration:none;}
	a:hover {color:white; text-decoration:none;}