/* CSS Document */

body {
	font-family: Verdana;
	width:986px;
	margin:auto;
	font-size: 11px; LINE-HEIGHT: normal;
	background: #000000 url("images/fond.jpg");
	background-repeat:no-repeat;
	background-position: top;background-attachment: fixed;
}

img { border: none; }

h4 {
	font-family: "Verdana", Arial, serif;
	font-size:12px;
}

table {
	border-collapse:separate;
}

td {
	background:#FFFFFF;
	margin:auto;
	padding:0px;
}

a:link {
	color: #a7293d;
	text-decoration:none;
}
a:visited {
	color: #a7293d;
	text-decoration:none;
}
a:hover {
	color: #3c3b3c;
	text-decoration:underline;
}

a:active {
	text-decoration: none;
}

#header {
	background-image:url("images/header.png");
	background-repeat:no-repeat;
	margin: auto;
	width:984px;
	height:200px;
}

#main {
	width:974px;
	background-color:#FFFFFF;
	padding: 0 5px;
	margin:auto;
	float:left;
}

#nav {
	text-align: left;
	margin:5px;
	height: 15px;
	width:984px;
	font-weight:bold;
}

#footer {
	background: #14141e url("images/footer.jpg");
	background-repeat: repeat-x;
	text-align:center;
	float:left;
	width:984px;
}



#pub {
	height:15px;
	width:984px;
	margin-left:-5px;
	background-color:#3f4557;
	text-align:center;
}

.pub {
	width:480px;
	padding:10px;
	margin:15px;
	height:100px;
}

#menu {
	background-image:url("images/menu.png");
	background-repeat: repeat-x;
	width:982px;
	height:28px;
	margin:auto;
	padding: 8px 2px 0px 0px;
	font-weight: bold;

	
}

.zone {
	float:left;
	background:#FFFFFF;
	padding: 5px;
	margin: 5px;
}

.zoneEpisodes {
	background:#FFFFFF;
	padding: 5px;
	margin: 5px;
}


#menu a:link, #menu A:visited {
	color:#fff;
	text-decoration:none;
}

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

#footer a:link, #footer A:visited {
	color:#fff;
	text-decoration:none;
}

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