/*------------------------------ MISE EN FORME GENERALE ------------------------------*/
*{margin:0px;padding:0px;}

body{
	text-align:center;
	font-family: Verdana, Helvetica, sans-serif; 
	font-size:11px;
	background:#fefefe url(/img/1.png) repeat-x top left;
	color:#000;
}

#global{
	padding:0;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	width:625px;
	text-align:justify;
}

.spacer{
	clear: both;
}

img{border:0;}

a:link, a:visited{
	color:#f0562d;
	text-decoration:underline;
}
a:hover, a:active{
	color:#f0562d;
	text-decoration:none;
}

h1{
	font-size:18px;
	font-weight:bold;
	color:#000;
	text-align:right;
	padding-bottom:5px;
	margin:0px 0px 20px 0px;
	background: transparent url(/img/10.png) no-repeat bottom right;
}

h1 + h2{
	margin-top:0;
}

h2{
	font-size:16px;
	margin:60px 0px 20px 0px;
	border-left: solid 8px #f0562d;
	border-bottom: solid 1px #f0562d;
	padding:5px;
}

h3{
	font-size:12px;
	margin:40px 0px 20px 0px;
}

#antennes{
	position:absolute;
	right:10px;
	top:-70px;
}

#header{
	position:relative;
	width:609px;
	height:341px;
	background:#eee url(/img/2.jpg) no-repeat top left;
	padding:8px;
}

#header #logo{
	position: absolute;
	top:63px;
	left:-20px;
}

#header #content{
	width:290px;
	padding:5px;
	float:left;
	margin-right:9px;
	margin-top: 129px;
	color:#582306;
}

#header #content b, #header #content strong{
	color:#fff;
}

#header #content #menu{
	margin-top: 25px;
}

#header #content #menu li{
	list-style-type: none;
	display: block;
	float:left;	
	height:68px;
	width:121px;
	text-align: center;
	color:#fff;
	margin-left:15px;
}

#header #content #menu li a{
	display: block;
	position:relative;
	height:68px;
	width:121px;
	color:#fff;
}

#header #content #menu li a img{
	position:absolute;
	z-index:10;
	top:0;
	left:0;
}

#header #content #menu li a span{
	position:absolute;
	z-index:0;
	top:25px;
	left:0px;
	font-weight: bold;
	font-size: 14px;
}

#header #content a:link, #header #content a:visited{
	color:#fff;
	text-decoration:none;
}
#header #content a:hover, #header #content a:active{
	color:#fff;
	text-decoration:underline;
}

#header #video{
	width:300px;
	margin-top:79px;
	float:left;
}

p{
	margin-bottom:10px;
}

#body .top{
	height:4px;
	background: transparent url(/img/8.png) no-repeat top left;
}
#body .middle{
	background: #fff;
	border-left: solid 1px #dfdfdf;
	border-right: solid 1px #dfdfdf;
	padding:10px;
}
#body .bottom{
	height:10px;
	background: transparent url(/img/9.png) no-repeat top left;
}
#body b, strong{
	color:#f0562d;
}
#body ul{
	padding-left:23px;
}
#body ul li{
	margin-bottom:20px;
}
#body ul.ul1{
	color:#fff;
	padding-left:10px;
	padding-top:30px;
}
#body ul.ul1 li{
	display:block;
	float:left;
	width:148px;
	height: 193px;
	padding:18px;
	text-align: left;
	margin-bottom:30px;
}
#body ul.ul1 li:first-letter{
	font-size: 18px;
	font-weight: bold;
}
#body ul.ul1 #li1{
	background: #3f3f3f url(/img/11.jpg) no-repeat top left;
	margin-right:14px;
}
#body ul.ul1 #li2{
	background: #3f3f3f url(/img/12.jpg) no-repeat top left;
	margin-right:14px;
}
#body ul.ul1 #li3{
	background: #3f3f3f url(/img/13.jpg) no-repeat top left;
}

/**
* --------------------------------------
*  PRESENTATION D'UN NUMERO D'EMISSION
* --------------------------------------
*/
div.presentation_emission{
	clear:left;
	/*padding:20px 0 0 0;*/
	/*margin:20px 0 0 0;*/
	background: transparent url(/img/tr-bottom.gif) repeat-x top left;
}
div.presentation_emission h2{
	font-size:14px;
	margin-bottom:10px;
}
div.presentation_emission .screenshot{
	float:left;
	margin:0 10px 10px 0;
}
div.presentation_emission .sommaire{
	margin:0 0 10px 288px;
	font-weight:bold;
	color:#000;
	border:solid 1px #eee;
	background-color: #fafafa;
	padding:5px;
}
div.presentation_emission .sommaire ul li{
	color:#f0562d;
	text-align: left;
	margin-bottom:10px;
	margin-top:10px;
}
div.presentation_emission .sommaire a{
	text-decoration: none;
}
div.presentation_emission .sommaire a:hover{
	text-decoration: underline;
}
div.presentation_emission b{
	color:#000;
}
div.presentation_emission p.watch{
	margin-top:10px;
	color:#f0562d;
	text-align: right;
}
div.presentation_emission p.watch a:link, div.presentation_emission p.watch a:visited{
	color:#f0562d;
	text-decoration: none;
}
div.presentation_emission p.watch a:hover, div.presentation_emission p.watch a:active{
	color:#f0562d;
	text-decoration: underline;
}

/**
* --------------------------------------
*              PIED DE PAGE
* --------------------------------------
*/
#footer{
	margin-top:20px;
	margin-bottom:20px;
}

#footer, #footer a{
	color:#555;
	font-size:10px;
}
#footer table{
	margin-left: auto;
	margin-right: auto;
}