@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial;
	background: url("../images/bg.png") repeat-x #171717;
}

#global {
	width: 1000px;
	height: 100%;
	margin: auto;
	position: relative;
	color: #FFF;
}

#header {
	width: 100%;
	height: 119px;
	background: url("../images/header.png") no-repeat center;
}

#speedbarre {
	width: 100%;
	height: 88px;
	background: url("../images/speedbarre.png") no-repeat top;
}

#speed_center {
	width: 738px;
	margin: auto;
}

#speedbarre li {
	width: 123px;
	height: 40px;
	float: left;
	margin-top: 5px;
	text-align: center;
	list-style-type: none;
	background: url("../images/speed_link.png") no-repeat;
}

#speedbarre li a {
	height: 31px;
	display: block;
	padding-top: 9px;
	text-decoration: none;
	font-family: Copperplate Gothic Light, Trebuchet MS, Verdana, Arial;
	color: #FFF;
}

#speedbarre li a:hover {
	text-decoration: underline;
}

#speedbarre li a span {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-family: Copperplate Gothic Light, Trebuchet MS, Verdana, Arial;
	color: #FFF;
}

#speed_bot {
	width: 420px;
	height: 88px;
	margin: auto;
	background: url("../images/speed_bot.png") no-repeat;
}

#footer {
	width: 100%;
	height: 30px;
	clear: both;
	text-align: center;
	margin-bottom: 5px;
	background: url("../images/footer.png") no-repeat top;
}

#footer span , #footer span a {
	font-size: 12px;
	padding: 8px 0px;
	color: #FFF;
}

#container {
	width: 717px;
	min-height: 383px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 20px;
	background: url("../images/container.png") no-repeat top;
}

#title {
	width: 659px;
	height: 30px;
	margin: auto;
	margin-bottom: 20px;
	padding-top: 30px;
	background: url("../images/line.png") no-repeat bottom left;
}

#title h1 {
	font-weight: bold;
	font-size: 16px;
	margin-left: 20px;
}

.stitre {
	font-weight: bold;
	font-size: 14px;
	margin: 25px 0px 15px 20px;;
}

#content {
	width: 659px;
	margin: auto;
	text-align: justify;
}

.content_top {
	width: 610px;
	padding: 10px;
	margin: 0px auto 10px auto;
	text-align: center;
	font-size: 12px;
	border: 1px solid #959595;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#player {
	width: 540px;
	height: 324px;
	margin: 20px auto 20px auto;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

#diapo {
	width: 300px;
	height: 200px;
	float: right;
	margin: 10px;
}

.adsense {
	margin: 2px auto 8px auto;
	text-align: center;
}

.diapo_none {
	display: none;
}

#accueil {
	width: 300px;
	height: 200px;
	padding-top: 15px;
	margin: 10px;
	font-size: 14px;
	text-indent: 1.5em;
	color: #747474;
}

#accueil a {
	color: #FFF;
}

.intro {
	font-size: 12px;
	text-indent: 1.5em;
	color: #FFF;
	margin-bottom:20px;
}

.last_ep {
	width: 590px;
	margin: auto;
	margin-top: 15px;
}

.last_ep_title {
	width: 100%;
	padding: 4px 0px;
	background-color: #FFF;
	border: 1px solid #0B0B0B;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

.last_ep_title h2 {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #090909;
}

.last_ep_link {
	width: 100%;
	background-color: #0B0B0B;
	border: 1px solid #959595;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.last_ep_link table {
	width: 500px;
	margin: 4px 25px;
	border-spacing: 4px 4px;
}

.last_ep_link table tr td{
	border-spacing: 4px 4px;
	font-weight: bold;
	font-size: 12px;
	color: #959595;
}

.last_ep_link table tr td a {
	color: #FFF;
}

.link_ddl {
	text-align: center;
	font-weight: bold;
}

.arch_ep {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 20px;
}

.arch_title {
	width: 657px;
	cursor: pointer;
	padding: 4px 0px;
	background-color: #0B0B0B;
	border: 1px solid #959595;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

.arch_title h3 {
	font-weight: bold;
	font-size: 14px;
	margin-left: 20px;
}

.arch_link {
	width: 100%;
	background-color: #959595;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.arch_link table {
	width: 600px;
	margin: 4px 25px;
	border-spacing: 4px 4px;
}

.arch_link table tr td, .arch_link table tr {
	border-spacing: 4px 4px;
	font-weight: bold;
	font-size: 12px;
}

.arch_link table tr td a {
	color: #090909;
}

#contact, #coms_new {
	width: 100%;
	text-align: center;
}

#contact label, #coms_new label {
	font-size: 11px;
}

#partenaires {
	width: 100%;
	text-align: center;
	border-spacing: 0px 8px;
}

#partenaires img {
	float: right;
	border: none;
}

#partenaires a {
	color: #FFF;
	font-weight: bold;
}

#bannieres {
	width: 100%;
	text-align: center;
}

#coms_table {
	width: 100%;
	margin: 15px 0px;
}

#coms_table table {
	width: 600px;
	margin: auto;
}

#coms_table .coms_header {
	padding: 4px;
	background-color: #959595;
	border: 1px solid #959595;
	border-bottom: none;
	font-size: 12px;
}

#coms_table .coms_name {
	margin: 0px 5px 0px 10px;
	font-weight: bold;
}

#coms_table .coms {
	border: 1px solid #959595;
	font-size: 12px;
	padding: 6px;
}

#coms_table .coms_title {
	padding: 4px 0px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #090909;
	background-color: #FFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

a {
	text-decoration: none;
	color: #747474;
}

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