/*** Styles pour la radio de clic ***/

body {
	background-color: #32599e;
	background-image: url(images/podcastfond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a img {
	border:none;
}

#maincore {
	height: 500px;
	width: 1200px;
	background-image: url(images/podcastwindow.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

#chatpubarea {
	height: 141px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

#random_pub {
	background-image:url(images/pubbandeaublanc.png);
	background-repeat:no-repeat;
	float:left;
	height:95px;
	width:734px;
	margin-left:100px;
	vertical-align:middle;
	text-align:center;
	padding-top:5px;
}

#mypodcast {
	height: 280px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

#title {
	height: 200px;
	width: 400px;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #16223A;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
}
#podcast {
	height: 100px;
	width: 400px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}



.floatright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.floatleft {
	float: left;
}

#menudown {
	height: 60px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#aboutchat a{
	font-family: "Bradley", arial, sans-serif; 
	color:#FFF;
	text-decoration:none;
	margin:10px;
	font-weight:bold;
}
#aboutchat a:link{
	font-family: "Bradley", arial, sans-serif; 
	color:#FFF;
	text-decoration:none;
}
#aboutchat a:hover{
	color:#CCC;
}
#aboutchat a:active{
	color:#fff;	
	}
#aboutchat a:visited{
	color:#fff;	
	}	
#aboutchat {
	height: 150px;
	width: 1200px;
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Bradley", arial, sans-serif; 
	font-size: 100%;
	line-height: 1.2em;
	color: #FFF;
	text-align: center;
}


