html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}.floatLeft{float:left;text-align:left}img.floatLeft{margin:0
10px 10px 10px}.floatRight{float:right;text-align:right}img.floatRight{margin:0
10px 10px 10px}.floatClear,.cleaner{clear:both}br.floatClear{margin: -1px -1px 0px 0px;width:1px;height:1px;clear:both}.alignRight{text-align:right}.alignCenter{text-align:center}div.hr{clear:both;margin:0;padding:0}div.hr
hr{display:none}.hide{display:none !important}.bold{font-weight:bold}.noBg{background:none !important}.error{color:#f00;font-weight:bold}:focus,a{-moz-outline-style:none;outline:none !important}.nb{border:0}/*
 
	1312 vs. Area 17
 
 
 
	written by Mike "1312" (mike at area17.com)
 
	for Area 17 (www.area17.com)
 
 
 
*/
 
html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }
 
body {
	background: #000 no-repeat fixed center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	margin: 0;
	padding: 0;
	text-align: center;
}
	body.takeover {
		/**padding-top: 95px;*/
	}
	body.takeover-wh {
		background-color: #fff;
	}
 
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ layouts */
 
div#canalplus {
	display: block;
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}	
 
	div#canalplus div#header {
		background: #000;
		-moz-border-radius-topleft: 2px;
		-webkit-border-bottom-top-radius: 2px;
		border-radius-topleft: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-bottom-top-radius: 2px;
		border-radius-topright: 2px;
		padding: 11px 15px 3px;
		overflow: hidden;
		height: 31px;
	}
 
	div#canalplus div#nav {
		background: #1a1a1a url("../images/sitewide/bg-nav.png") scroll no-repeat left -900px;
		position: relative;
		_width: 1000px;
	}
 
	body.takeover div#canalplus div#nav {
		background: #1a1a1a url("../images/sitewide/bg-nav-takeover.png") scroll no-repeat left top;
	}
		div#canalplus div#nav.dd-open {
			background-position: left -936px;
		}
 
		body.takeover div#canalplus div#nav.dd-open {
			background-position: left -36px;
		}
 
		div#canalplus div#nav.heightFix {
			height: 437px;
		}
 
	div#canalplus div#content {
		background: #fff;
		_background:#fff !important;
		overflow: auto;
		min-height: 300px;
		_height: 1%;
		_width:1000px;
	}
		div#canalplus div#content.cols {
			background: #fff url("../images/sitewide/bg-content-cols.png") repeat-y left top;
		}
		body.takeover-wh div#canalplus div#content {
			background: #fff url("../images/sitewide/bg-content-for-white.png") repeat-y left top;
		}
		/*
		div#canalplus div#content:after {
		    content: "."; 
		    display: block; 
		    height: 0; 
		    clear: both;
		    visibility: hidden;
		}
		*/
		div#canalplus div#content div#left {
			display: inline;
			float: left;
			width: 600px;
			min-height: 300px;
			padding: 51px 30px 0 30px;
			margin: 0;	
			overflow: hidden;
		}
		div#canalplus div#content div#info {
			display: inline;
			float: left;
			min-height: 300px;
			margin: 0;	
			_overflow: hidden;
		}
 
		div#canalplus div#content .infoDefault {
			width: 655px;
			_width :655px!important;
		}
 
		div#canalplus div#content div.infoLarge {
			width: 1000px;
			width :1000px!important;
		}
 
			div#canalplus div#content div#info div.banner {
				margin-right: 15px !important;
			}
 
		div#canalplus div#content div#right {
			display: inline;
			float: right;
			width: 325px;
			*width:325px;
			min-height: 300px;
			padding-top:15px;
			margin: 0;
			_overflow: hidden;
			*overflow:hidden;
		}
 
 
	div#canalplus div#footer {
		clear: both;
		background: #000;
	}	
 
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ general styles */
 
h1 {
	display: inline;
	float: left;
	width: 113px;
	height: 21px;
	overflow: hidden;
	background: url("../images/sitewide/bg-h1.png") no-repeat 0 0;
}
	h1 a {
		text-indent: -9999em;
		display: block;
		width: 100px;
		height: 18px;
	}
 
h2, h3, h4, h5, h6 {
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 15px 0;
	font-weight: bold;
}
 
p {
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 15px 0;
}
 
strong {
	font-weight: bold;
}
 
em {
}
 
ul {
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 15px 0;
}
	ul li {
		list-style-type: none;
	}
 
ol {
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 15px 0;
}
	ol li {
	}
 
dl {
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 15px 0;
}
	dt {		
		clear: left;
		display: inline;
		float: left;
		font-weight: bold;
		width: 50px;
		color: #000;
	}
	dd {
		margin: 0 0 10px 0;
		padding: 0;
	}
 
img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
 
small {
	color: #999;
	font-weight: normal;
	font-size: 10px;
}
 
table {
	border-collapse: collapse;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 18px 0;
}
	table caption {
		text-align: left;
		font-weight: bold;
	}
	tr {
	}
		th {
			font-weight: bold;
			vertical-align: top;
		}
		td {
			vertical-align: top;
		}
	thead {
	}
		thead tr {
		}
			thead tr td {
			}
			thead tr th {
			}
	tbody {
	}
		tbody tr {
		}
			tbody tr td {
			}
			tbody tr th {
			}
	tfooter {
	}
		tfooter tr {
		}
			tfooter tr td {
			}
			tfooter tr th {
			}
 
abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted #000;
}
 
q {
	font-size: 13px;
	line-height: 15px;
	margin: 0 0 11px 0;
}
	q:before { content: no-open-quote; content: ""; }
	q:after { content: no-close-quote; content: ""; }
 
blockquote {
	padding: 15px 10px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	margin: 0 0 18px 0;
}
	blockquote p {
		font-size: 16px;
		line-height: 18px;
		margin: 0;
		padding: 0;
		font-weight: normal;
		color: #1a1a1a;
	}
 
a {
	color: #999;
	text-decoration: none;
}
	a:focus, a:active {
		text-decoration: none;
	}
	a:hover {
		color: #1a1a1a;
		text-decoration: underline;
	}
 
hr {
	background-color: #e6e6e6;
	border: 0;
	color: #e6e6e6;
	height: 1px;
	margin: 0 0 15px;
	*margin: -7px 0 8px;
}
 
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ custom classes */
 
div.col {
	display: inline;
	float: left;
	width: 145px;
	margin-right: 20px;
}
	div.col-first {
		margin-left: 15px;
	}
	div.col-last {
		margin-right: 0;
	}
 
.btn_horaire {
	display: inline-block;
	border: 0 none;
	text-decoration: none !important;
	padding: 0px;
	background: #FFFFFF url("../images/ead/bg_horaire.png") no-repeat right 0px;
	text-align: center;
	font-size: 12px;
	width: 64px;
	height: 23px;
}
 
.btn_horaire span {
	display: block;
	background: #FFFFFF url("../images/ead/bg_horaire.png") no-repeat right 0px;
	padding-top: 5px;
	height: 19px;
	_display: inline-block;
}
 
.btn_modifier {
	display: inline-block;
	border: 0 none;
	text-decoration: none !important;
	padding: 0px;
	background: #FFFFFF url("../images/ead/btn_modifier.png") no-repeat right -23px;
	text-align: center;
	font-size: 12px;
	width: 82px;
	height: 23px;
	cursor: pointer;
}
 
.btn_modifier span {
	display: block;
	background: #FFFFFF url("../images/ead/btn_modifier.png") no-repeat right -23px;
	padding: 0px;
	height: 19px;
	cursor: pointer;
	_display: inline-block;
}
 
.btn_modifier:hover {
	background-position: right 0px;
}
 
.btn_supprimer {
	display: inline-block;
	border: 0 none;
	text-decoration: none !important;
	padding: 0px;
	background: #FFFFFF url("../images/ead/btn_supprimer.png") no-repeat right -23px;
	text-align: center;
	font-size: 12px;
	width: 95px;
	height: 23px;
	cursor: pointer;
}
 
.btn_supprimer span {
	display: block;
	background: #FFFFFF url("../images/ead/btn_supprimer.png") no-repeat right -23px;
	padding: 0px;
	height: 19px;
	cursor: pointer;
	_display: inline-block;
}
 
.btn_supprimer:hover {
	background-position: right 0px;
}
 
 
.btn {
	display: inline-block;
	border: 0 none;
	text-decoration: none !important;
	padding: 0 10px 0 0;
	background: #fff url("../images/sitewide/bg-btn.png") no-repeat right -48px;
	color: #808080;
	text-align: center;
	font-size: 12px;
	width: auto;
	height: 23px;
	cursor: pointer;
}
div#rightSection.rightSectionGrey div.col.rightLive .btn {
	background-color: #ededed;
}

.btn-2 {
	background-position: right -48px;
	color: #808080 !important;
}
 
	.btn-secondary {
		background-position: right -96px;
		color: #fff !important;
	}
	.btn-toutesLesVideos {
		background-position: right -144px;
		color: #fff !important;
	}
	div.dropdown .btn {
		background-color: #1a1a1a;
		background-position: right 0;
		height: 24px;
		color: #1a1a1a;
	}
	.btn span {
		display: block;
		_display: inline-block;
		background: #fff url("../images/sitewide/bg-btn.png") no-repeat left -48px;
		padding: 5px 0 0 10px;
		height: 18px;
		line-height: 12px;
		cursor: pointer;
	}
	div#rightSection.rightSectionGrey div.col.rightLive .btn span {
		background-color: #ededed;
	}
		.btn span img.deplie {
			display: inline;
			margin-right: 8px;
			float:left;
		}
		.btn span img.replie {
			display: none;
			margin-right: 8px;
			float:left;
		}
		
.btn-2 span {
	background-position: left -48px;
	color: #808080 !important;
}
		.btn-secondary span {
			background-position: left -96px;
		}
		.btn-toutesLesVideos span {
			background-position: left -144px;
			padding-left: 32px;
		}
		div.dropdown .btn span {
			background-color: #1a1a1a;
			background-position: left 0;
		}
	.btn:hover {
		background-position: right -72px;
		color: #808080;
	}
 
		.btn-secondary:hover {
			background-position: right -120px;
		}
		.btn-toutesLesVideos:hover {
			background-position: right -168px;
		}
		div.dropdown .btn:hover {
			background-position: right -24px;
			color: #1a1a1a;
		}
		.btn:hover span {
			background-position: left -72px;
		}
			.btn-secondary:hover span {
				background-position: left -120px;
			}
			.btn-toutesLesVideos:hover span {
				background-position: left -168px;
			}
			div.dropdown .btn:hover span {
				background-position: left -24px;
			}
 
 
div.banner {
	margin: 0;
	width: 300px;
	height: 275px;
	padding: 5px !important;
	background: #e0e0e0;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-radius-topright: 2px;
	float : left;
}
 
div#canalplus_publicite div.banner {
	float: none;
}
 
div#rightSection div.banner{
margin-bottom:20px;
}
div#rightSection div.sideMainFeature div.banner{
margin-bottom:0px;
}
div#rightSection div.sideMainFeature div.videoPlayer {
margin-top:20px;
margin-bottom:20px;
}
	div.banner * {
		margin: 0;
		padding: 0;
	}
	div.banner div#idpublicitepave {
		width: 300px;
		height: 250px;
	}
	div.banner p.publicite {
		background: url("../images/sitewide/img_livetv.png") no-repeat 0px -403px;
		width: 35px;
		height: 8px;
		text-indent: -9999em;
		margin: 10px 0 7px 5px !important;
		*margin-top: 7px  !important;
	}
 
div.banner-promo {
	width: 310px;
	height: 175px;
	padding: 0;
	background: none;
	border: none;
}		
 
p.plusLink {
}
	p.plusLink a {
		display: inline-block;
		height: 19px;
		padding: 4px 0 0 33px;
		background: url("../images/sitewide/icon-plus.png") no-repeat left top;
		color: #808080;
	}
		p.plusLink a:hover {
			color: #808080;
			text-decoration: underline;
		}
 
 
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ div specific styles */
 
 
 
div#canalplus div#header ul {
	height: 17px;
	display: inline;
	float: left;
	margin-left: 20px;
	padding-top: 3px;
}
	div#canalplus div#header ul li {
		display: inline;
		float: left;
		border-left: 1px solid #262626;
		height: 14px;
		padding: 3px 12px 0 12px;
	}
		div#canalplus div#header ul li a {
			display: block;
			height: 11px;
			background: url("../images/sitewide/bg-ul-header.gif") no-repeat left top;
			text-indent: -9999em;
			overflow: hidden;
		}
			div#canalplus div#header ul li.videos a {
				width: 131px;
			}
 
				div#canalplus div#header ul li.videos a:hover {
					background-position: 0 -11px;
				}
 
			div#canalplus div#header ul li.reactions a {
				background-position: 0 -22px;
				width: 78px;
			}
 
				div#canalplus div#header ul li.reactions a:hover {
					background-position: 0 -33px;
				}
 
			div#canalplus div#header ul li.grilletv a {
				background-position: 0 -44px;
				width: 68px;
			}
 
				div#canalplus div#header ul li.grilletv a:hover {
					background-position: 0 -55px;
				}
 
			div#canalplus div#header ul li.espaceclient a {
				background-position: 0 -77px;
				width: 99px;
			}
 
				div#canalplus div#header ul li.espaceclient a:hover {
					background-position: 0 -66px;
				}
 
			div#canalplus div#header ul li.sabonner a {
				background-position: 0 -88px;
				width: 150px;                          
			}
 
				div#canalplus div#header ul li.sabonner a:hover {
					background-position: 0 -99px;
				}
 
			div#canalplus div#header ul li.livetv a {
				background-position: 0 -110px;
				width: 49px;                          
			}
 
				div#canalplus div#header ul li.livetv a:hover {
					background-position: 0 -121px;
				}
 
div#canalplus div#header div.header-partner {
	height: 45px;
	float: left;
	margin: -11px 0 0 15px;
	overflow: hidden;
	width: 678px;
}
 
div#canalplus div#header ul.secondary {
	float: right;
	padding: 5px 0 0 0;
	height: 13px;
	margin: 0;
}
 
div#canalplus div#header div.divIdentifier-partner ul.secondary {
	width: 129px;
}
 
body.isSafari div#canalplus div#header ul.secondary {
	padding: 6px 0 0;
}
	div#canalplus div#header ul.secondary li {
		height: 13px;
		padding: 0 0 0 10px;
		margin: 0 0 0 10px;
	}
		div#canalplus div#header ul.secondary li.first {
			border-left: 0 none;
			padding: 0;
			margin: 0;
		}
		div#canalplus div#header ul.secondary li a {
			display: inline;
			width: auto;
			height: auto;
			background: none;
			text-indent: 0;
			color: #fff;
		}
			div#canalplus div#header ul.secondary li a:hover {
				color: #808080;
				text-decoration: none;
			}
 
div#canalplus div#header div.identifier {
	display: inline;
	float: right;
	position: relative;
	padding: 0 31px 0 0;
}
	div#canalplus div#header div.identifier p {
		padding: 2px 0 0 0;
		height: 13px;
		margin: 0;
	}
		div#canalplus div#header div.identifier p a {
			color: #fff;
		}
			div#canalplus div#header div.identifier p a:hover {
				color: #fff;
				text-decoration: underline;
			}
			div#canalplus div#header div.identifier p a.logout {
				position: absolute;
				right: 0;
				top: -2px;
				display: block;
				width: 23px;
				height: 23px;
				background: url("../images/sitewide/bg-btn-logout.png") no-repeat left top;
				text-indent: -9999em;
				overflow: hidden;
			}
				div#canalplus div#header div.identifier p a.logout:hover {
					background-position: left bottom;
				}
 
 
 
div#canalplus div#nav ul.nav {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 36px;
}
	div#canalplus div#nav ul.nav li {
		display: inline;
		float: left;
		margin: 0;
		padding: 0;
		background: none;
		height: 36px;
	}
		div#canalplus div#nav ul.nav li a {
			display: block;
			height: 35px;
			background: url("../images/sitewide/bg-nav.png") no-repeat 0 0;
			text-indent: -9999em;
			overflow: hidden;
		}
			div#canalplus div#nav ul.nav li.sport a {
				background-position: 0 -36px;
				width: 71px;
			}
 
			body.takeover div#canalplus div#nav ul.nav li.sport a {
				background-position: -72px -36px;
			}
				div#canalplus div#nav ul.nav li.sport a:hover {
					/* hover for all browsers, if drop down closed */
					background-position: 0 -108px;
				}
 
				body.takeover div#canalplus div#nav ul.nav li.sport a:hover {
					background-position: -72px -108px;
				}
 
				div#canalplus div#nav.dd-open ul.nav li.sport a:hover {
					/* hover for all browsers, if drop down open */
					background-position: 0 -72px;
				}
 
				body.takeover div#canalplus div#nav.dd-open ul.nav li.sport a:hover {
					background-position: -72px -72px;
				}
 
				div#canalplus div#nav ul.nav li.sport.current > a, 
				div#canalplus div#nav ul.nav li.sport.current > a:hover {
					/* IE6 won't do the child (>) selector, so it won't get confused by the multiple class selector */
					background-position: 0 -144px;
					height: 36px;
				}
 
				body.takeover div#canalplus div#nav ul.nav li.sport.current > a, 
				body.takeover div#canalplus div#nav ul.nav li.sport.current > a:hover {
					background-position: -72px -144px;
				}
 
					div#canalplus div#nav ul.nav li.sport-current a, 
					div#canalplus div#nav ul.nav li.sport-current a:hover {
						/* jQuery will give the li the right class for IE6 */
						background-position: 0 -144px;
						height: 36px;
					}
 
					body.takeover div#canalplus div#nav ul.nav li.sport-current a, 
					body.takeover div#canalplus div#nav ul.nav li.sport-current a:hover {
						background-position: -72px -144px;
					}
 
				div#canalplus div#nav ul.nav li.sport.dropdown > a, 
				div#canalplus div#nav ul.nav li.sport.dropdown > a:hover {
					/* IE6 won't do the child (>) selector, so it won't get confused by the multiple class selector */
					background-position: 0 -108px;
					height: 36px;
				}
 
				body.takeover div#canalplus div#nav ul.nav li.sport.dropdown > a, 
				body.takeover div#canalplus div#nav ul.nav li.sport.dropdown > a:hover {
					background-position: -72px -108px;
				}
 
					div#canalplus div#nav ul.nav li.sport-dropdown a, 
					div#canalplus div#nav ul.nav li.sport-dropdown a:hover, 
					div#canalplus div#nav.dd-open ul.nav li.sport-dropdown a, 
					div#canalplus div#nav.dd-open ul.nav li.sport-dropdown a:hover {
						/* jQuery will give the li the right class for IE6 */
						background-position: 0 -108px;
						height: 36px;
					}
 
					body.takeover div#canalplus div#nav ul.nav li.sport-dropdown a, 
					body.takeover div#canalplus div#nav ul.nav li.sport-dropdown a:hover, 
					body.takeover div#canalplus div#nav.dd-open ul.nav li.sport-dropdown a, 
					body.takeover div#canalplus div#nav.dd-open ul.nav li.sport-dropdown a:hover {
						background-position: -72px -108px;
						height: 36px;
					}
 
			div#canalplus div#nav ul.nav li.cinema a {
				background-position: 0 -180px;
				width: 79px;
			}
				div#canalplus div#nav ul.nav li.cinema a:hover {
					background-position: 0 -252px;
				}
				div#canalplus div#nav.dd-open ul.nav li.cinema a:hover {
					background-position: 0 -216px;
				}
				div#canalplus div#nav ul.nav li.cinema.current > a, 
				div#canalplus div#nav ul.nav li.cinema.current > a:hover {
					background-position: 0 -288px;
					height: 36px;
				}
					div#canalplus div#nav ul.nav li.cinema-current a, 
					div#canalplus div#nav ul.nav li.cinema-current a:hover {
						background-position: 0 -288px;
						height: 36px;
					}
				div#canalplus div#nav ul.nav li.cinema.dropdown > a, 
				div#canalplus div#nav ul.nav li.cinema.dropdown > a:hover {
					background-position: 0 -252px;
					height: 36px;
				}
					div#canalplus div#nav ul.nav li.cinema-dropdown a, 
					div#canalplus div#nav ul.nav li.cinema-dropdown a:hover, 
					div#canalplus div#nav.dd-open ul.nav li.cinema-dropdown a, 
					div#canalplus div#nav.dd-open ul.nav li.cinema-dropdown a:hover {
						background-position: 0 -252px;
						height: 36px;
					}
			div#canalplus div#nav ul.nav li.series a {
				background-position: 0 -324px;
				width: 132px;
			}
				div#canalplus div#nav ul.nav li.series a:hover {
					background-position: 0 -396px; 
				}
				div#canalplus div#nav.dd-open ul.nav li.series a:hover {
					background-position: 0 -360px; 
				}
				div#canalplus div#nav ul.nav li.series.current > a, 
				div#canalplus div#nav ul.nav li.series.current > a:hover {
					background-position: 0 -432px;
					height: 36px;
				}
					div#canalplus div#nav ul.nav li.series-current a, 
					div#canalplus div#nav ul.nav li.series-current a:hover {
						background-position: 0 -432px;
						height: 36px;
					}
				div#canalplus div#nav ul.nav li.series.dropdown > a, 
				div#canalplus div#nav ul.nav li.series.dropdown > a:hover {
					background-position: 0 -396px;
					height: 36px;
				}
					div#canalplus div#nav ul.nav li.series-dropdown a, 
					div#canalplus div#nav ul.nav li.series-dropdown a:hover, 
					div#canalplus div#nav.dd-open ul.nav li.series-dropdown a, 
					div#canalplus div#nav.dd-open ul.nav li.series-dropdown a:hover {
						background-position: 0 -396px;
						height: 36px;
					}
			div#canalplus div#nav ul.nav li.divertissement a {
				background-position: 0 -468px;
				width: 128px;
			}
				div#canalplus div#nav ul.nav li.divertissement a:hover {
					background-position: 0 -540px;
				}
				div#canalplus div#nav.dd-open ul.nav li.divertissement a:hover {
					background-position: 0 -504px;
				}
				div#canalplus div#nav ul.nav li.divertissement.current > a, 
				div#canalplus div#nav ul.nav li.divertissement.current > a:hover {
					background-position: 0 -576px;
					height: 36px;
				}
					div#canalplus div#nav ul.nav li.divertissement-current a, 
					div#canalplus div#nav ul.nav li.divertissement-current a:hover {
						background-position: 0 -576px;
						height: 36px;
					}
				div#canalplus div#nav ul.nav li.divertissement.dropdown > a, 
				div#canalplus div#nav ul.nav li.divertissement.dropdown > a:hover {
					background-position: 0 -540px;
					height: 36px;
				}
					div#canalplus div#nav ul.nav li.divertissement-dropdown a, 
					div#canalplus div#nav ul.nav li.divertissement-dropdown a:hover, 
					div#canalplus div#nav.dd-open ul.nav li.divertissement-dropdown a, 
					div#canalplus div#nav.dd-open ul.nav li.divertissement-dropdown a:hover {
						background-position: 0 -540px;
						height: 36px;
					}
			div#canalplus div#nav ul.nav li.docsinfo a {
				background-position: 0 -612px;
				width: 106px;
			}
				div#canalplus div#nav ul.nav li.docsinfo a:hover {
					background-position: 0 -684px;
				}
				div#canalplus div#nav.dd-open ul.nav li.docsinfo a:hover {
					background-position: 0 -648px;
				}
				div#canalplus div#nav ul.nav li.docsinfo.current > a, 
				div#canalplus div#nav ul.nav li.docsinfo.current > a:hover {
					background-position: 0 -720px;
					height: 36px;
				}
					div#canalplus div#nav ul.nav li.docsinfo-current a, 
					div#canalplus div#nav ul.nav li.docsinfo-current a:hover {
						background-position: 0 -720px;
						height: 36px;
					}
				div#canalplus div#nav ul.nav li.docsinfo.dropdown > a, 
				div#canalplus div#nav ul.nav li.docsinfo.dropdown > a:hover {
					background-position: 0 -684px;
					height: 36px;
				}
					div#canalplus div#nav ul.nav li.docsinfo-dropdown a, 
					div#canalplus div#nav ul.nav li.docsinfo-dropdown a:hover, 
					div#canalplus div#nav.dd-open ul.nav li.docsinfo-dropdown a, 
					div#canalplus div#nav.dd-open ul.nav li.docsinfo-dropdown a:hover {
						background-position: 0 -684px;
						height: 36px;
					}
			div#canalplus div#nav ul.nav li.creaplus a {
				background-position: 0 -756px;
				width: 71px;
			}
				div#canalplus div#nav ul.nav li.creaplus a:hover {
					background-position: 0 -828px;
				}
				div#canalplus div#nav.dd-open ul.nav li.creaplus a:hover {
					background-position: 0 -792px;
				}				
				div#canalplus div#nav ul.nav li.creaplus.current > a, 
				div#canalplus div#nav ul.nav li.creaplus.current > a:hover {
					background-position: 0 -864px;
					height: 36px;
				}
					div#canalplus div#nav ul.nav li.creaplus-current a, 
					div#canalplus div#nav ul.nav li.creaplus-current a:hover {
						background-position: 0 -864px;
						height: 36px;
					}				
				div#canalplus div#nav ul.nav li.creaplus.dropdown > a, 
				div#canalplus div#nav ul.nav li.creaplus.dropdown > a:hover {
					background-position: 0 -828px;
					height: 36px;
				}
					div#canalplus div#nav ul.nav li.creaplus-dropdown a,
					div#canalplus div#nav ul.nav li.creaplus-dropdown a:hover, 
					div#canalplus div#nav.dd-open ul.nav li.creaplus-dropdown a,
					div#canalplus div#nav.dd-open ul.nav li.creaplus-dropdown a:hover {
						background-position: 0 -828px;
						height: 36px;
					}
 
 
div#canalplus div#nav > form {
	position: absolute;
	right: 6px;
	top: 6px;
}
	div#canalplus div#nav form fieldset {
		_position: absolute;
		_right: 6px;
		_top: 6px;
	}
		div#canalplus div#nav form fieldset label {
			display: none;
		}
		div#canalplus div#nav form fieldset input[type=text] {
			display: inline;
			float: left;
			width: 146px;
			height: 19px;
			padding: 4px 6px 0;
			font-size: 12px;
			color: #b3b3b3;
			border: 0 none;
		}
			div#canalplus div#nav form fieldset input.text {
				display: inline;
				float: left;
				width: 146px;
				height: 19px;
				padding: 4px 6px 0;
				font-size: 12px;
				color: #b3b3b3;
				border: 0 none;
			}
			body.isMozilla div#canalplus div#nav form fieldset input.text {
				padding: 2px 6px;
			}
			body.isMac.isMozilla div#canalplus div#nav form fieldset input.text {
				padding: 4px 6px 0;
			}
			div#canalplus div#nav form fieldset input.text-sm {
				width: 118px;
			}
			div#canalplus div#nav form fieldset input.searchFor {
				color: #808080;
			}
		div#canalplus div#nav form fieldset input[type=submit] {
			display: inline;
			float: left;
			width: 33px !important;
			height: 23px !important;
			background: url("../images/sitewide/bg-btn-search.png") no-repeat 0 0;
			text-align: left;
			font-size: 1px;
			color: #191819;
			overflow: hidden;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
			border-radius: 0;
		}
			div#canalplus div#nav form fieldset input.submit {
				display: inline;
				float: left;
				width: 33px !important;
				height: 23px !important;
				background: url("../images/sitewide/bg-btn-search.png") no-repeat 0 0;
				text-align: left;
				font-size: 1px;
				color: #000;
				overflow: hidden;
				padding-top: 18px;
				-moz-border-radius: 0;
				-webkit-border-radius: 0;
				border-radius: 0;
			}
				div#canalplus div#nav form fieldset >/**/input.submit {
					text-indent: -9999em;
					padding-top: 0;
				}
				div#canalplus div#nav form fieldset input.submitHover {
					background-position: left -23px;
				}
 
 
div#canalplus div#lb-player-video {
	position: relative;
	z-index: 99;
}
 
	div#canalplus div#lb-player-video div.mask-player-video {
		opacity: 0.5;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=50);
		width: 100%;
		height: 100%;
		position: fixed;
		_position: absolute;
		left: 0px;
		top: 0px;
		background: #000;
		z-index: 99;
	}
 
	div#canalplus div#lb-player-video div.wrap-player-video {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		width: 728px;
		height: 409px;
		position: absolute;
		left: 110px;
		top: 105px;
		background: #000;
		z-index: 99;
	}
 
		div#canalplus div#lb-player-video div.wrap-player-video img {
			float: right;
			cursor: pointer;
			margin: 2px 4px;
		}
 
	div#canalplus div#lb-player-video #player-video {
		position: absolute;
		left: 110px;
		top: 124px;
		z-index: 99;
	}
 
div#canalplus div#lb-slide-show {
	position: relative;
	z-index: 100001;
}
 
	div#canalplus div#lb-slide-show div.mask-slide-show {
		opacity: 0.5;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=50);
		width: 100%;
		height: 100%;
		position: fixed;
		_position: absolute;
		left: 0px;
		top: 0px;
		background: #000;
		z-index: 99;
	}
 
	div#canalplus div#lb-slide-show div.wrap-slide-show {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		width: 728px;
		height: 409px;
		position: absolute;
		left: 110px;
		top: 105px;
		background: #000;
		z-index: 99;
	}
	div#canalplus div#lb-slide-show div.wrap-slide-show-v3 {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		width: 640px;
		height: 490px;
		position: absolute;
		left: 180px;
		background: #262626;
		z-index: 99;
	}
  div#canalplus div#lb-slide-show div.wrap-slide-show-v3 a.close {
    	background: url("../images/sitewide/img_livetv.png") no-repeat -85px -58px;
    	display:block;
  		height:25px;
  		width:25px;
  		float:right;
  		text-indent:-9000px;
  		margin:10px 7px 0 0;
  }
  div#canalplus div#lb-slide-show div.wrap-slide-show-v3 a.displayTitle {
    color:#FFFFFF;
		text-decoration:none;
		font-size:12px;
		width:auto;
		padding:0 0 0 12px;
		outline:none;
		margin:15px 0 0 15px;
		display:inline-block;
		line-height:12px;
		float:left;
  }
  div#canalplus div#lb-slide-show div.wrap-slide-show-v3 a.stop{
		background: url("../images/sitewide/img_livetv.png") no-repeat -287px -287px;
	}
	div#canalplus div#lb-slide-show div.wrap-slide-show-v3 a.play{
		background: url("../images/sitewide/img_livetv.png") no-repeat -287px -300px;
	}
	div#canalplus div#lb-slide-show #slide-show-v3 {
		position: absolute;
		left: 180px;
		z-index: 99;
	}

	div#canalplus div#lb-slide-show div.wrap-slide-show img {
		float: right;
		cursor: pointer;
		margin: 2px 4px;
	}
 
	div#canalplus div#lb-slide-show #slide-show {
		position: absolute;
		left: 110px;
		top: 124px;
		z-index: 99;
	}
 
div#canalplus div#footer div.columns {
	background: url("../images/sitewide/img_livetv.png") no-repeat 0 -644px;
	height: 300px;
}
	div#canalplus div#footer div.columns div.col {
		padding-top: 33px;
	}
		div#canalplus div#footer div.columns div.col-first {
			padding-top: 31px;
		}
		div#canalplus div#footer div.columns div.col-last {
		}
		div#canalplus div#footer div.columns div.col h2 {
			width: 113px;
			height: 21px;
			overflow: hidden;
			margin-bottom: 21px;
		}
			div#canalplus div#footer div.columns div.col h2 a {
				display: block;
				width: 113px;
				height: 21px;
				text-indent: -9999em;
				background: url("../images/sitewide/bg-h1.png") no-repeat 0 0;
			}
		div#canalplus div#footer div.columns div.col h3 {
			margin-bottom: 25px;
			font-weight: normal;
			text-transform: uppercase;
		}
			div#canalplus div#footer div.columns div.col h3 a, 
			div#canalplus div#footer div.columns div.col h3 a:hover {
				color: #fff;
				font-weight: bold;
			}
 
			body.isMac div#canalplus div#footer div.columns div.col h3 a, 
			body.isMac div#canalplus div#footer div.columns div.col h3 a:hover {
				font-weight: normal;
			}
 
		div#canalplus div#footer div.columns div.col ul {
		}
			div#canalplus div#footer div.columns div.col ul li {
				margin-bottom: 5px;
			}
				div#canalplus div#footer div.columns div.col ul li a {
					color: #808080;
				}
 
div#canalplus div#footer div.base {
	height: 33px;
	padding: 12px 0 0 0;
	text-transform: uppercase;
}
	div#canalplus div#footer div.base ul {
		display: inline;
		float: left;
	}
		div#canalplus div#footer div.base ul li {
			display: inline;
			float: left;
			border-left: 1px solid #262626;
			height: 16px;
			padding: 1px 15px 0 15px;
		}
			div#canalplus div#footer div.base ul li:first-child {
				border-left: 0 none;
				padding-left: 15px;
			}
			div#canalplus div#footer div.base ul li.first {
				border-left: 0 none;
				padding-left: 15px;
			}
			div#canalplus div#footer div.base ul li a {
				color: #808080;
			}
	div#canalplus div#footer div.base p {
		display: inline;
		float: right;
		color: #fff;
		padding: 1px 15px 0 0;
	}
 
a.btn_sidentifier {
	display: block;
	_display: inline-block;
	background: #FFFFFF url("../images/ead/btn_sidentifier.png") no-repeat 15px 0px;
	padding: 0px;
	height: 37px;
	cursor: pointer;
}
 
a.btn_sidentifier:hover {
	background-position: 15px -37px;
}
 
a.btn_sabonner {
	display: block;
	_display: inline-block;
	background: #FFFFFF url("../images/ead/btn_sabonner.png") no-repeat 0px 0px;
	padding: 0px;
	height: 37px;
	cursor: pointer;
}
 
a.btn_sabonner:hover {
	background-position: 0px -37px;
}
 
a.btn_decouvrir {
	display: block;
	_display: inline-block;
	background: #FFFFFF url("../images/ead/btn_decouvrir.png") no-repeat 0px 0px;
	padding: 0px;
	height: 37px;
	cursor: pointer;
}
 
a.btn_decouvrir:hover {
	background-position: 0px -37px;
}
 
a.btn_acceder_compte {
	display: block;
	_display: inline-block;
	background: #FFFFFF url("../images/ead/btn_acceder_compte.png") no-repeat 0px 0px;
	padding: 0px;
	height: 37px;
	cursor: pointer;
}
 
a.btn_acceder_compte:hover {
	background-position: 0px -37px;
}
 
a.btn_modifier_formule {
	display: block;
	_display: inline-block;
	background: #FFFFFF url("../images/ead/btn_modifier_formule.png") no-repeat 0px 0px;
	padding: 0px;
	height: 37px;
	cursor: pointer;
}
 
a.btn_modifier_formule:hover {
	background-position: 0px -37px;
}

h2.h2-img{width:auto;height:35px;margin:0;padding:0;background:no-repeat left top;text-indent: -9999em}h2.h2-sinscrire{background-image:url("../images/sitewide/h2/sinscrire.png");height:23px}h2.h2-videos{background-image:url("../images/sitewide/h2/videos.png");height:17px}h2.h2-surcanalplus{background-image:url("../images/sitewide/h2/surcanal.png");height:17px}h2.h2-reagir{background-image:url("../images/sitewide/h2/reagir-small.png");height:15px}div.sur h2.h2-reagir{background-image:url("../images/sitewide/h2/reagir.png");height:17px}h2.h2-cesoirsur{background-image:url("../images/sitewide/h2/cesoirsur.png");height:17px}h2.h2-sport{background-image:url("../images/sitewide/h2/sport.png")}h2.h2-cinema{background-image:url("../images/sitewide/h2/cinema.png")}h2.h2-rechercherFilm{background-image:url("../images/sitewide/h2/rechercherFilm.png");height:13px}h2.h2-seriesfictions{background-image:url("../images/sitewide/h2/seriesfictions.png")}h2.h2-divertissement{background-image:url("../images/sitewide/h2/divertissement.png")}h2.h2-docsinfo{background-image:url("../images/sitewide/h2/docsinfo.png")}h2.h2-creaplus{background-image:url("../images/sitewide/h2/creaplus.png")}h2.h2-emissions{background-image:url("../images/sitewide/h2/emissions.png")}h2.h2-jeunesse{background-image:url("../images/sitewide/h2/jeunesse.png")}h2.h2-musique{background-image:url("../images/sitewide/h2/musique.png")}h2.h2-humour{background-image:url("../images/sitewide/h2/humour.png")}h2.h2-viensJouerSurCanalPlus{background-image:url("../images/sitewide/h2/viensjouersurcanalplus.png")}h2.h2-effetPapillon{background-image:url("../images/sitewide/h2/leffetpapillon.png")}h2.h2-aussiSurCreaPlus{background-image:url("../images/sitewide/h2/aussisurcreaplus.png")}h2.h2-enCeMomentSurCreaPlus{background-image:url("../images/sitewide/h2/encemomentsurcreaplus.png")}h2.h2-lesFilmsDuMois{background-image:url("../images/sitewide/h2/lesfilmsdumois.png");height:29px}h2.h2-recherche{background-image:url("../images/sitewide/h2/recherche.png");margin:37px
0 20px 0;height:27px}h2.h2-rechercheprogrammes{background-image:url("../images/sitewide/h2/rechercheprogrammes.png");margin:23px
0 20px 15px;height:27px}h2.h2-invites{background-image:url("../images/sitewide/h2/invites.png");margin:11px
0 0 11px !important}h2.h2-dernieresemissions{background-image:url("../images/sitewide/h2/dernieresemissions.png");margin:11px
0 0 11px !important}h2.h2-autourdugrandjournal{background-image:url("../images/sitewide/h2/autourdugrandjournal.png");margin:11px
0 0 11px !important}h2.h2-sommaire{background-image:url("../images/sitewide/h2/sommaire.png");margin:11px
0 0 11px !important}h2.h2-legrandjournal{background-position: -7px 0px;margin:0
0 15px 0;height:31px}h2.h2-videov3{background-position: -7px 0px;margin:0
0 15px 0;height:31px}div.titreTxtBrut h2.h2-videov3{display:none}h2.h2-contenu_abusif{background-image:url("../images/sitewide/h2/contenu_abusif.png");height:31px;padding:5px
0 0 0 !important}h2.h2-mentions_legales{background-image:url("../images/sitewide/h2/mentions_legales.png");height:31px;padding:5px
0 0 0 !important}h2.h2-planSite{background-image:url("../images/sitewide/h2/planSite.png");margin:37px
0 20px 0;height:27px}h2.h2-erreur{background-image:url("../images/sitewide/h2/erreur.png");margin:37px
0 20px 0;height:40px}h3.h3-img{width:auto;height:14px;margin:0;padding:0;background:no-repeat left top;text-indent: -9999em}h3.h3-sinscrire{background-image:url("../images/sitewide/h3/sinscrire.png");height:33px}h3.h3-liveVenir{background-image:url("../images/sitewide/h3/liveavenir.png");height:35px}h3.h3-videos{background-image:url("../images/sitewide/h3/videos.png");height:35px}h3.h3-sortiesSemaine{background-image:url("../images/sitewide/h3/sortiesdelasemaine.png");height:35px}h3.h3-sortiesSemaine-alt{background-image:url("../images/sitewide/h3/sortiesdelasemaine-alt.png");height:35px}h3.h3-videosRecentes{background-image:url("../images/sitewide/h3/videoslesrecentes.png");height:35px}h3.h3-news{background-image:url("../images/sitewide/h3/news.png");height:35px}h3.h3-rechercherFilm{background-image:url("../images/sitewide/h3/rechercherFilm.png");height:37px}h3.h3-rechercherSerie{background-image:url("../images/sitewide/h3/rechercherSerie.png");height:37px}h3.h3-reagir{background-image:url("../images/sitewide/h3/reagir.png");height:17px}h3.h3-topBandesAnnonces{background-image:url("../images/sitewide/h3/topdesbandesannonces.png");height:35px}h3.h3-filmsAttendus{background-image:url("../images/sitewide/h3/filmsattendues.png");height:35px}h3.h3-toujoursAAffiche{background-image:url("../images/sitewide/h3/toujoursalaffiche.png");height:35px}h3.h3-actuCinema{background-image:url("../images/sitewide/h3/lactucinema.png");height:35px}h3.h3-rencontre{background-image:url("../images/sitewide/h3/rencontre.png");height:35px}h3.h3-emissions{background-image:url("../images/sitewide/h3/emissions.png");height:35px}h3.h3-filmsDuMoisSurCanalPlus{background-image:url("../images/sitewide/h3/filmsdumoissurcanal.png");height:35px}h3.h3-radios{background-image:url("../images/sitewide/h3/radios.png");height:35px}h3.h3-ecoutezLaRadio{background-image:url("../images/sitewide/h3/ecoutezlaradio.png");height:17px !important}h3.h3-envoyezVideos{background-image:url("../images/sitewide/h3/envoyezvozvideos.png");height:13px !important}h3.h3-rechercherVideoCreaPlus{background-image:url("../images/sitewide/h3/rechercherunevideosurcreaplus.png");height:33px !important}h3.h3-cemoiscisurcanalplus{background-image:url("../images/sitewide/h3/cemoiscisurcanalplus.png");height:17px}h3.h3-encemoment{background-image:url("../images/sitewide/h3/encemoment.png");height:17px}h3.h3-lasoiree{background-image:url("../images/sitewide/h3/lasoiree.png");height:17px}h3.h3-leprogrammedelajournee{background-image:url("../images/sitewide/h3/leprogrammedelajournee.png");height:17px}h3.h3-sr-videos{background-image:url("../images/sitewide/h3/sr-videos.png");height:17px}h3.h3-sr-news{background-image:url("../images/sitewide/h3/sr-news.png");height:17px}h3.h3-sr-rubruquesetarticles{background-image:url("../images/sitewide/h3/sr-rubruquesetarticles.png");height:17px}h3.h3-sr-blogs{background-image:url("../images/sitewide/h3/sr-blogs.png");height:17px}h3.h3-sr-communaute{background-image:url("../images/sitewide/h3/sr-communaute.png");height:17px}h3.h3-assisteremission{background-image:url("../images/sitewide/h3/assister.png");height:13px !important}h3.h3-assistertelephone{background-image:url("../images/sitewide/h3/phone-number.png");height:24px !important}h3.h3-bonus{background-image:url("../images/sitewide/h3/bonus.png")}h3.h3-bonus-alt{background-image:url("../images/sitewide/h3/bonus-alt.png");height:19px !important}h3.h3-leslives{background-image:url("../images/sitewide/h3/les-lives.png")}h3.h3-prochainsrendezvous{background-image:url("../images/sitewide/h3/prochainsrendezvous.png")}h3.h3-plusDeVideos{background-image:url("../images/sitewide/h3/devideos.png");height:17px}h3.h3-plusDeVideosCinema{background-image:url("../images/sitewide/h3/devideoscinema.png");height:17px}h3.h3-plusDeVideosCreaPlus{background-image:url("../images/sitewide/h3/devideoscreaplus.png");height:17px}h3.h3-plusDeVideosDivertissement{background-image:url("../images/sitewide/h3/devideosdivertissement.png");height:17px}h3.h3-plusDeVideosDocsInfos{background-image:url("../images/sitewide/h3/devideosdocsinfo.png");height:17px}h3.h3-plusDeVideosSerie{background-image:url("../images/sitewide/h3/devideosseries.png");height:17px}h3.h3-plusDeVideosSport{background-image:url("../images/sitewide/h3/devideossport.png");height:17px}h3.h3-page-indisponible{background-image:url("../images/sitewide/h3/page-indisponible.png");margin:37px
0 20px 0;height:28px}#canalplus
.lbl{display:inline;float:left;background:url("../images/sitewide/bg-labels.gif") no-repeat 0 0 !important;height:11px;text-indent: -9999em;*text-indent:0;*text-align:right;font-size:1px;color:#d70022 !important;margin:0
5px 0 0;padding:0;position:relative;top:2px;overflow:hidden}#canalplus .lbl-exclu{background-position:0 0 !important;width:31px}#canalplus .lbl-live{background-position:0 -11px !important;width:23px}#canalplus .lbl-blog{background-position:0 -22px !important;width:26px;color:#808080 !important}#canalplus .lbl-enDirect{background-position:0 -243px !important;width:46px}#canalplus .lbl-tv{background-position:0 -50px !important;width:25px}#canalplus .lbl-ba{background-position:0 -78px !important;width:26px;color:#808080 !important}#canalplus a.lbl-ba:hover{background-position:0 -78px !important;color:#d70022 !important}#canalplus .lbl-voirLeDirect{background-position:0 -100px !important;width:73px;color:#d70022 !important}#canalplus a.lbl-voirLeDirect:hover{background-position:0 -89px !important;color:#808080 !important}#canalplus .lbl-aLaDemande{background-position:0 -111px !important;width:71px;color:#808080 !important}#canalplus a.lbl-aLaDemande:hover{background-position:0 -122px !important;color:#d70022 !important}#canalplus .lbl-rec{background-position:0 -133px !important;width:31px;color:#808080 !important}#canalplus a.lbl-rec:hover{background-position:0 -144px !important;color:#d70022 !important}#canalplus .lbl-participez{background-position:0 -155px !important;width:49px}#canalplus .lbl-creaplus{background-position:0 -166px !important;width:33px}#canalplus .lbl-reagir{background-position:0 -177px !important;width:34px}#canalplus .lbl-urgent{background-position:0 -188px !important;width:36px}#canalplus .lbl-minisite{background-position:0 -199px !important;width:38px;color:#808080 !important}#canalplus .lbl-tv{background-position:0 -210px !important;width:16px;color:#808080 !important}#canalplus .lbl-jeu{background-position:0 -221px !important;width:21px;color:#808080 !important}#canalplus .lbl-news{background:url("../images/sitewide/bg-label-news.png") no-repeat 0 0 !important;width:28px}#canalplus .lbl-ok{background:url("../images/ead/picto_ok.png") no-repeat 0 0 !important;width:15px}#canalplus .lbl-alerte{background:url("../images/ead/picto_alerte.png") no-repeat 0 0 !important;width:9px}#canalplus
a.video{display:block;background:url("../images/sitewide/icon-video.png") no-repeat left top !important;_background-image:url("../images/sitewide/icon-video-ie6.png") !important;width:23px;height:23px;text-indent: -9999em;margin:0;padding:0}#canalplus a.video-small{display:block;background:url("../images/sitewide/icon-video-small.png") no-repeat left top !important;width:13px;height:13px;text-indent: -9999em;margin:0;padding:0}#canalplus a.video-small:hover, #canalplus li.hover a.video-small{background:url("../images/sitewide/icon-video-small-hover.png") no-repeat left top !important}#canalplus
a.telechargement{display:block;background:url("../images/sitewide/icon-telechargement.png") no-repeat left top !important;width:13px;height:13px;text-indent: -9999em;margin:0;padding:0}#canalplus a.telechargement:hover, #canalplus li.hover
a.telechargement{background:url("../images/sitewide/icon-telechargement-hover.png") no-repeat left top !important}#canalplus span.series-5etoiles{display:block;background:url("../images/sitewide/5etoiles.png") no-repeat left top !important;_background:url("../images/sitewide/5etoiles.gif") no-repeat left top !important;width:80px;height:13px;text-indent: -9999em;margin-top:1px;padding:0;float:right;*margin-top:-20px;_position:relative}#canalplus span.series-4_5etoiles{display:block;background:url("../images/sitewide/4_5etoiles.png") no-repeat left top !important;_background:url("../images/sitewide/4_5etoiles.gif") no-repeat left top !important;width:80px;height:13px;text-indent: -9999em;margin-top:1px;padding:0;float:right;*margin-top:-20px;_position:relative}#canalplus span.series-4etoiles{display:block;background:url("../images/sitewide/4etoiles.png") no-repeat left top !important;_background:url("../images/sitewide/4etoiles.gif") no-repeat left top !important;width:80px;height:13px;text-indent: -9999em;margin-top:1px;padding:0;float:right;*margin-top:-20px;_position:relative}#canalplus span.series-3_5etoiles{display:block;background:url("../images/sitewide/3_5etoiles.png") no-repeat left top !important;_background:url("../images/sitewide/3_5etoiles.gif") no-repeat left top !important;width:80px;height:13px;text-indent: -9999em;margin-top:1px;padding:0;float:right;*margin-top:-20px;_position:relative}#canalplus span.series-3etoiles{display:block;background:url("../images/sitewide/3etoiles.png") no-repeat left top !important;_background:url("../images/sitewide/3etoiles.gif") no-repeat left top !important;width:80px;height:13px;text-indent: -9999em;margin-top:1px;padding:0;float:right;*margin-top:-20px;_position:relative}#canalplus span.series-2etoiles{display:block;background:url("../images/sitewide/2etoiles.png") no-repeat left top !important;_background:url("../images/sitewide/2etoiles.gif") no-repeat left top !important;width:80px;height:13px;text-indent: -9999em;margin-top:1px;padding:0;float:right;*margin-top:-20px;_position:relative}#canalplus span.series-2_5etoiles{display:block;background:url("../images/sitewide/2_5etoiles.png") no-repeat left top !important;_background:url("../images/sitewide/2_5etoiles.gif") no-repeat left top !important;width:80px;height:13px;text-indent: -9999em;margin-top:1px;padding:0;float:right;*margin-top:-20px;_position:relative}#canalplus span.series-1etoiles{display:block;background:url("../images/sitewide/1etoile-rouge-transp.gif") no-repeat left top !important;width:60px;height:13px;text-indent: -9999em;float:right;margin-top:1px;*margin-top:-20px;padding:0;_position:relative}#canalplus
a.radio{display:block;background:url("../images/sitewide/icon-radio-bl.png") no-repeat left top !important;_background-image:url("../images/sitewide/icon-radio-bl-ie6.png") !important;width:23px;height:23px;text-indent: -9999em;margin:0;padding:0}#canalplus .ch-canalplus{background:url("../images/sitewide/bg-chaine.gif") no-repeat 0 0;height:11px;margin-top:8px;text-indent: -9999em;width:43px}#canalplus .ch-canalcinema{background:url("../images/sitewide/bg-chaine.gif") no-repeat 0 -11px;height:17px;text-indent: -9999em;width:88px}#canalplus .ch-canalsport{background:url("../images/sitewide/bg-chaine.gif") no-repeat 0 -28px;height:17px;text-indent: -9999em;width:80px}#canalplus .ch-canalfamily{background:url("../images/sitewide/bg-chaine.gif") no-repeat 0 -45px;height:17px;text-indent: -9999em;width:83px}#canalplus .ch-canaldecale{background:url("../images/sitewide/bg-chaine.gif") no-repeat 0 -62px;height:17px;text-indent: -9999em;width:82px}#canalplus .ch-sm-canalplus{display:block;background:url("../images/sitewide/bg-listing-small.gif") no-repeat 0 0;width:54px;height:11px;text-indent: -9999em;margin:0
0 6px;padding:0}#canalplus .ch-sm-canalcinema{display:block;background:url("../images/sitewide/bg-listing-small.gif") no-repeat 0 -11px;width:54px;height:17px;text-indent: -9999em;margin:0;padding:0}#canalplus .ch-sm-canalsport{display:block;background:url("../images/sitewide/bg-listing-small.gif") no-repeat 0 -28px;width:54px;height:17px;text-indent: -9999em;margin:0;padding:0}#canalplus .ch-sm-canalfamily{display:block;background:url("../images/sitewide/bg-listing-small.gif") no-repeat 0 -45px;width:54px;height:17px;text-indent: -9999em;margin:0;padding:0}#canalplus .ch-sm-canaldecale{display:block;background:url("../images/sitewide/bg-listing-small.gif") no-repeat 0 -62px;width:54px;height:17px;text-indent: -9999em;margin:0;padding:0}#canalplus .ch-sm-dk-canalplus{display:block;background:url("../images/sitewide/bg-listing-small-dark.gif") no-repeat 0 0;width:54px;height:11px;text-indent: -9999em;margin:2px
0 0}#canalplus .ch-sm-dk-canalcinema{display:block;background:url("../images/sitewide/bg-listing-small-dark.gif") no-repeat 0 -11px;width:54px;height:17px;text-indent: -9999em;margin:0}#canalplus .ch-sm-dk-canalsport{display:block;background:url("../images/sitewide/bg-listing-small-dark.gif") no-repeat 0 -28px;width:54px;height:17px;text-indent: -9999em;margin:0}#canalplus .ch-sm-dk-canalfamily{display:block;background:url("../images/sitewide/bg-listing-small-dark.gif") no-repeat 0 -45px;width:54px;height:17px;text-indent: -9999em;margin:0}#canalplus .ch-sm-dk-canaldecale{display:block;background:url("../images/sitewide/bg-listing-small-dark.gif") no-repeat 0 -62px;width:54px;height:17px;text-indent: -9999em;margin:0}#canalplus .ch-lg-canalplus{display:block;background:url("../images/sitewide/bg-listing-large.gif") no-repeat center 0;width:76px;height:15px;text-indent: -9999em;margin:0;padding:0}#canalplus .ch-lg-canalcinema{display:block;background:url("../images/sitewide/bg-listing-large.gif") no-repeat center -15px;width:76px;height:22px;text-indent: -9999em;margin:0;padding:0}#canalplus .ch-lg-canalsport{display:block;background:url("../images/sitewide/bg-listing-large.gif") no-repeat center -37px;width:76px;height:22px;text-indent: -9999em;margin:0;padding:0}#canalplus .ch-lg-canalfamily{display:block;background:url("../images/sitewide/bg-listing-large.gif") no-repeat center -60px;width:76px;height:22px;text-indent: -9999em;margin:0;padding:0}#canalplus .ch-lg-canaldecale{display:block;background:url("../images/sitewide/bg-listing-large.gif") no-repeat center -82px;width:76px;height:22px;text-indent: -9999em;margin:0;padding:0}#choix_rediffusion
.canalplus{display:block;background:url("../images/sitewide/bg-listing-small.gif") no-repeat 0 0;width:54px;height:11px;text-indent: -9999em;margin:2px
0 0}#choix_rediffusion
.canalcinema{display:block;background:url("../images/sitewide/bg-listing-small.gif") no-repeat 0 -11px;width:54px;height:17px;text-indent: -9999em;margin:0}#choix_rediffusion
.canalsport{display:block;background:url("../images/sitewide/bg-listing-small.gif") no-repeat 0 -28px;width:54px;height:17px;text-indent: -9999em;margin:0}#choix_rediffusion
.canalfamily{display:block;background:url("../images/sitewide/bg-listing-small.gif") no-repeat 0 -45px;width:54px;height:17px;text-indent: -9999em;margin:0}#choix_rediffusion
.canaldecale{display:block;background:url("../images/sitewide/bg-listing-small.gif") no-repeat 0 -62px;width:54px;height:17px;text-indent: -9999em;margin:0}#choix_rediffusion .over:hover{background-color:#F7F7F7}#choix_rediffusion .over:hover
span.date{text-decoration:underline}#choix_episode .over:hover{background-color:#F7F7F7}#choix_episode .over:hover
span.date{text-decoration:underline}#canalplus .icon-sound{display:block;background:url("../images/sitewide/icon-sound.png") no-repeat 0 0;width:13px;height:10px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-speech{display:block;background:url("../images/sitewide/icon-speech.png") no-repeat 0 0;width:16px;height:15px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-mail{display:block;background:url("../images/sitewide/icon-mail.png") no-repeat 0 0;width:18px;height:13px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-comment{display:block;background:url("../images/sitewide/icon-comment.png") no-repeat 0 0;width:11px;height:11px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-radio{display:block;background:url("../images/sitewide/icon-radio.png") no-repeat 0 0;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-chatvideo{display:block;background:url("../images//sitewide/pictoCube/pictoChat.png") no-repeat -40px 0;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-chatvideo:hover, #canalplus .icon-hover{background-position:0 0}#canalplus .icon-micro{display:block;background:url("../images//sitewide/pictoCube/pictoMicro.png") no-repeat -40px 0;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-micro:hover, #canalplus .icon-hover{background-position:0 0}#canalplus .icon-photo{display:block;background:url("../images//sitewide/pictoCube/pictoPhoto.png") no-repeat -40px 0;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-photo:hover, #canalplus .icon-hover{background-position:0 0}#canalplus .icon-webcam{display:block;background:url("../images//sitewide/pictoCube/pictoWebcam.png") no-repeat -40px 0;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-webcam:hover, #canalplus .icon-hover{background-position:0 0}#canalplus .icon-laboiteaquestions{display:block;background:url("../images/sitewide/icon-question.gif") no-repeat -40px 0;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-laboiteaquestions:hover, #canalplus .icon-hover{background-position:0 0}#canalplus .icon-sondages{display:block;background:url("../images/sitewide/icon-sondage.gif") no-repeat -40px 0;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-sondages:hover, #canalplus .icon-hover{background-position:0 0}#canalplus .icon-chat-gris-clair{display:block;background:url("../images/sitewide/pictoCube/chat/pictoChatGrisClair.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-chat-gris-fonce{display:block;background:url("../images/sitewide/pictoCube/chat/pictoChatGrisFonce.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-chat-gris-fonce:hover{display:block;background:url("../images/sitewide/pictoCube/chat/pictoChatRouge.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-chat-rouge{display:block;background:url("../images/sitewide/pictoCube/chat/pictoChatRouge.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-message-gris-clair{display:block;background:url("../images/sitewide/pictoCube/message/pictoMessageGrisClair.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-message-gris-fonce{display:block;background:url("../images/sitewide/pictoCube/message/pictoMessageGrisFonce.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-message-gris-fonce:hover{display:block;background:url("../images/sitewide/pictoCube/message/pictoMessageRouge.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-message-rouge{display:block;background:url("../images/sitewide/pictoCube/message/pictoMessageRouge.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-micro-gris-clair{display:block;background:url("../images/sitewide/pictoCube/micro/pictoMicroGrisClair.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-micro-gris-fonce{display:block;background:url("../images/sitewide/pictoCube/micro/pictoMicroGrisFonce.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-micro-gris-fonce:hover{display:block;background:url("../images/sitewide/pictoCube/micro/pictoMicroRouge.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-micro-rouge{display:block;background:url("../images/sitewide/pictoCube/micro/pictoMicroRouge.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-photo-gris-clair{display:block;background:url("../images/sitewide/pictoCube/photo/pictoPhotoGrisClair.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-photo-gris-fonce{display:block;background:url("../images/sitewide/pictoCube/photo/pictoPhotogrisfonce.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-photo-gris-fonce:hover{display:block;background:url("../images/sitewide/pictoCube/photo/pictoPhotoRouge.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-photo-rouge{display:block;background:url("../images/sitewide/pictoCube/photo/pictoPhotoRouge.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-radio-gris-clair{display:block;background:url("../images/sitewide/pictoCube/radio/pictoRadioGrisClair.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-radio-gris-fonce{display:block;background:url("../images/sitewide/pictoCube/radio/pictoRadioGrisFonce.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-radio-gris-fonce:hover{display:block;background:url("../images/sitewide/pictoCube/radio/pictoRadioRouge.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-radio-rouge{display:block;background:url("../images/sitewide/pictoCube/radio/pictoRadioRouge.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-sondage-gris-clair{display:block;background:url("../images/sitewide/pictoCube/sondage/pictoSondageGrisClair.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-sondage-gris-fonce{display:block;background:url("../images/sitewide/pictoCube/sondage/pictoSondageGrisFonce.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-sondage-gris-fonce:hover{display:block;background:url("../images/sitewide/pictoCube/sondage/pictoSondageRouge.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-sondage-rouge{display:block;background:url("../images/sitewide/pictoCube/sondage/pictoSondageRouge.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-video-gris-clair{display:block;background:url("../images/sitewide/pictoCube/video/pictoVideoGrisClair.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-video-gris-fonce{display:block;background:url("../images/sitewide/pictoCube/video/pictoVideoGrisFonce.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-video-gris-fonce:hover{display:block;background:url("../images/sitewide/pictoCube/video/pictoVideoRouge.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-video-rouge{display:block;background:url("../images/sitewide/pictoCube/video/pictoVideoRouge.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-webcam-gris-clair{display:block;background:url("../images/sitewide/pictoCube/webcam/pictoWebcamGrisClair.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-webcam-gris-fonce{display:block;background:url("../images/sitewide/pictoCube/webcam/pictoWebcamGrisFonce.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-webcam-gris-fonce:hover{display:block;background:url("../images/sitewide/pictoCube/webcam/pictoWebcamRouge.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-webcam-rouge{display:block;background:url("../images/sitewide/pictoCube/webcam/pictoWebcamRouge.png") no-repeat;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}#canalplus .icon-attention{display:block;background:url("../images/sitewide/icon-attention.png") no-repeat 0 0;width:40px;height:40px;text-indent: -9999em;margin:0;padding:0}a.btn-vP{display:block;width:310px;height:41px;text-indent: -9999em;padding:0;margin:0;background:url("../images/sitewide/bg-btn-vP.png") no-repeat 0 0;cursor:pointer}a.btn-vP-sportEnVideo{background-position:0 0}a.btn-vP-sportEnVideo:hover{background-position: -310px 0}a.btn-vP-cinemaEnVideo{background-position:0 -41px}a.btn-vP-cinemaEnVideo:hover{background-position: -310px -41px}a.btn-vP-serieEnVideo{background-position:0 -82px}a.btn-vP-serieEnVideo:hover{background-position: -310px -82px}a.btn-vP-divertissementEnVideo{background-position:0 -123px}a.btn-vP-divertissementEnVideo:hover{background-position: -310px -123px}a.btn-vP-seriesFictionstEnVideo{background-position:0 -123px}a.btn-vP-seriesFictionstEnVideo:hover{background-position: -310px -123px}a.btn-vP-docsInfoEnVideo{background-position:0 -164px}a.btn-vP-docsInfoEnVideo:hover{background-position: -310px -164px}a.btn-vP-creaPlusEnVideo{background-position:0 -205px}a.btn-vP-creaPlusEnVideo:hover{background-position: -310px -205px}div.flashContent{width:1000px;height:250px}div.flashContent-thin{width:640px;height:350px}div.flashContent-large{width:640px;height:400px}div.flashContent-large-alt{width:640px;height:580px}div.flashContent-top{background:url("../images/sitewide/bg-emission-video-header.png") no-repeat top left;padding-top:35px;position:relative;float:left}div.flashContent-top-sport{position:relative;float:left;margin-bottom:20px}div.feature{position:relative;float:none;display:block;margin:0;padding:195px
0 0 0}div.feature-alt{position:relative;float:none;display:block;margin:0;padding:0}div.feature-hover{cursor:pointer}div.dropdown
div.feature{padding-top:192px}div.feature
h4{font-weight:bold;color:#1a1a1a;margin:0
0 5px 0}div.dropdown div.feature
h4{margin-bottom:9px}div.feature h4
a{color:#1a1a1a;background:none;display:inline}div.feature h4 a:hover,
div.feature-hover h4
a{color:#1a1a1a;text-decoration:underline}div.dropdown div.feature h4,
div.dropdown div.feature h4 a,
div.dropdown div.feature h4 a:hover,
div.dropdown div.feature-hover h4 a:hover{font-weight:normal;color:#fff}div.feature
p{margin:0
0 15px 0}div.feature p a,
div.feature p a:hover{color:#808080;text-decoration:none}div.feature
p.genre{font-style:italic;margin: -5px 0 10px}div.feature span.en-savoir-plus
a{color:#1A1A1A}div.feature span.en-savoir-plus a:hover{text-decoration:underline}div.feature
div.img{width:310px;height:174px;position:absolute;left:0;top:0;overflow:hidden}div.dropdown div.feature
div.img{top:5px}div.feature div.img
a{margin:0;padding:0}div.feature div.img
img{margin:0;padding:0}div.feature
a.video{position:absolute;top:146px;left:10px}div.feature-small{position:relative;float:none;display:block;margin:0;padding:0px
0 0 157px;width:153px}div.feature-small
h3{font-weight:bold;color:#1a1a1a;margin:0
0 5px 0}div.feature-small h3
a{color:#1a1a1a;background:none;display:inline}div.feature-small h3 a:hover,
div.feature-hover h3
a{color:#1a1a1a;text-decoration:underline}div.feature-small
h4{font-weight:bold;color:#1a1a1a;margin:0
0 4px 0}div.feature-small h4
a{color:#1a1a1a;background:none;display:inline}div.feature-small h4 a:hover,
div.feature-hover h4
a{color:#1a1a1a;text-decoration:underline}div.dropdown div.feature-small h4,
div.dropdown div.feature-small h4 a,
div.dropdown div.feature-small h4 a:hover,
div.dropdown div.feature-hover h4 a:hover{font-weight:normal;color:#fff}div.feature-small
p{margin:0
0 15px 0}div.feature-small p a,
div.feature-small p a:hover{color:#808080;text-decoration:none;*font-weight:normal;_font-weight:normal;font-weight:normal}div.feature-small
div.img{width:145px;height:109px;position:absolute;left:0;top:0px;overflow:hidden}div.feature-small div.img
a{margin:0;padding:0}div.feature-small div.img
img{margin:0;padding:0}div.feature-small
a.video{position:absolute;top:80px;left:10px}div.dropdown{overflow:hidden;position:relative;padding:0;border-bottom:1px solid #000;background:#1a1a1a;display:none;height:400px}div.dropdown-open{display:block}div.dropdown-sport{}div.dropdown-cinema{}div.dropdown-series{}div.dropdown-divertissement{}div.dropdown-docsinfoinfo{}div.dropdown-creaplus{}div.dropdown
h2{padding:0
15px;margin:15px
0 -15px 0;font-weight:normal;font-size:12px;text-transform:uppercase;color:#fff}div.dropdown h2
a{color:#fff}div.dropdown h2 a:hover{color:#fff;text-decoration:underline}div.dropdown
div.col{margin-top:28px;margin-bottom:21px}div.dropdown div.col-2x{width:310px}div.dropdown div.col-first{}div.dropdown div.col-last{}div.dropdown div.col
h3{border-bottom:1px solid #404040;color:#fff;text-transform:uppercase;padding:0
0 7px 0;margin:0
0 5px 0;font-weight:bold;*position:relative;_background:#1a1a1a}body.isMac div.dropdown div.col
h3{font-weight:normal}div.dropdown div.col h3
a{color:#fff;font-weight:bold;display:block;padding:2px
0 3px 0;margin: -2px 0 -3px;_position:relative;_background:#1a1a1a}body.isMac div.dropdown div.col h3
a{font-weight:normal}div.dropdown div.col h3 a:hover{text-decoration:none;color:#1A1A1A;background-color:#FFF;position:relative}div.dropdown div.col
p{margin: -4px 0 28px 0;_margin-top:0;_position:relative;_top: -4px}div.dropdown div.col p
a.btn{}div.dropdown div.col
ul{height:auto;margin:0
0 22px 0}div.dropdown div.col ul
li{float:none;display:block;margin:0}div.dropdown div.col ul li
a{display:block;height:auto;width:145px;background:none;color:#808080;text-indent:0;padding:0px
0 0px 0;line-height:20px}div.dropdown div.col-2x ul.thumbs-sm li
a{width:185px}div.dropdown div.col ul li.hl
a{color:#fff;font-weight:bold}body.isMac div.dropdown div.col ul li.hl
a{font-weight:normal}div.dropdown div.col ul li.hl a:hover{color:#1A1A1A;background-color:#FFF;position:relative;text-decoration:none}div.dropdown div.col ul li
a{color:#AAA;font-weight:normal}div.dropdown div.col ul li a:hover, div.dropdown div.col ul li
a.hover{color:#1A1A1A;background-color:#FFF;position:relative;text-decoration:none}div.dropdown div.col ul li a:active{text-decoration:none}div.dropdown
p.close{position:absolute;right:15px;top:360px;margin:0;width:85px;height:25px}div.dropdown p.close
a{display:block;background:url("../images/sitewide/bg-nav-dropdown-close.png") no-repeat 0 0;width:49px;height:20px;padding:5px
0 0 36px;color:#fff}div.dropdown p.close a:hover{background-position:0 -25px;color:#fff;text-decoration:none}div.sinscrire{padding:50px
15px 0 15px;color:#4d4d4d}div.sinscrire
h3{margin-bottom:23px}div.sinscrire
p{margin-bottom:11px}div.sinscrire
ul{}div.sinscrire ul
li{padding-left:14px;background:url("../images/sitewide/bg-li-inscrire.png") no-repeat left 4px}div.bannerbar{border-top:1px solid #d9d9d9;background:#f2f2f2;clear:both;padding:19px
0 20px 0;height:140px;margin:75px
0 0 0}body.takeover-wh
div.bannerbar{background:#f2f2f2 url("../images/sitewide/bg-content-for-white.png") repeat-y left top}div.bannerbar
div.img{display:inline;float:left;width:226px;height:140px;margin:0
7px 0 15px;_margin:0
3px 0 15px}div.bannerbar div.img.enr-a-dis, div.bannerbar div.img.mes-enr{display:none}*:first-child+html
div.bannerbar{width:100%}div.section{background:url("../images/sitewide/bg-section.png") no-repeat 0 0;float:left;width:970px;height:auto;margin:0
15px 53px 15px;padding:35px
0 0 0;position:relative;overflow:hidden}div.section-alt{background:url("../images/sitewide/bg-section-alt.png") no-repeat 0 0}div.section-nopluslink{margin-bottom:14px}div.noSectionColHeights{margin-bottom:47px}div.section-squish{margin-bottom:25px;height:0;padding-top:35px}div.section-closed{background-position: -970px 0}div.section-closed
*{}div.section-closed
h3{display:none}div.section-closed h2,
div.section-closed h2 *,
div.section-closed
p.openClose{display:block}div.section-subFeatures{background:none;height:320px;margin-top:0px;margin-bottom:0px;padding-top:0px;padding-bottom:0px}div.section-subFeatures-creaplus{height:350px}div.section
div.cols{width:990px;margin-right: -20px}div.section div.cols:after{content:".";display:block;height:0;clear:both;visibility:hidden}div.section div.cols
div.col{display:inline;float:left;width:310px;margin:0
20px 0 0;padding:20px
0 38px 0;height:auto;position:relative !important}div.section div.cols div.col
ul.buttons{height:23px;margin:0
0 15px}div.section div.cols div.col ul.buttons
li{display:inline;float:left;margin:0
10px 0 0}div.section div.cols div.col-alt p
a{color:#1A1A1A}div.section div.cols
div.col2x{width:640px}div.section div.cols
div.onecol{width:310px}div.section div.cols
div.col3x{width:970px;*width:990px}div.section div.cols div.col
ul.videos{_width:330px}div.section div.cols div.col
p.plusLink{position:absolute;left:0;bottom:0;border-top:1px solid #ccc;padding-top:13px;width:310px;height:23px;margin:0}div.section div.cols div.col2x
p.plusLink{width:640px}div.section div.cols div.col3x
p.plusLink{_clear:left !important;width:970px}div.section div.cols div.col
h3{position:absolute;left: -10px;top: -35px;width:310px;height:35px;z-index:0}div.section div.cols div.col:first-child
h3{left:0}div.section div.cols div.col-first
h3{left:0}div.section div.cols div.col *
h3{position:static;left:0;top:0;height:auto;width:auto}div.section div.cols div.col ul.schedule
li{_height:30px;_overflow:visible}div.section
h2{position:absolute;left:0;top:0;margin:0;text-indent:0;width:auto;height:35px;overflow:hidden}div.section-closed
h2{background-position:left -35px}div.section *
h2{position:static}div.section * h2.h2-img{text-indent: -9999em}div.section h2
a{display:block;width:310px;height:35px;text-indent: -9999em;cursor:pointer}div.section
p.openClose{position:absolute;right:6px;top:6px;display:block;width:23px;height:23px;overflow:hidden;margin:0}div.section p.openClose
a{display:block;width:23px;height:23px;overflow:hidden;background:url("../images/sitewide/bg-btn-section.png") no-repeat 0 0;text-indent: -9999em}div.section-closed p.openClose
a{background-position:0 -46px}div.section p.openClose a:hover{background-position:0 -23px}div.section-closed p.openClose a:hover{background-position:0 -69px}div.section div.cols div.col2x div.col2x-videos-slider-container{position:relative;width:640px;height:322px;overflow:hidden;margin-bottom: -38px}div.section div.cols div.onecol div.col2x-videos-slider-container{position:relative;width:310px;height:322px;overflow:hidden;margin-bottom: -38px}div.section div.cols div.onecol
div.content_sommaire{position:relative;width:310px;height:322px;overflow:hidden;margin-bottom: -38px}div.section div.cols div.onecol div.content_sommaire-alt{height:320px}div.section div.cols div.onecol div.content_sommaire ul.col-sommaire-slider{width:10000px;position:absolute;margin:0;padding:0}div.section div.cols div.onecol div.content_sommaire ul.col-sommaire-slider
li{display:inline;float:left;width:310px;margin:0}div.section div.cols div.col2x
div.content_sommaire{position:relative;width:630px;height:322px;overflow:hidden;float:left;margin-bottom: -38px}div.section div.cols div.col2x div.content_sommaire-alt{height:320px}div.section div.cols div.col2x div.content_sommaire ul.col-sommaire-slider{width:10000px;position:absolute;margin:0;padding:0}div.section div.cols div.col2x div.content_sommaire ul.col-sommaire-slider
li{display:inline;float:left;width:660px;margin:0}div.section div.cols div.onecol
div.content_invites{display:inline;float:left;width:310px;height:322px;overflow:hidden;position:relative !important;margin-bottom:-38px}div.section div.cols div.onecol div.content_invites-alt{height:320px}div.section div.cols div.onecol div.content_invites ul.col-invites-slider{margin:0;padding:0;position:absolute;width:10000px}div.section div.cols div.onecol div.content_invites ul.col-invites-slider
li.NbList{width:300px;height:280px;display:inline;float:left;padding-left:10px}div.section div.cols div.onecol div.content_invites ul.col-invites-slider li.NbList ul.listInvites
li{border-bottom:1px solid #E6E6E6;margin:0
0 10px;overflow:hidden;padding:0
0 10px;position:relative}div.section div.cols div.onecol div.content_invites ul.col-invites-slider li.NbList ul.listInvites li
h3{color:#1A1A1A;font-weight:normal;margin-bottom:0}div.section div.cols div.onecol div.content_invites ul.col-invites-slider li.NbList ul.listInvites li
h4{font-weight:normal;margin:0}div.section div.cols div.col2x
div.content_invites{display:inline;float:left;width:640px;height:322px;overflow:hidden;position:relative !important;margin-bottom:-38px}div.section div.cols div.col2x div.content_invites-alt{height:320px}div.section div.cols div.col2x div.content_invites ul.col-invites-slider
li.ListPages{width:640px !important;display:inline;float:left;height:280px;margin:0
20px 0 0}div.section div.cols div.col2x div.content_invites
ul.paginator{width:640px !important}div.section div.cols div.col2x div.content_invites ul.col-invites-slider{margin:0;padding:0;position:absolute;width:10000px}div.section div.cols div.col2x div.content_invites ul.col-invites-slider
li.NbList{width:310px;height:280px;display:inline;float:left;margin:0
10px 0 0}div.section div.cols div.col2x div.content_invites ul.col-invites-slider li.NbList
ul.listInvites{width:310px}div.section div.cols div.col2x div.content_invites ul.col-invites-slider li.NbList ul.listInvites
li{border-bottom:1px solid #E6E6E6;margin:0
0 10px;overflow:hidden;padding:0
0 10px;width:310px}div.section div.cols div.col2x div.content_invites ul.col-invites-slider li.NbList ul.listInvites li
h3{color:#1A1A1A;font-weight:normal;margin-bottom:0}div.section div.cols div.col2x div.content_invites ul.col-invites-slider li.NbList ul.listInvites li
h4{font-weight:normal;margin:0}div.section div.cols div.col2x div.content_invites ul.paginator-alt{width:640px !important}div.section div.cols div.col2x div.col2x-videos-slider-container-alt{height:320px;*height:325px}div.section div.cols div.col2x div.col2x-videos-slider-container ul.col2x-videos-slider{width:10000px;position:absolute;margin:0;padding:0}div.section div.cols div.col2x div.col2x-videos-slider-container ul.col2x-videos-slider
li{display:inline;float:left;width:660px;margin:0;padding:0}div.section div.cols div.onecol div.col2x-videos-slider-container ul.col2x-videos-slider
li{display:inline;float:left;width:330px;margin:0;padding:0}div.section div.cols div.col2x div.col2x-videos-slider-container ul.col2x-videos-slider li
ul{margin:0;padding:0}div.section div.cols div.col2x div.col2x-videos-slider-container
ul.paginator{width:640px !important}div.section div.cols div.col div.col-covers-slider-container{position:relative;width:310px;height:327px;overflow:hidden;margin-bottom: -38px;*padding-bottom:38px}div.section div.cols div.col div.col-covers-slider-container ul.col-covers-slider{width:10000px;position:absolute;margin:0;padding:0}div.section div.cols div.col div.col-covers-slider-container ul.col-covers-slider
li{display:inline;float:left;height:270px;width:324px;margin:0;padding:0}div.section div.cols div.col div.col-covers-slider-container ul.col-covers-slider li
ul{margin:0;padding:0}div.section div.cols div.col div.col-covers-slider-container ul.col-covers-slider li ul
li{width:74px;height:52px;margin:0
14px 15px 0;padding:73px
10px 0 10px}div.section div.cols
div.col{*z-index:0 !important}div.section div.cols div.col
p.plusLink{*z-index: -1 !important}div.section div.cols div.col p.plusLink
a{position:relative;z-index:1;*width:200px;font-weight:normal}div.section div.cols div.col
ul.paginator{position:absolute;bottom:0;right:0;z-index:999}div.section div.cols div.col ul.paginator-alt{right:auto;left:0;border-top:1px solid #ccc;padding-top:11px;*padding-top:12px;width:310px !important;width:970px}div.section div.cols div.col-prochainRdv{padding-top:12px;padding-bottom:9px;border-bottom:1px solid #ccc}div.videos{border-bottom:1px solid #d9d9d9;background:#f2f2f2;clear:both;height:304px;padding:20px
15px 0 15px;width:970px;overflow:hidden}div.videos
div#bloc_fil_video{float:left;margin-right:20px;position:relative;width:640px;overflow:hidden}body.takeover-wh
div.videos{background:#f2f2f2 url("../images/sitewide/bg-content-for-white.png") repeat-y left top}div.videos
h2{position:absolute;width:100px}div.videos-alert
h2{width:auto}div.videos
ul.tabs{width:640px}div.videos-alert
ul.tabs{margin-bottom:13px}div.videos ul.tabs
li{margin:0
0 0 1px}div.videos div.videos-slider-container{position:relative;width:640px;height:240px;overflow:hidden}div.videos div.videos-slider-container-alt{}body.isMozilla div.videos div.videos-slider-container{overflow:visible;overflow-x:hidden}div.videos-alert div.videos-slider-container{height:155px}div.videos div.videos-slider-container ul.videos-slider{width:10000px;position:absolute;margin:0}div.videos-alert div.videos-slider-container ul.videos-slider{height:109px;overflow:hidden}div.videos-alert div.videos-slider-container ul.videos-slider
li{width:125px;height:94px;padding:8px
10px 8px 10px;background:#1a1a1a}div.videos-alert div.videos-slider-container ul.videos-slider li.pointer div.img,
div.videos-alert div.videos-slider-container ul.videos-slider li.pointer a.video,
div.videos-alert div.videos-slider-container ul.videos-slider li.pointer span.lbl,
div.videos-alert div.videos-slider-container ul.videos-slider li.pointer h4,
div.videos-alert div.videos-slider-container ul.videos-slider li.pointer
p{display:none !important}div.videos-alert div.videos-slider-container ul.videos-slider li.pointer h3,
div.videos-alert div.videos-slider-container ul.videos-slider li.pointer h3
a{color:#fff !important;text-decoration:none !important}div.videos div.videos-slider-container
ul.paginator{position:absolute;right:0;bottom:0}div.videos
p.toutesLesVideos{position:absolute;top:262px;margin:0}div.videos-alt{height:215px;padding:25px
60px 0;width:520px}div.videos-alt div.videos-slider-container{height:190px;width:520px}div.videos-alt div.videos-slider-container ul.videos-slider
li{background:none;height:25px;width:110px;margin:0;padding:95px
10px 0}div.videos-alt div.videos-slider-container ul.videos-slider li:hover{background-color:#b2b2b2;cursor:pointer}div.videos-alt div.videos-slider-container ul.videos-slider li
h3{font-weight:normal}div.videos-alt div.videos-slider-container ul.videos-slider li.pointer h3 a, div.videos-alt div.videos-slider-container ul.videos-slider li h3 a:hover{text-decoration:none}div.videos-alt div.videos-slider-container ul.videos-slider li
div.img{top:10px;left:10px}div.videos-alt div.videos-slider-container ul.videos-slider li div.img
img{}div.videos-alt div.videos-slider-container ul.videos-slider li div.img
img{width:110px;height:83px}div.videos-alt div.videos-slider-container ul.videos-slider li
a.video{top:62px;left:20px}div.videos-alt div.videos-slider-container
ul.paginator{top:0}div.videos-alt div.videos-slider-container ul.paginator
li.prev{left:0}div.videos-alt div.videos-slider-container ul.paginator
li.next{right:0}div.videos-bar{border-top:1px solid #d9d9d9;background:#ededed;clear:both;padding:24px
0 0 15px;position:relative;width:985px;height:270px;overflow:hidden}div.videos-bar
h3{margin-bottom:30px}div.videos-bar ul.videos-bar{position:relative;width:970px;height:240px;overflow:hidden}div.videos-bar ul.videos
li{*margin-right:19px !important}div.videos-bar ul.videos
li.last{*margin-right:0 !important}div.videos-bar
p.toutesLesVideos{position:absolute;right:15px;top:24px;margin:0}div.customDropDown{height:23px;position:relative;width:155px;margin:0
0 10px 0;_margin:0;padding:0;overflow:visible;*z-index:998}div.customDropDown
h3{cursor:pointer;overflow:hidden;background:url("../images/sitewide/bg-customDropDown.png") repeat left top;padding:4px
0 0 4px !important;height:19px !important;overflow:auto;font-weight:normal}div.customDropDown h3:hover{color:#1a1a1a;background-position:left -23px}div.customDropDown
h3.hover{color:#1a1a1a;background-position:left -23px}div.customDropDown h3.dd-open{background-position:left -46px}div.customDropDown
div{position:absolute;z-index:998;top:21px;left:0;width:153px;background:#fff;border:1px
solid #bfbfbf;border-top:0 none}div.customDropDown div
ul{margin:0;padding:0}div.customDropDown div ul
li{border-top:1px solid #e6e6e6;padding:3px
2px 3px 4px;margin:0}div.customDropDown div ul li:last-child{border-bottom:0 none;margin-bottom:0}div.customDropDown div ul
li.last{border-bottom:0 none;margin-bottom:0}div.customDropDown div ul li
a{display:block;color:#1a1a1a}div.customDropDown div ul a:hover{}div.reagir{width:290px;height:105px;padding:10px;margin:0
0 15px 0;background:url("../images/sitewide/bg-reagir.png") repeat left top;overflow:hidden}div.reagir-small{width:310px;height:50px;margin-bottom:0;padding:0;background:url("../images/sitewide/bg-reagir-alt.png") no-repeat left top;position:relative}div.reagir-small
h3{margin:16px
0 0 16px}div.reagir-hover{cursor:pointer}div.reagir
h2{margin:0
0 12px 0;height:16px}div.reagir h3, div.reagir h3
a{color:#1a1a1a}div.sur div.reagir-hover h3
a{text-decoration:underline !important}div.col div.reagir-hover p
a{text-decoration:none}div.col div.reagir-hover p a
span{text-decoration:underline}div.section-subFeatures div.cols div.col div.reagir-hover p
a{text-decoration:underline !important}div.reagir-small
h3{height:17px !important}div.reagir
p{margin:0
0 9px 0}div.reagir-small
p{position:absolute;left:130px;top:7px;width:160px;height:32px;border-left:1px solid #E6E6E6;padding:3px
0 0 14px}div.reagir p a,
div.reagir p a:hover{color:#808080;text-decoration:none}div.reagir p span,
div.reagir p a
span{color:#1a1a1a}div.reagir
ul.buttons{height:23px;margin:0}div.reagir ul.buttons
li{display:inline;float:left;margin:0
10px 0 0}div.curcanalplus
ul.buttons{height:23px;margin:0}div.curcanalplus ul.buttons
li{display:inline;float:left;margin:0
10px 0 0}div.rechercherFilm{width:290px;height:101px;padding:14px
6px 10px 14px;*padding:14px
6px 10px 14px;background:url("../images/sitewide/bg-rechercherUnFilmEnSalle.png") repeat left top;overflow:hidden}div.section-subFeatures
div.rechercherFilm{height:96px;background-image:url("../images/sitewide/bg-rechercherUnVideoSurCreaPlus.png")}div.section-subFeatures div.sideTool-rechercherFilm{height:146px;padding:19px
15px 10px 15px;width:280px;background-image:url("../images/sitewide/bg-sideTool.png")}div.rechercherFilm
h2{margin:0
0 8px 0;height:16px}div.rechercherFilm
h3{margin:0
0 12px 0;height:37px !important}div.section-subFeatures div.rechercherFilm
h3{margin:3px
0 21px 0}div.section-subFeatures div.sideTool-rechercherFilm
h3{margin:0
0 12px 0}div.rechercherFilm
p{margin:0
0 17px 0}div.section-subFeatures div.rechercherFilm
p{margin:0
0 32px 0}div.section-subFeatures div.sideTool-rechercherFilm
p{margin:0
0 32px 0}div.rechercherFilm
form{}div.rechercherFilm form
fieldset{height:30px}div.rechercherFilm form fieldset
label{display:none}div.rechercherFilm form fieldset input[type=text]{display:inline;float:left;width:237px;height:20px;padding:8px
5px 0 5px;font-size:12px;color:#808080;border:1px
solid #ccc;border-right:0 none}div.section-subFeatures div.sideTool-rechercherFilm form fieldset input[type=text]{width:227px}div.rechercherFilm form fieldset
input.text{display:inline;float:left;width:237px;height:20px;padding:8px
5px 0 5px;font-size:12px;color:#b3b3b3;border:1px
solid #ccc;border-right:0 none}div.section-subFeatures div.sideTool-rechercherFilm form fieldset
input.text{width:227px}div.rechercherFilm form fieldset
input.searchFor{color:#808080}div.rechercherFilm form fieldset input[type=submit]{display:inline;float:left;width:42px !important;height:30px !important;background:url("../images/sitewide/bg-btn-search-lg.png") no-repeat 0 0;text-align:left;font-size:1px;color:#191819;overflow:hidden;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}div.rechercherFilm form fieldset
input.submit{display:inline;float:left;width:42px !important;height:30px !important;background:url("../images/sitewide/bg-btn-search-lg.png") no-repeat 0 0;text-align:left;font-size:1px;color:#191819;overflow:hidden;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}div.rechercherFilm form fieldset>/**/input.submit{text-indent: -9999em;padding-top:0}div.rechercherFilm form fieldset
input.submitHover{background-position:left -30px}div.assisterEmission{width:310px;height:125px;overflow:hidden;margin-top:25px}div.assisterEmission
p{margin:7px
0 18px;width:170px}div.sur{clear:both;height:auto;padding:0
15px;width:970px;overflow:hidden}div.sur div.curcanalplus,
div.sur div.reagir,
div.sur
div.cesoirsur{display:inline;float:left;width:310px;margin:20px
19px 20px 0;padding:19px
0 0 0;height:201px;position:relative}div.sur
div.curcanalplus{border-right:1px solid #d9d9d9}div.sur div.curcanalplus
h2{margin:0
0 14px 0}div.sur div.curcanalplus div.feature-small{width:133px;padding-top:2px}div.sur div.curcanalplus
p.plusLink{position:absolute;left:0;bottom:18px;margin:0}div.sur div.curcanalplus
ul.buttons{position:absolute;left:0;bottom:18px;margin:0;height:23px}div.sur
div.reagir{background:none;border-right:1px solid #d9d9d9;padding-right:20px;width:290px}div.sur div.reagir
h2{margin:0
0 17px 0}div.sur div.reagir
p{}div.sur div.reagir
ul.buttons{position:absolute;left:0;bottom:18px;margin:0}div.sur div.reagir ul.buttons
li{}div.sur div.reagir ul.buttons li
a{}div.sur div.reagir ul.buttons li a:hover{}div.sur
div.cesoirsur{height:auto;margin-right:0}div.sur div.cesoirsur
h2{display:inline;float:left;width:143px}div.sur div.cesoirsur
div.customDropDown{display:inline;float:right;margin: -4px 0 0 0}div.sur div.cesoirsur ul.schedule-sm{padding-left:155px;padding-top:35px;*padding-top:0;width:155px}div.sur div.cesoirsur ul.schedule-sm
li{padding-right:20px;height:auto;margin-bottom:5px!important}div.sur div.cesoirsur ul.schedule-sm li
h4{margin-bottom:7px;margin-top: -7px}div.sur div.cesoirsur
div.img{position:absolute;left:0;top:50px}div.sur div.cesoirsur div.img
a{}div.sur div.cesoirsur div.img
img{}div.sur div.cesoirsur
p.plusLink{position:absolute;left:0;top:180px;margin:0}div.listingFeature{padding-top:0}div.listingFeature div.feature-small{height:123px}div.listingFeature div.feature-small
h3{margin-bottom:0}div.listingFeature div.feature-small
p{}div.listingFeature
ul.simpleVideoListing{}div.alert{padding:10px
15px 0 15px;width:610px;height:40px;background:url("../images/sitewide/alerts/bg-alerts.png") no-repeat 0 0;position:relative;margin:5px
0 35px 0}div.alert h2,
div.alert
h3{height:auto}div.alert-sport{margin:0
0 25px 0}div.alert-small{background:url("../images/sitewide/alerts/bg-alerts-small.png") no-repeat 0 0;width:170px !important;_width:310px !important;height:50px !important;_padding:0
!important;padding-top:10px}div.alert-small
h3{_padding:0
!important;_margin:0px
0 0 125px !important}div.alert-hover{cursor:pointer}div.alert-live{padding-left:95px;width:530px}div.alert-small.alert-live,div.alert-small-live{width:310px;_width:530px}div.alert-endirect{padding-left:125px;width:500px}div.alert-small.alert-endirect,div.alert-small-endirect{}div.alert-reagir{padding-left:125px;width:500px}div.alert-small.alert-reagir,div.alert-small-reagir{}div.alert-jouer{padding-left:125px;width:500px}div.alert-small.alert-jouer,div.alert-small-jouer{}div.alert h2, div.alert h2
a{font-weight:bold;color:#1a1a1a;text-decoration:none;margin:0;background:none;position:static}div.alert-small h2, div.alert-small h2
a{_margin-left:125px}div.alert h3, div.alert h3
a{color:#808080;text-decoration:none;margin:0;font-weight:normal}div.alert-live.alert-small h3,
div.alert-small-live
h3{width:215px !important}div.alert-endirect.alert-small h3,
div.alert-small-endirect
h3{width:185px !important}div.alert h3 a:hover,
div.alert-hover
h3{text-decoration:underline}div.alert
p{display:block;text-indent: -9999em;height:50px;position:absolute;left:0;top:0;margin:0;background:no-repeat left top}div.alert-live
p{width:80px;background-image:url("../images/sitewide/alerts/bg-alert-live.png")}div.alert-endirect
p{width:112px;background-image:url("../images/sitewide/alerts/bg-alert-endirect.png")}div.alert-jouer
p{width:107px;background-image:url("../images/sitewide/alerts/alert_jouer.png")}div.alert-reagir
p{width:114px;background-image:url("../images/sitewide/alerts/alert_reagir.png")}#canalplus a.lbl-message{top:0 !important}#canalplus
span.message{position:absolute;left:0;bottom:23px;_bottom:294px;width:170px;height:62px;padding:8px
0 0 10px;background:url("../images/sitewide/bg-message.png") no-repeat 0 top;color:#fff;text-indent:0;display:none;z-index:999 !important;font-size:12px;text-align:left}#canalplus
span.message2{position:absolute;padding:20px
20px 15px;background:url("../images/ead/bg-message.png") no-repeat 0 top #1a1a1a;color:#fff;text-indent:0;display:none;z-index:999 !important;font-size:12px;text-align:left;line-height:15px;width:382px}span.message3{position:absolute;left:15px;top:0px;width:211px;height:31px;padding:3px
0px 0px 15px;background:url("../images/ead/bg-message3.png") no-repeat 0 top;color:#FFF;text-indent:0;display:none;z-index:999 !important;font-size:11px;text-align:left}body.isMac
span.message{width:160px !important;padding:8px
10px 0 !important}#canalplus
span.message{}#lesFilmsDuMois
span.message{left:105px;bottom:3px;_bottom:17px !important}#programmesTable
span.message{right:0 !important}div.rechercherTop{padding:0
15px}div.rechercherTop
p{margin-top:14px;float:right;display:block;*margin-top:52px}div.rechercherTop p
a{}div.rechercherTop
h3{}div.rechercherSite{height:30px;padding:15px
12px 15px 15px;margin:0
0 20px 15px;background:url("../images/sitewide/bg-rechercherSite.png") no-repeat 0 0}div.rechercherSite
form{}div.rechercherSite form
fieldset{}div.rechercherSite form fieldset
label{display:none}div.rechercherSite form fieldset
input.text{display:inline;float:left;width:883px;height:21px;padding:7px
6px 0 6px;*padding:6px
6px 3px 6px;font-size:13px;color:#808080;border:1px
solid #ccc;border-right:0 none}body.isSafari div.rechercherSite form fieldset
input.text{height:17px;padding:11px
6px 0px 6px}div.rechercherSite form fieldset
input.submit{display:inline;float:left;width:42px !important;height:30px !important;background:url("../images/sitewide/bg-btn-search-lg.png") no-repeat 0 0;text-align:left;font-size:1px;color:#191819;overflow:hidden;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}div.rechercherSite form fieldset>/**/input.submit{text-indent: -9999em;padding-top:0}div.rechercherSite form fieldset
input.submitHover{background-position:left -30px}div.planSiteTop{padding:0
15px}div.planSite{overflow:hidden;position:relative;width:1000px}div.planSite
h3{height:27px;margin:15px;border-bottom:1px solid #ccc}div.planSite h3.h3-img
a{display:block;height:17px;background:no-repeat left top;text-indent: -9999em}div.planSite h3.h3-plan-sport
a{background-image:url("../images/sitewide/h3/plan-sport.png");width:65px}div.planSite h3.h3-plan-cinema
a{background-image:url("../images/sitewide/h3/plan-cinema.png");width:81px}div.planSite h3.h3-plan-series
a{background-image:url("../images/sitewide/h3/plan-series.png");width:62px}div.planSite h3.h3-plan-divertissement
a{background-image:url("../images/sitewide/h3/plan-divertissement.png");width:165px}div.planSite h3.h3-plan-docsinfo
a{background-image:url("../images/sitewide/h3/plan-docsinfo.png");width:127px}div.planSite h3.h3-plan-creaplus
a{background-image:url("../images/sitewide/h3/plan-creaplus.png");width:75px}div.planSite
div.col{margin-top:10px;margin-bottom:21px}div.planSite div.col-2x{width:310px}div.planSite div.col-first{}div.planSite div.col-last{}div.planSite div.col
h3{border-bottom:1px solid #DDD;color:#222;text-transform:uppercase;padding:0
0 7px 0;margin:0
0 5px 0;font-weight:bold;*position:relative;height:auto}body.isMac div.planSite div.col
h3{font-weight:bold}div.planSite div.col h3
a{color:#222;display:block;padding:2px
0 3px 0;margin: -2px 0 -3px;_position:relative}body.isMac div.planSite div.col h3
a{font-weight:bold}div.planSite div.col h3 a:hover{text-decoration:none;color:#555;background-color:#FFF;position:relative}div.planSite div.col
p{margin: -4px 0 28px 0;_margin-top:0;_position:relative;_top: -4px}div.planSite div.col p
a.btn{}div.planSite div.col
ul{height:auto;margin:0
0 22px 0}div.planSite div.col ul
li{float:none;display:block;margin:0}div.planSite div.col ul li
a{display:block;height:auto;width:145px;background:none;color:#808080;text-indent:0;padding:0px
0 0px 0;line-height:20px}div.planSite div.col ul li.hl
a{color:#222;font-weight:bold}body.isMac div.planSite div.col ul li.hl
a{font-weight:bold}div.planSite div.col ul li.hl a:hover{color:#555;background-color:#FFF;position:relative;text-decoration:none}div.planSite div.col ul li
a{color:#6A6A6A;font-weight:normal}div.planSite div.col ul li a:hover, div.dropdown div.col ul li
a.hover{color:#333;background-color:#EEE;position:relative;text-decoration:none}div.planSite div.col ul li a:active{text-decoration:none}div.planNav{width:970px;height:38px;padding:1px
0;margin:0
0 34px 15px;background:url("../images/sitewide/bg-resultats.png") no-repeat 0 0;overflow:hidden}div.planNav
ul{display:inline;float:left;margin:0;padding:0;height:38px;overflow:hidden}div.planNav ul
li{display:inline;float:left}div.planNav ul li
a{display:block;background-color:#fff;text-decoration:none;padding:12px
15px;border-right:1px solid #d9d9d9;overflow:hidden}div.planNav ul li
a.sommaire{border-left:none}div.planNav ul li.first
a{background:#fff url("../images/sitewide/bg-resultats.png") no-repeat left -1px}div.planNav ul li a:hover{background-color:#f2f2f2}div.planNav ul li a.sommaire:hover{background-color:#FFF !important;text-decoration:underline}div.planNav-zero ul li a:hover{background-color:#FFF;cursor:default}div.erreurTop{padding:0
15px}#navigation_sport{height:50px;width:100%;background:#fff}#navigation_sport_middle{width:970px;height:30px;padding-bottom:15px}#bloc_navigation_sport{background:#fff url("../images/sport_v3/nav_big_sport.gif") no-repeat;margin-left:15px;width:970px;height:31px}#fil_navigation{padding-left:16px;padding-top:7px;width:790px;height:17px;overflow:hidden}#fil_navigation ul
li{list-style:none;display:inline;float:left}#fil_navigation
a.inactive{color:#808080}#fil_navigation
a.active{color:#bbb}#fil_navigation
span.inactive{color:#808080}#fil_navigation
span.active{color:#bbb}#fil_navigation a:hover{color:#808080}h2.h2-lesFilmsDuMois{margin:21px
0 20px 15px}div.lesFilmsDuMoisBar{margin:0
15px 0;padding:15px
0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;height:30px}#lesFilmsDuMoisSur{padding:18px
0 2px;_height:32px !important}#lesFilmsDuMoisSur
p{display:inline;float:left}#lesFilmsDuMoisSur
p.right{display:inline;float:right;margin-right:8px}#filtrerDropDown{display:inline;float:right;margin: -4px 0 0}#lesFilmsDuMois{clear:left;margin-bottom:0}#lesFilmsDuMois, #lesFilmsDuMois
div.cols{background:none;padding-top:0;width:1000px;margin-left:0;margin-right:0;float:none}#lesFilmsDuMois
div.cols{padding-top:15px}#lesFilmsDuMois div.cols div.col2x-alt{width:475px !important;float:left !important;margin:0
5px 0 15px !important;padding:0
0 15px 0 !important;_padding-bottom:8px}#lesFilmsDuMois
div.separator{border-bottom:1px solid #ccc;margin:0
15px}#lesFilmsDuMois div.cols-last div.col2x-alt{border-bottom:none !important}#lesFilmsDuMois div.cols div.col2x-alt ul.thumbs-sm-2
li{padding-left:105px !important;margin-bottom:0}#lesFilmsDuMois div.cols div.col2x-alt ul.thumbs-sm-2>li{height:auto}#lesFilmsDuMois div.cols div.col2x-alt ul.thumbs-sm-2 li
p.func{padding-top:8px !important}div.lesFilmsDuMoisSous{padding:0
15px}div.mainFeature{clear:both;height:350px;margin:0
15px;width:970px}div.mainFeature
div.flashContent{float:left}div.mainFeature
div.sideMainFeature{float:left;width:310px;margin-left:20px}div.mainFeature-alert{height:425px}div.mainFeature-alt{height:auto;margin-bottom:50px}div.mainFeature-alt img.lgj-titre{position:absolute;top:0px;left:0px}div.mainFeature-alt-625{height:625px}div.mainFeature-alt
div.alert{margin:0
0 25px;*width:640px !important}div.subFeatures{clear:both;height:auto;margin:20px
15px 45px;overflow:hidden;width:970px}div.subFeatures div.mea-news{float:left;overflow:hidden;width:640px}div.subFeatures div.mea-news
div.feature{float:left;overflow:hidden;padding:222px
0 0;width:310px}div.subFeatures div.mea-news
div.next{margin:0
20px 0 0}div.subFeatures div.mea-news div.feature
p{margin:0}div.subFeatures div.mea-news div.feature
p.date{margin:0
0 5px}div.subFeatures div.mea-news div.feature
div.img{height:207px;overflow:hidden;width:310px}div.subFeatures
div.col{margin:0
0 0 20px;width:310px}div.subFeatures div.col
ul.paginator{margin:20px
0 0;position:absolute;right:15px}div.videoPlayer{width:310px;height:41px;background:url("../images/sitewide/bg-btn-videoplayer.png") no-repeat 0 0}div.sideMainFeature
div.videoPlayer{margin:24px
0 0;float:left}div.sideMainFeature
div.flashAlert{width:310px;height:56px;margin:19px
0 0;float:left}div.sideTool{width:290px;height:145px;_height:150px;padding:15px
15px 15px 16px;_padding:15px
5px 10px 15px;background:url("../images/sitewide/bg-sideTool.png") repeat left top;overflow:hidden}div.section-subFeatures
div.sideTool{margin-top:0;margin-bottom:20px}div.sideTool
a.radio{position:absolute;top:1px;left:5px}div.sideTool-alt{margin-top:20px;background:url("../images/sitewide/bg-sideTool-alt.png") no-repeat left top;*background-image:none;_background:url("../images/sitewide/bg-sideTool-alt.png") no-repeat fixed 0px 0px;height:280px;*height:296px;width:280px;_width:290px;float:left}div.sideTool-alt h2.h2-reagir{width:62px;padding-bottom:15px}div.sideTool-alt ul.icon-list{height:235px;_height:220px;_overflow:hidden;border-top:1px solid #E6E6E6;padding-top:12px;margin-bottom:14px;*margin-bottom:0}div.sideTool-alt ul.icon-list
li{border-color:#E6E6E6;_padding-bottom:5px;_margin-bottom:5px}div.sideTool-alt ul.icon-list
li.last{margin:0}div.sideTool-alt ul.icon-list li
p{margin:0}div.sideTool-alt
ul.schedule{border-top:1px solid #E6E6E6;padding-top:12px;margin-bottom:14px}div.sideTool-alt ul.schedule
li.last{margin:0}div.sideTool-alt a.btn
span{height:17px;padding:6px
0 0 10px}div.mainFeature div.sideMainFeature
div.sideTool{width:279px;_width:290px;overflow-y:auto;*position:relative}div.mainFeature div.sideMainFeature div.sideTool
div.col{width:279px;height:280px;margin:0}div.mainFeature div.sideMainFeature div.sideTool ul.schedule
li{_height:30px;_overflow:visible}div.mainFeature div.sideMainFeature div.sideTool-sm{background:url("../images/sitewide/bg-sideTool-sm.png") no-repeat left top;height:100px;_height:105px;margin-top:20px;float:left}div.mainFeature div.sideMainFeature div.sideTool-sm ul.icon-list{border-top:1px solid #E6E6E6;padding-top:17px}div.mainFeature div.sideMainFeature div.sideTool-sm
ul.schedule{border-top:1px solid #E6E6E6;padding-top:5px}div.mainFeature div.sideMainFeature div.sideTool-sm ul.schedule
li{margin:0
0 5px;padding:0
0 5px}div.mainFeature div.sideMainFeature div.sideTool-noBorder{width:310px;height:auto;padding:0;background-image:none;overflow:hidden}div.mainFeature div.sideMainFeature div.sideTool-noBorder
div.col{width:310px;height:310px}div.mainFeature div.sideMainFeature div.sideTool-noBorder div.col
div.feature{border-top:1px solid #E6E6E6;padding-top:205px}div.mainFeature div.sideMainFeature div.sideTool-noBorder div.col div.feature
div.img{top:15px}div.mainFeature div.sideMainFeature div.sideTool-noBorder div.col
ul.thumbs{border-top:1px solid #E6E6E6;padding-top:15px !important}div.ecoutezLaRadio{}div.ecoutezLaRadio
h3{margin:0
0 16px}div.ecoutezLaRadio
ul{width:278px}div.ecoutezLaRadio ul
li.first{_padding-bottom:0}div.envoyezVideos{width:290px;height:100px;padding:10px
10px 10px 15px;*padding:15px
5px 5px 15px;margin:3px
0 15px 0;background:url("../images/sitewide/bg-envoyezVideos.png") repeat left top}div.envoyezVideos
h3{margin:7px
0 11px 0}div.envoyezVideos
p{padding-right:50px;margin-bottom:11px}div.featurebar{overflow:hidden;height:315px;padding:0
15px;clear:both;width:970px;margin:0}div.featurebar
div.col{display:inline;float:left;width:310px;height:315px;margin:0}div.featurebar
div.col2x{width:660px}div.featurebar div.col
h3{height:17px;margin:0
0 14px 0}div.featurebar div.col
div.cemoiscisurcanalplus{width:660px;overflow:hidden}div.featurebar div.col div.cemoiscisurcanalplus
div.genre{display:inline;float:left;width:200px;height:284px;margin:0
20px 0 0;overflow:hidden;position:relative}div.featurebar div.col div.cemoiscisurcanalplus div.genre
ul.features{width:10000px;height:217px;position:absolute}div.featurebar div.col div.cemoiscisurcanalplus div.genre ul.features-hover{cursor:pointer}div.featurebar div.col div.cemoiscisurcanalplus div.genre ul.features-hover li h4
a{text-decoration:underline}div.featurebar div.col div.cemoiscisurcanalplus div.genre
ul.paginator{position:absolute;left:0;bottom:70px}div.featurebar div.col div.cemoiscisurcanalplus div.genre ul.paginator li.next,
div.featurebar div.col div.cemoiscisurcanalplus div.genre ul.paginator
li.prev{display:none}div.featurebar div.col div.cemoiscisurcanalplus div.genre
p.plusLink{position:absolute;left:0;bottom:30px;border-top:1px solid #ccc;padding-top:13px;width:310px;height:23px;margin:0}div.featurebar div.col
ul.schedule{}div.featurebar div.col ul.schedule-ch li
h4{color:#1a1a1a;font-weight:bold}div.planifier{overflow:hidden;width:1000px}div.planifier div.planifier-header{background:url("../images/sitewide/bg-planifier-header.png") repeat-x 0 0;height:55px;overflow:hidden}div.planifier div.planifier-header div.semaine-slider-container{display:inline;float:left;width:475px;_width:474px;height:55px;overflow:hidden;position:relative;padding:0
55px}div.planifier div.planifier-header div.semaine-slider-container div.semaine-slider{width:10000px;height:55px;position:absolute;left: -1277px}div.planifier div.planifier-header div.semaine-slider-container div.semaine-slider
ul{display:inline;float:left;width:10000px;height:55px}div.planifier div.planifier-header div.semaine-slider-container div.semaine-slider ul
li{display:inline;float:left;width:95px;height:55px}div.planifier div.planifier-header div.semaine-slider-container div.semaine-slider ul li
a{display:block;font-size:11px;color:#666;width:95px;height:43px;text-decoration:none;text-align:center;padding:12px
0 0 0}div.planifier div.planifier-header div.semaine-slider-container div.semaine-slider ul li a:hover,
div.planifier div.planifier-header div.semaine-slider-container div.semaine-slider ul li.hover
a{background:url("../images/sitewide/bg-planifier-header.png") repeat-x 0 -55px;color:#000;text-decoration:none}div.planifier div.planifier-header div.semaine-slider-container div.semaine-slider ul li.current
a{background:url("../images/sitewide/bg-planifier-header.png") repeat-x 0 -110px;color:#666}div.planifier div.planifier-header div.semaine-slider-container div.semaine-slider ul li a
span.jour{font-size:12px;color:#fff;font-weight:bold}div.planifier div.planifier-header div.semaine-slider-container div.semaine-slider ul li a:hover span.jour,
div.planifier div.planifier-header div.semaine-slider-container div.semaine-slider ul li.hover a
span.jour{color:#fff}div.planifier div.planifier-header div.semaine-slider-container div.semaine-slider ul li.current a
span.jour{color:#000}div.planifier div.planifier-header div.semaine-slider-container
ul.paginator{}div.planifier div.planifier-header div.semaine-slider-container ul.paginator
li{position:absolute;left:0;top:0;height:40px;width:40px;margin:0;padding:15px
0 0 15px;background:url("../images/sitewide/bg-planifier-header.png") repeat-x 0 0}div.planifier div.planifier-header div.semaine-slider-container ul.paginator
li.next{left:auto;right:0}body.isMac div.planifier div.planifier-header div.semaine-slider-container ul.paginator
li.next{padding-left:18px}div.planifier div.planifier-header div.semaine-slider-container ul.paginator li
a{background-position:0 -113px}div.planifier div.planifier-header div.semaine-slider-container ul.paginator li.next
a{background-position:0 -161px}div.planifier div.planifier-header div.semaine-slider-container ul.paginator li a:hover{background-position:0 -137px}div.planifier div.planifier-header div.semaine-slider-container ul.paginator li.next a:hover{background-position:0 -185px}div.planifier div.planifier-header
div.rechercherUnProgramme{display:inline;float:right;width:400px;height:23px;background:url("../images/sitewide/bg-planifier-header.png") repeat-x 0 -165px;padding:16px
0 16px 15px;position:relative}div.planifier div.planifier-header div.rechercherUnProgramme
form{}div.planifier div.planifier-header div.rechercherUnProgramme form
fieldset{}div.planifier div.planifier-header div.rechercherUnProgramme form fieldset
label{display:none}div.planifier div.planifier-header div.rechercherUnProgramme form fieldset
input.text{display:inline;float:left;width:165px;height:19px;padding:4px
6px 0;font-size:12px;color:#b3b3b3;border:0
none}body.isMozilla div.planifier div.planifier-header div.rechercherUnProgramme form fieldset
input.text{padding:2px
6px}body.isMac.isMozilla div.planifier div.planifier-header div.rechercherUnProgramme form fieldset
input.text{padding:4px
6px 0}div.planifier div.planifier-header div.rechercherUnProgramme form fieldset
input.searchFor{color:#808080}div.planifier div.planifier-header div.rechercherUnProgramme form fieldset
input.submit{display:inline;float:left;width:33px !important;height:23px !important;background:url("../images/sitewide/bg-btn-search.png") no-repeat 0 0;text-align:left;font-size:1px;color:#191819;overflow:hidden;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}div.planifier div.planifier-header div.rechercherUnProgramme form fieldset>/**/input.submit{text-indent: -9999em;padding-top:0}div.planifier div.planifier-header div.rechercherUnProgramme form fieldset
input.submitHover{background-position:left -23px}div.planifier div.planifier-header div.rechercherUnProgramme
a{background:url("../images/ead/btn-enregistrement.png") no-repeat 0 0;display:none;height:23px;left:240px;position:absolute;text-indent: -9999em;top:16px;width:160px}div.planifier div.planifier-header div.rechercherUnProgramme a.mes-enr{background-position:0 -23px}div.planifier
h3{height:17px;margin:29px
0 14px 15px}div.planifier
div.channels{height:390px;padding:0
0 0 15px;margin:0;width:985px}div.planifier div.channels
div.ch{display:inline;float:left;width:180px;margin:0
17px 0 0;padding:147px
0 0 0;position:relative}div.planifier div.channels div.ch
h4{margin:0
0 10px 0}div.planifier div.channels div.ch
div.img{display:block;width:180px;height:135px;position:absolute;left:0;top:0}div.planifier div.channels div.ch div.img
a{}div.planifier div.channels div.ch div.img
img{}div.planifier div.channels div.ch
ul.schedule{padding-top:10px}div.planifier div.channels div.ch ul.schedule
li{height:auto !important;margin:0
0 12px 0;padding:15px
0 10px 0;border-bottom:1px solid #d9d9d9;_background:#fff}div.planifier div.channels div.ch ul.schedule li:last-child{border-bottom:0;margin-bottom:0}div.planifier div.channels div.ch ul.schedule
li.last{border-bottom:0;margin-bottom:0}div.planifier div.channels div.ch ul.schedule li h5
a.lbl{margin-right:5px}div.planifier div.channels div.ch ul.schedule li p.func
a.lbl{top:0 !important}div.planifier div.channels div.ch ul.schedule li.hover h5
a{text-decoration:underline}div.leprogrammedelajournee{overflow:hidden;width:1000px;margin-bottom: -36px}div.leprogrammedelajournee
div.channels{padding:0
0 0 16px;margin:0
-1px 0 0;overflow:hidden;_width:985px}div.leprogrammedelajournee
h3{height:17px;margin:0
0 14px 15px}div.leprogrammedelajournee
div.ch{display:inline;float:left;width:180px;margin:0
17px 0 0;padding:13px
0 0 0;position:relative;border-top:1px solid #ccc}div.leprogrammedelajournee div.ch
h4{margin:0
0 15px 0 !important}div.leprogrammedelajournee div.ch h4.ch-lg-canalplus{margin:0
0 22px 0 !important}div.jour-accordion{margin:0;padding:0}div.jour-accordion
h5{font-weight:normal;margin:0
0 1px 0}div.jour-accordion
h5.open{margin-bottom: -1px}div.jour-accordion h5
a{display:block;background:url("../images/sitewide/bg-jour-accordion.png") no-repeat 0 0;padding:6px
12px 0 12px;height:21px;color:#8c8c8c}div.jour-accordion h5 a:hover{background-position:0 -27px;text-decoration:none}div.jour-accordion h5.open
a{background-position:0 -54px;color:#fff}div.jour-accordion h5.open a:hover{background-position:0 -81px}div.jour-accordion
ul{margin:0;padding:0
0 10px 0;overflow:hidden}div.jour-accordion ul
li{border-bottom:1px solid #e6e6e6;position:relative;margin:0;padding:8px
10px 6px 0;*overflow:hidden;_width:170px;_height:auto}div.jour-accordion ul li:last-child{border-bottom:0 none;padding-bottom:0}div.jour-accordion ul
li.last{border-bottom:0 none;padding-bottom:0}div.jour-accordion ul li
span.time{font-size:11px;color:#808080;display:block;float:left;*margin-right:5px}div.jour-accordion ul li a,
div.jour-accordion ul li
span.title{display:block;*float:left;margin-left:38px;*margin-left:0;font-size:12px;color:#1a1a1a;font-weight:bold;z-index:99}body.isMac.isMozilla3 div.jour-accordion ul li
a{top: -1px;position:relative;left:2px}#canalplus div.jour-accordion ul li
a.lbl{float:left;display:block;margin-left:5px;_margin-left:0;z-index:999}div.jour-accordion ul li a:hover{}div.resultats{width:970px;height:38px;padding:1px
0;margin:0
0 34px 15px;background:url("../images/sitewide/bg-resultats.png") no-repeat 0 0;overflow:hidden}div.resultats
p{display:inline;float:left;margin:0;padding:12px
15px;font-weight:bold;color:#1a1a1a}div.resultats-zero
p{color:#df0022 !important;font-weight:bold}div.resultats
ul{display:inline;float:right;margin:0;padding:0;height:38px;overflow:hidden}div.resultats ul
li{display:inline;float:left}div.resultats ul li
a{display:block;background-color:#fff;text-decoration:none;padding:12px
15px;border-left:1px solid #d9d9d9;overflow:hidden}div.resultats ul li
a.sommaire{border-left:none}div.resultats ul li.last
a{background:#fff url("../images/sitewide/bg-resultats.png") no-repeat right -1px}div.resultats ul li a:hover{background-color:#f2f2f2}div.resultats ul li a.sommaire:hover{background-color:#FFF !important;text-decoration:underline}div.resultats-zero ul li a:hover{background-color:#FFF;cursor:default}div.resultatsSection{overflow:hidden;width:985px;padding:0
0 0 15px;margin:0
0 42px 0}div.resultatsSection
h3{height:17px;margin:0}div.resultatsSection
p.resultats{text-align:right;padding:5px
0 0 0;height:26px;border-bottom:1px solid #ccc;margin: -17px 15px 12px 0}div.resultatsSection
p.plusLink{}div#canalplus div.resultatsSection
ul.thumbs{width:970px;margin:0
0 13px 0;border-bottom:1px solid #ccc;overflow:auto}div#canalplus div.resultatsSection-alt
ul.thumbs{width:970px;margin:0;border-bottom:none;overflow:auto}div#canalplus div.resultatsSection-alt ul.paginator-table{width:970px;margin:0
0 20px}div#canalplus div.resultatsSection ul.thumbs-sm-alt{padding-bottom:11px}div#canalplus div.resultatsSection ul.thumbs-sm
li{display:inline;float:left;margin:0
20px 12px 0;width:190px;padding-bottom:3px}div#canalplus div.resultatsSection ul.thumbs-sm-alt
li{display:inline;float:left;margin:0
20px 11px 0}div#canalplus div.resultatsSection ul.thumbs li:nth-child(3n){margin-right:0}div#canalplus div.resultatsSection ul.thumbs
li.noMarginRight{margin-right:0}div#canalplus div.resultatsSection ul.thumbs
li.noBorder{border-bottom:0 none;margin-bottom:0}div#canalplus div.resultatsSection-alt{overflow:visible}div.programmesTable{padding:0
15px;position:relative;margin:0
0 -35px 0}div.programmesTable
div.tableHead{height:40px}div.programmesTable div.tableHead
p{color:#1a1a1a;display:inline;float:left;margin:0
10px 0 0;padding:8px
0 0 0}div.programmesTable div.tableHead
div.filtrePar{display:inline;float:right}div.programmesTable div.tableHead div.filtrePar
div.customDropDown{display:inline;float:left}div.programmesTable div.tableHead div.filtrePar div.customDropDown-alt{z-index: -1}div.programmesTable
table{border-collapse:collapse;table-layout:fixed;clear:both;position:relative}div.programmesTable table
thead{}div.programmesTable table thead
tr{}div.programmesTable table thead tr
th{background:url("../images/sitewide/bg-th-programmesTable.png") no-repeat left -162px;height:27px;color:#fff;overflow:hidden;margin:0;padding:0;border-bottom:4px solid #fff}div.programmesTable table thead tr
th.col1{width:371px;background-position:left -135px}div.programmesTable table thead tr
th.col2{width:215px}div.programmesTable table thead tr
th.col3{width:265px}div.programmesTable table thead tr
th.col4{width:108px;background-position:right -108px;padding:5px
0 4px 10px;height:18px}div.programmesTable table thead tr th
a{display:block;color:#fff;text-decoration:none;background:url("../images/sitewide/bg-th-programmesTable.png") no-repeat right 0;padding:5px
0 4px 10px;overflow:hidden}div.programmesTable table thead tr th a:hover{color:#fff;text-decoration:none;background-position:right -27px}div.programmesTable table thead tr th.col1
a{background-position:left -54px}div.programmesTable table thead tr th.col1 a:hover{background-position:left -81px}div.programmesTable table
tbody{}div.programmesTable table tbody
tr{}div.programmesTable table tbody tr
td{border-bottom:1px solid #e6e6e6}div.programmesTable table tbody tr:last-child
td{border-bottom:0 none}div.programmesTable table tbody tr.last
td{border-bottom:0 none}div.programmesTable table tbody tr td
div{padding:17px
0 15px 10px;height:47px}div.programmesTable table tbody tr td
div.col1{padding:17px
15px 15px 75px;position:relative}div.programmesTable table tbody tr:last-child td
div{padding-bottom:0;height:44px}div.programmesTable table tbody tr.last td
div{padding-bottom:0;height:44px}div.programmesTable table tbody tr td div h4, div.programmesTable table tbody tr td div h4
a{color:#1a1a1a;margin:0;font-weight:bold;display:block}div.programmesTable table tbody tr td div h4
a.hover{text-decoration:underline}div.programmesTable table tbody tr td div h5, div.programmesTable table tbody tr td div h5
a{color:#808080;margin:0;font-weight:normal;display:block}div.programmesTable table tbody tr td div
div.img{position:absolute;left:0;top:14px;width:65px;height:50px;margin:0;padding:0}div.programmesTable table tbody tr td div div.img
a{display:block;width:65px;height:50px}div.programmesTable table tbody tr td div div.img
img{display:block;width:65px;height:50px}div.programmesTable table tbody tr td div
p{margin:0}div.programmesTable table tbody tr td div
p.time{color:#1a1a1a;margin-bottom:12px}div.programmesTable table tbody tr td div
p.func{position:relative;height:11px;margin:1px
0 13px 0}#canalplus table tbody tr td div p.func
span.message{position:absolute;left:auto;right:0;bottom:13px;*z-index:999 !important}div#canalplus div#content div.ead-animation-flash{float:left;margin:15px
15px 55px}div#records-title{margin:23px
0 18px 9px}div#records-title
h2{background:no-repeat;height:29px;margin:0;text-indent: -9999em}p.eadPlusLink{float:left;height:23px;margin:0
0 0 15px}a.btn.eadLink{float:right;margin-right:15px}div.enregistrementsTable{clear:both;margin-left:15px;padding-top:15px;width:970px}div.enregistrementsTable table thead tr
th{background:url("../images/sitewide/bg-th-enregistrementsTable.png") no-repeat right -27px;color:#fff;height:27px}div.enregistrementsTable table thead tr th.col1,
div.enregistrementsTable table tbody tr
td.col1{width:371px}div.enregistrementsTable table thead tr th.col2,
div.enregistrementsTable table tbody tr
td.col2{width:147px}div.enregistrementsTable table thead tr th.col3,
div.enregistrementsTable table tbody tr
td.col3{width:452px}div.enregistrementsTable table thead tr
th.col3{background-position:right 0px}div.enregistrementsTable table thead tr th
div{color:#fff;float:left;_float:none;margin:4px
0 0 10px}div.enregistrementsTable table tbody tr
td{border-bottom:1px solid #e6e6e6}div.enregistrementsTable table tbody tr td
div{*float:left;padding:22px
0 18px 10px;_padding-bottom:0}div.enregistrementsTable table tbody tr td.col1
div{height:47px;padding-left:75px;padding-right:15px;position:relative}div.enregistrementsTable table tbody tr td div
h4{margin:0}div.enregistrementsTable table tbody tr td div h4
a{color:#1a1a1a}div.enregistrementsTable table tbody tr td div
div.img{background-color:#000;height:50px;left:0;margin:0;padding:0;position:absolute;top:18px;width:65px}div.enregistrementsTable table tbody tr td div div.img
span{position:relative;top:18px}div.enregistrementsTable table tbody tr td div div.img span.ch-sm-canalplus{left:10px}div.enregistrementsTable table tbody tr td div div.img span.ch-sm-canalcinema{left:4px}div.enregistrementsTable table tbody tr td div div.img span.ch-sm-canalsport{left:7px}div.enregistrementsTable table tbody tr td div div.img span.ch-sm-canalfamily{left:6px}div.enregistrementsTable table tbody tr td div div.img span.ch-sm-canaldecale{left:6px}div.enregistrementsTable table tbody tr td.col3 div
p{float:left;margin-bottom:18px;width:442px}div.enregistrementsTable table tbody tr td div
p.progr{width:200px}div.enregistrementsTable table tbody tr td div p.progr
span.ch{display:block;margin-top:2px;_overflow:hidden}div.enregistrementsTable table tbody tr td div
p.del{color:#1a1a1a;margin-bottom: -15px;width:200px}div.enregistrementsTable table tbody tr td div p.rec-ok{color:#1a1a1a}div.enregistrementsTable table tbody tr td div p
a.edit{background:url("../images/ead/btn_modifier.png") no-repeat;width:82px}div.enregistrementsTable table tbody tr td div p
a.del{background:url("../images/ead/btn_supprimer.png") no-repeat;width:95px}div.enregistrementsTable table tbody tr td div p a.edit,
div.enregistrementsTable table tbody tr td div p
a.del{background-position:0 -23px;display:block;float:left;height:23px;margin:0
11px 0 0;text-indent: -9999em}div.enregistrementsTable table tbody tr td div p a.edit:hover,
div.enregistrementsTable table tbody tr td div p a.del:hover{background-position:0 0}div.enregistrementsTable table tbody tr td div
fieldset{float:left;margin-bottom:18px;width:442px}div.enregistrementsTable table tbody tr td div fieldset
input{margin-right:8px}div.enregistrementsTable table tbody tr td div
ul.horaire{float:left;margin-bottom:18px;width:240px}div.enregistrementsTable table tbody tr td div ul.horaire
li{float:left}div.enregistrementsTable table tbody tr td div ul.horaire li
span{float:left;margin:0
10px 0 0}div.enregistrementsTable table tbody tr td div ul.horaire li
span.heure{background:url("../images/ead/bg-horaire.png") no-repeat;height:23px;margin-top: -4px;_position:relative;padding-top:4px;text-align:center;width:75px}div.enregistrementsTable table tbody tr td div
div.action{padding:0}div.enregistrementsTable table tbody tr td div div.action
div.choix_action{padding:0;*position:relative;*z-index:999}div.enregistrementsTable table tbody tr td div div.action
fieldset{float:left;width:442px}div.enregistrementsTable table tbody tr td div div.action fieldset
ul.buttons{float:right;width:174px;margin-bottom:18px;*margin-bottom:0;_margin-bottom:18px;*margin-top:20px;_margin-top:0}div.enregistrementsTable table tbody tr td div div.action fieldset ul.buttons
li{float:left}div.enregistrementsTable table tbody tr td div div.action fieldset ul.buttons li
input{margin:0
12px 0 0}div.enregistrementsTable table tbody tr td div div.action fieldset
ul.inputs{width:442px}div.enregistrementsTable table tbody tr td div div.action fieldset ul.inputs
li{position:relative;_height:22px}div.enregistrementsTable table tbody tr td div div.action fieldset ul.inputs li
label{color:#1A1A1A;padding-left:20px;text-indent:0}div.enregistrementsTable table tbody tr td div div.action fieldset ul.inputs li
input{position:absolute;left:0;_top:0}div.enregistrementsTable table tbody tr td div div.action fieldset ul.horaires
li{float:left;margin:0
0 20px;_height:auto}div.enregistrementsTable table tbody tr td div div.action fieldset ul.horaires
li.first{margin-right:16px}div.enregistrementsTable table tbody tr td div div.action fieldset ul.horaires li
label{color:#808080;float:left;padding:4px
10px 0 0}div.enregistrementsTable table tbody tr td div div.action fieldset ul.horaires li
div.customDropDown{float:left;margin:0;padding:0;width:75px}div.enregistrementsTable table tbody tr td div div.action fieldset ul.horaires li div.customDropDown
h3{background:url("../images/ead/bg-customDropDown2.png")}div.enregistrementsTable table tbody tr td div div.action fieldset ul.horaires li div.customDropDown
div{padding:0;width:73px}div.enregistrementsTable table tbody tr td div div.action fieldset ul.horaires li div.customDropDown div ul
li{float:none;margin:0}div.enregistrementsTable table tbody tr td div div.action fieldset ul.diffusions
li{border-top:1px solid #e6e6e6;*float:left;height:22px;padding:7px
0 0 7px;width:423px}div.enregistrementsTable table tbody tr td div div.action fieldset ul.diffusions li:hover{background-color:#f7f7f7;cursor:pointer}div.enregistrementsTable table tbody tr td div div.action fieldset ul.diffusions
li.selected{background-color:#f0f0f0}div.enregistrementsTable table tbody tr td div div.action fieldset ul.diffusions li
span{display:inline;float:left}div.enregistrementsTable table tbody tr td div div.action fieldset ul.diffusions li
span.date{color:#1a1a1a;font-weight:bold;width:200px}div.enregistrementsTable table tbody tr td div div.action fieldset ul.diffusions li:hover
span.date{text-decoration:underline}div.enregistrementsTable table tbody tr td div div.action fieldset ul.diffusions li
span.heure{width:130px}div.enregistrementsTable table tbody tr td div div.action fieldset ul.diffusions li
span.ch{margin-top: -2px;_overflow:hidden}div.enregistrementsTable table tbody tr td div div.action fieldset ul.diffusions li span.ch-canalplus{margin-top:3px !important}div.planifier-alt{width:640px;background:#FFF url("../images/sitewide/bg-emission-video.png") no-repeat scroll 0 0;height:180px;*margin-top: -4px;margin-top:20px}#all_video div.planifier-alt{width:640px;background:#FFF url("../images/sitewide/bg-emission-video.png") no-repeat scroll 0 0;height:160px;*margin-top: -4px;margin-top:20px}#all_video div.planifier-sport{display:block;float:left}div.planifier-alt div.planifier-header{background:none;height:180px}#all_video div.planifier-alt div.planifier-header div.semaine-slider-container{padding:5px
60px 0;width:520px;height:155px}div.planifier-alt div.planifier-header div.semaine-slider-container{padding:25px
60px 0;width:520px;height:155px}div.planifier-alt div.planifier-header div.semaine-slider-container div.semaine-slider{height:140px;left:60px}div.planifier-alt div.planifier-header div.semaine-slider-container div.semaine-slider
ul{width:520px;height:140px}div.planifier-alt div.planifier-header div.semaine-slider-container div.semaine-slider ul
li{margin:0;padding:94px
10px 0;width:110px;height:30px;overflow:hidden;position:relative}#all_video div.planifier-alt div.planifier-header div.semaine-slider-container div.semaine-slider ul
li{margin:0;padding:94px
10px 0;width:110px;height:45px;overflow:hidden;position:relative}div.planifier-alt div.planifier-header div.semaine-slider-container div.semaine-slider ul
li.current{background:url("../images/sitewide/bg-emission-video-current.png") no-repeat 0 0}#all_video div.planifier-alt div.planifier-header div.semaine-slider-container div.semaine-slider ul
li.current{background:url("../images/sitewide/bg-emission-video-current_big.png") no-repeat 0 0}div.planifier-alt div.planifier-header div.semaine-slider-container div.semaine-slider ul
li.hover{background:url("../images/sitewide/bg-emission-video-current.png") no-repeat 0 -124px}#all_video div.planifier-alt div.planifier-header div.semaine-slider-container div.semaine-slider ul
li.hover{background:url("../images/sitewide/bg-emission-video-current_big.png") no-repeat 0 -139px}div.planifier-alt div.planifier-header div.semaine-slider-container div.semaine-slider ul li h3, div.planifier-alt div.planifier-header div.semaine-slider-container div.semaine-slider ul li h3
a{padding:0;margin:0;font-weight:normal;background:none !important;color:#1A1A1A !important;font-size:12px !important;text-align:left !important}div.planifier-alt div.planifier-header div.semaine-slider-container div.semaine-slider ul li
div.img{position:absolute;top:10px;left:10px}div.planifier-alt div.planifier-header div.semaine-slider-container div.semaine-slider ul li div.img
a{padding:0;height:83px;width:110px}div.planifier-alt div.planifier-header div.semaine-slider-container div.semaine-slider ul li div.img
img{width:110px;height:83px}div.planifier-alt div.planifier-header div.semaine-slider-container div.semaine-slider ul li
a.video{left:15px;position:absolute;top:65px}#all_video div.planifier-alt div.planifier-header div.semaine-slider-container div.semaine-slider ul li
a.video{left:20px;position:absolute;top:60px}div.planifier-alt div.planifier-header div.semaine-slider-container div.semaine-slider ul li
a{height:auto}div.planifier-alt div.planifier-header div.semaine-slider-container ul.paginator
li{background:#E8E9E9 none;height:165px;width:60px;padding:0
!important}div.planifier-alt div.planifier-header div.semaine-slider-container ul.paginator li
a{background:url("../images/sitewide/bg-paginator-alt.png") no-repeat 0 0;height:34px;width:34px;margin:60px
0 0}div.planifier-alt div.planifier-header div.semaine-slider-container ul.paginator li.next
a{background-position:0 0;margin-left:10px;padding:0
!important}div.planifier-alt div.planifier-header div.semaine-slider-container ul.paginator li.next a:hover{background-position:0 -34px}div.planifier-alt div.planifier-header div.semaine-slider-container ul.paginator li.next
a.inactive{background-position:0 -68px;cursor:default}div.planifier-alt div.planifier-header div.semaine-slider-container ul.paginator li.prev
a{background-position:0 -102px;margin-left:15px;padding:0
!important}div.planifier-alt div.planifier-header div.semaine-slider-container ul.paginator li.prev a:hover{background-position:0 -136px}div.planifier-alt div.planifier-header div.semaine-slider-container ul.paginator li.prev
a.inactive{background-position:0 -170px;cursor:default}#legrandjournaltop{border-top:1px solid #ccc;margin:0
15px;padding:23px
0 20px;background:no-repeat right 20px}#legrandjournaltop
h2{*width:50%}#legrandjournaltop
p{color:#1A1A1A;margin:0;*width:50%}div.sideBonus{margin:20px
0 0}div.sideBonus
h3{border-bottom:1px solid #CCC;margin-bottom:15px;padding-bottom:15px}div#videov3{border-top:1px solid #ccc;margin:0
15px;padding:23px
0 20px;background:no-repeat right 20px}div.no-border{border-top:0 none !important}div#videov3
h2{*width:50%}div#videov3
p{color:#1A1A1A;margin:0;*width:50%}div.titreTxtBrut{float:left;height:auto;width:640px;overflow:hidden;padding:0px
15px 0px 15px}#all_videos
.commentaire_facebook{float:left}div.margin_fb{margin-bottom:20px}div#mainSection{clear:both;height:auto;padding:0
15px 0 15px;width:640px;overflow:hidden;float:left}#content
div.mainSport{padding:0
20px 0 15px}#content div.mainSport div.linkbar div.linkFacebook p.pFacebook span a.bg-facebook_sport{margin-top:12px;color:#808080}#content div.rightSport
div.col{margin-right:15px}div.mainSection-alt{height:auto;margin-bottom:50px}div#mainSection
div.linkbar{width:640px;min-height:29px;background-color:#E9E9E9;background-repeat:repeat-y;float:left;_overflow:hidden}div#mainSection
div.linkbar_sport{width:640px;height:48px;background-color:#E9E9E9;background-repeat:repeat-y;float:left;_overflow:hidden}div#mainSection div.bg-infoPlayer{height:2px;background-image:url(../images/sitewide/bg-infoPlayer.png);width:640px;float:left;overflow:hidden}div#mainSection div.linkbar
p{line-height:35px;float:left}div#mainSection div.linkbar
div.linkFacebook{float:left}div#mainSection div.linkbar div.linkFacebook p.pFacebook
span{margin:0}div#mainSection div.linkbar div.linkFacebook
p.pFacebook{line-height:20px!important;margin-bottom:5px!important}div#mainSection div.linkbar div.linkFacebook p.pFacebook span a.bg-facebook{float:left;background-image:url(../images/sitewide/bg-facebook.png);background-repeat:no-repeat;height:18px;width:190px;margin-top:9px;margin-right:10px;margin-left:9px;padding-left:25px}div#mainSection div.linkbar div.linkFacebook p.pFacebook span a.bg-facebook_sport{float:left;background-image:url(../images/sitewide/bg-facebook.png);background-repeat:no-repeat;height:18px;width:225px;margin-top:9px;margin-right:10px;margin-left:9px;padding-left:25px}div#mainSection div.linkbar div.infoVideoRight-closed{float:right;*width:auto;overflow:hidden}div#mainSection div.linkbar div.infoVideoRight-closed
p{float:left;margin-right:15px;_margin-right:5px;margin-bottom:0px}div#mainSection div.linkbar div.infoVideoRight-closed
span.fleche{background-image:url(../images/sitewide/fleche-closed.png);background-repeat:no-repeat;margin-right:7px;margin-top:14px;float:left}div#mainSection div.linkbar div.infoVideoRight-open{float:right;*width:auto;overflow:hidden}div#mainSection div.linkbar div.infoVideoRight-open
p{float:left;margin-right:15px;_margin-right:5px;margin-bottom:0px}div#mainSection div.linkbar div.infoVideoRight-open
span.fleche{background-image:url(../images/sitewide/fleche-open.png);background-repeat:no-repeat;margin-right:2px;margin-top:15px;height:7px;width:10px;float:left}div#mainSection div.infoVideo-player{height:auto;width:640px;display:none;clear:both;overflow:hidden}div#mainSection div.infoVideo-player
p.descriptionVideo{background-color:#E9E9E9;padding-left:15px;padding-right:15px;padding-bottom:10px;line-height:15px;margin:0;width:610px}div#mainSection
div.mainTxtBrut{height:auto;width:640px;overflow:hidden}div#mainSection div.mainSection-bar{width:640px;height:15px;overflow:hidden;float:left}div#rightSection{float:left;width:310px}div#idalgo_canalplus_www
div#rightSection{float:none}div#rightSection.rightSectionGrey{background-color:#ededed;overflow:hidden;padding:0
15px;width:300px}div#rightSection.rightSectionGrey
div.banner{background-color:#ededed;padding:15px
0 0 !important;margin-bottom:5px}div#rightSection.rightSectionGrey div.banner
p.publicite{margin:7px
0 0 !important}div#rightSection-alt{height:auto;margin-bottom:50px}div#rightSection
div.rightTxtBrut{margin-bottom:15px;width:310px;height:auto;clear:both;overflow:hidden}div#rightSection
div.col{width:310px;height:auto;clear:both}div#rightSection.rightSectionGrey
div.col{width:300px}div#rightSection div.col
ul.paginator{margin:20px
0 0;float:right}div.rightColMea{height:auto}div#rightSection div.rightMea-noBorder{border-bottom:none;margin-bottom:15px}div#rightSection div.rightMea-Border{border-bottom:solid 1px #E6E6E6;margin-bottom:15px;padding-bottom:15px}div#rightSection div.rightMea-noPadding{padding-bottom:0}div#rightSection div.rightMea-noPadding
ul.simpleVideoListing{margin:0
!important}div#mainSection div.videov3-content-tab,div#mainSection div.videoLive-content-tab{height:auto;_height:900px;overflow:hidden;float:left;width:640px}div#mainSection div#contenuOnglet, div#mainSection div.videoLive-content-tab
div#contenuOnglet{height:auto;_height:870px;overflow:hidden;float:left;width:640px}div#mainSection div.videov3-content-tab
div.commentaire_facebook{width:640px;height:auto;overflow:hidden}div#mainSection div.videov3-content-tab div.texteBrut-tab{width:640px;height:auto;overflow:hidden}div#mainSection div.videov3-content-tab
div.noCase{width:640px;height:12px;overflow:hidden}div#mainSection div.videov3-content-tab div.col2x-videos-2x4, div#mainSection div.videov3-content-tab div.col2x-videos-3x3 , div#mainSection div.videov3-content-tab div.col2x-videos-4x3{width:640px;float:left;height:auto;_overflow:hidden}div#mainSection  div.videov3-content-tab div.col2x-videos-2x4 ul.paginator-table, div#mainSection div.videov3-content-tab div.col2x-videos-3x3 ul.paginator-table,  div#mainSection div.videov3-content-tab div.col2x-videos-4x3 ul.paginator-table{width:640px !important;float:left;overflow:hidden}div#mainSection div.videov3-content-tab div.col2x-videos-2x4 ul.paginator-table-alt, div#mainSection div.videov3-content-tab div.col2x-videos-3x3 ul.paginator-table-alt, div#mainSection div.videov3-content-tab div.col2x-videos-4x3 ul.paginator-table-alt{border-top:solid 1px #CCC;border-bottom:none;padding-top:11px}div#livetvtop{border-top:1px solid #ccc;margin:0
15px;padding:16px
0 17px;background:no-repeat 142px 15px}div#livetvtop
h2{background-position: -7px 0;height:31px}div#mainSection
div#livePush{overflow:hidden;width:640px;margin-bottom:40px;background-color:#ededed}div#mainSection div#livePush
div.textUnderPlayer{margin-bottom:20px;border-bottom:1px solid #ccc;height:30px;width:640px;overflow:hidden;float:left}div#mainSection div#livePush
div.textLeft{float:left;overflow:hidden;width:220px;height:20px;padding-left:10px;padding-top:5px}div.textLeftFirst{color:black;font-weight:bold;height:2px;padding-right:10px;overflow:hidden;border-right:1px solid #ccc}div#livePush
div.pictoFacebook{display:block;height:23px;padding-right:5px;overflow:hidden;float:right;width:23px}div#livePush div.pictoFacebook
a.linkFacebook{background:url("../images/sitewide/icon-facebook-bord-rond.png") no-repeat scroll 0 0 transparent;display:block;height:23px;overflow:hidden;text-indent:-9999em;width:22px}div#livePush
div.pictoCommentaire{display:block;height:23px;padding-right:5px;overflow:hidden;float:right;width:26px}div#livePush div.pictoCommentaire
a.linkCommentaire{background:url("../images/sitewide/picto-commentaire.png") no-repeat scroll 0 0 transparent;display:block;height:23px;overflow:hidden;text-indent:-9999em;width:26px}div#livePush
div.openClose{display:block;height:23px;padding-right:10px;overflow:hidden;float:right;width:26px}div#mainSection div#livePush div.openClose
a{background:url("../images/sitewide/bg-btn-section.png") no-repeat scroll 0 0 transparent;display:block;height:23px;overflow:hidden;text-indent:-9999em;width:23px}div#mainSection div#livePush div.openClosed
a{background:url("../images/sitewide/bg-btn-section.png") no-repeat scroll 0 -69px transparent}div#mainSection div#livePush div.push-content-Tab{float:left;width:620px;padding-left:10px;padding-right:10px;overflow:hidden}div#mainSection div#livePush div.bg-blockPush{background-image:url("../images/sitewide/bg-bottom-block-push.png");background-repeat:no-repeat;float:left;margin-left:10px;_margin-left:5px;overflow:hidden;width:620px}div#mainSection div#livePush div.bg-top-blockPush{background-image:url("../images/sitewide/bg-top-block-push.png");background-repeat:no-repeat;background-color:#FFF;float:left;overflow:hidden;width:620px;height:2px}div#mainSection div#livePush div.push-content{overflow:hidden;min-height:135px;_height:600px;background-image:url("../images/sitewide/bg-block-push.png");padding-left:10px;width:610px}div#mainSection div#livePush div.push-content
p.txtSondageFirst{font-weight:bold;color:#1a1a1a;padding-top:20px}div#mainSection div#livePush div.push-content-sondage
p.txtSondage{color:#1a1a1a}div#mainSection div#livePush div.push-content-sondage
div.sondage{display:none}div#mainSection div#livePush div.push-content-sondage
div.btnSondage{display:none}div#mainSection div#livePush div.push-content-sondage div.sondage-visuel{padding-top:15px}div#mainSection div#livePush div.push-content-sondage div.sondage-visuel
p.txtSondage{padding-left:160px;color:#1a1a1a}div#mainSection div#livePush div.push-content-sondage div.sondage-visuel
p.txtSondageFirst{font-weight:bold;color:#1a1a1a;padding-top:0px;padding-left:160px}div#mainSection div#livePush div.push-content-sondage div.sondage-visuel
img{float:left}div#mainSection div#livePush div.push-content-sondage div.sondage-visuel a.btn-sondage-visuel{margin-left:15px}div#mainSection
div.commentaire_facebook{float:left;overflow:hidden}div#content
div.vitrine_relance{background-color:#ededed;border-top:1px solid #ccc;clear:both;height:auto;overflow:hidden;float:left;width:100%}div#content div.vitrine_relance
div.cols{padding:20px
0 0 15px}div#content div.vitrine_relance div.cols
div.col{display:inline;float:left;height:260px;margin:0
20px 20px 0;padding:0
0 38px;position:relative !important;width:310px}div#content div.vitrine_relance div.cols
div.col.last{margin-right:0}div#content div.vitrine_relance div.cols div.col
div.feature{background-color:#fff;border-right:1px solid #CCC;border-left:1px solid #CCC;height:98px;width:308px}div#content div.vitrine_relance div.cols div.col div.feature
h4{margin:0
0 5px 15px}div#content div.vitrine_relance div.cols div.col div.feature
p{margin-left:15px}div#content div.vitrine_relance div.cols div.col div.feature
div.img{left: -1px}div#content div.vitrine_relance div.cols div.col div.feature
a.btnBottomBlock{margin-bottom:10px;margin-left:15px}div#content div.vitrine_relance div.cols div.col
div.bottomBlockRelance{background-image:url('../images/sitewide/bg-bottom-block-relance.png');background-repeat:no-repeat}div.btnSondage{margin-top:10px;margin-bottom:15px;height:30px}div.btnSondage
p.resultItalic{font-style:italic}div.btnSondage
p.resultRight{float:right;padding-right:15px;padding-top:5px}div#mainSection div#livePush
div.content_invites_push{display:inline;float:left;width:590px;height:185px;overflow:hidden;position:relative !important}div#mainSection div#livePush div.content_invites_push
div.listeInvites{display:inline;float:left;width:590px;height:155px;overflow:hidden;position:relative !important}div#mainSection div#livePush div.content_invites_push
div.listeInvitesDeplie{height:auto}div#mainSection div#livePush div.content_invites_push
ul.listInvites{margin-top:15px}div#mainSection div#livePush div.content_invites_push ul.listInvites
li{margin:0
0 10px;overflow:hidden;padding:0
0 10px;position:relative;width:590px;display:inline;float:left}div#mainSection div#livePush div.content_invites_push  ul.listInvites li
span.leftInvites{font-weight:normal;margin:0}div#mainSection div#livePush div.content_invites_push  ul.listInvites li span.leftInvites-bold{color:#1A1A1A;font-weight:bold;margin-bottom:0}div#mainSection div#livePush
div.content_sommaire_push{margin-top:15px;height:185px;overflow:hidden}div#mainSection div#livePush div.content_sommaire_push
div.sommaireTronque{display:block;height:auto;overflow:hidden}div#mainSection div#livePush div.content_sommaire_push
div.sommaireComplet{display:none}div#mainSection div#livePush
div.content_emission_push{height:320px;*height:325px;display:inline;float:left;width:590px;overflow:hidden;position:relative !important}div#mainSection div#livePush div.content_emission_push ul.content-emission-push-slider-2x2{width:10000px;position:absolute;margin:0;padding:0}div#mainSection div#livePush div.content_emission_push ul.content-emission-push-slider-2x2 li.live-emission-2x2{display:inline;float:left;width:600px;margin:0;padding:15px
0 0 5px}div#mainSection div#livePush div.content_emission_push ul.content-emission-push-slider-2x2 li.live-emission-2x2
ul{margin:0;padding:0}div#mainSection div#livePush div.content_emission_push ul.content-emission-push-slider-2x2 li.live-emission-2x2
a.video{left:5px;position:absolute;top:82px}div#mainSection div#livePush
div.content_emission_push_1x5{height:245px;*height:245px;display:inline;float:left;width:590px;overflow:hidden;position:relative !important}p.text-1x5{font-weight:bold;padding-top:25px;color:#1a1a1a;padding-left:5px}div#mainSection div#livePush div.content_emission_push_1x5 ul.content-emission-push-slider-1x5{width:10000px;position:absolute;margin:0;padding:0}div#mainSection div#livePush div.content_emission_push_1x5 ul.content-emission-push-slider-1x5 li.live-emission-1x5{display:inline;float:left;width:600px;margin:0;padding:15px
0 0 5px}div#mainSection div#livePush div.content_emission_push_1x5 ul.content-emission-push-slider-1x5 li.live-emission-1x5
ul{margin:0;padding:0}div#mainSection div#livePush div.content_emission_push_1x5 ul.content-emission-push-slider-1x5 li.live-emission-1x5
a.video{left:5px;position:absolute;top:55px}div#mainSection div#livePush
div.content_emission_push_1x4{height:240px;*height:240px;display:inline;float:left;width:590px;overflow:hidden;position:relative !important}div#mainSection div#livePush div.content_emission_push_1x4 ul.content-emission-push-slider-1x4{width:10000px;position:absolute;margin-top:15px;margin-left:10px;padding:0}div#mainSection div#livePush div.content_emission_push_1x4 ul.content-emission-push-slider-1x4 li.live-emission-1x4{display:inline;float:left;width:600px;margin:0;padding:15px
0 0 5px}div#mainSection div#livePush div.content_emission_push_1x4 ul.content-emission-push-slider-1x4 li.live-emission-1x4
ul{margin:0;padding:0}div#mainSection div#livePush div.content_emission_push_1x4 ul.content-emission-push-slider-1x4 li.live-emission-1x4
a.video{left:5px;position:absolute;top:70px}div#mainSection div#livePush div.content_emission_push
ul.paginator{position:absolute;bottom:0;right:0;z-index:999;border-top:1px solid #CCC}div#mainSection div#livePush div.content_emission_push ul.paginator-alt{padding-top:11px;padding-bottom:5px;*padding-top:12px;width:580px !important}div#mainSection div#livePush div.content_emission_push_1x5
ul.paginator{position:absolute;bottom:0;right:0;z-index:999;border-top:1px solid #CCC}div#mainSection div#livePush div.content_emission_push_1x5  ul.paginator-alt{padding-top:11px;padding-bottom:5px;*padding-top:12px;width:580px !important}div#mainSection div#livePush div.content_emission_push_1x4
ul.paginator{position:absolute;bottom:0;right:0;z-index:999;border-top:1px solid #CCC}div#mainSection div#livePush div.content_emission_push_1x4  ul.paginator-alt{padding-top:11px;padding-bottom:5px;*padding-top:12px;width:580px !important}div#mainSection div#livePush div.participer-push{float:left;overflow:hidden;width:590px}p.participer-text{font-weight:bold;padding-top:25px;color:#1a1a1a;padding-left:5px}div#mainSection div#livePush div.exclu-push{float:left;overflow:hidden;width:590px}div#mainSection div#livePush div.exclu-push div.feature-exclu{overflow:hidden;float:left;margin-top:15px;margin-left:5px;padding:0px
0px 0px 160px;width:430px;height:125px}div#mainSection div#livePush div.exclu-push div.feature-exclu-no-img{overflow:hidden;float:left;margin-top:15px;margin-left:5px;width:580px;height:125px;padding-left:5px}div#mainSection div#livePush div.exclu-push div.feature-exclu
div.img{width:145px;height:109px;position:absolute;overflow:hidden}div#mainSection div#livePush div.exclu-push div.feature-exclu ul.buttons
li{padding-right:15px;float:left}div.facebook_fan_box{padding-top:5px;padding-left:5px}div.listePhoto{height:auto;overflow:hidden}div.listePhoto
a.btn{margin-top:10px;margin-bottom:20px}div.listePhoto ul.ulPhoto
li{float:left;padding-right:20px;padding-bottom:20px;height:109px;width:145px}div.listePhoto ul.ulPhoto
li.last{padding-right:0px}div.listePhoto ul.ulPhoto li
img{cursor:pointer}div.listePhoto
div.listPhotoCache{display:none}div.contenuCentral{overflow:hidden;margin-bottom:30px;width:640px}div.texte_presentation h2.h2-img{border-bottom:1px solid #ccc;background-position:-5px top}div.texte_presentation
div.imgTextePresentation{padding-right:15px;float:left;overflow:hidden}div.texte_presentation
a.btn{margin:20px
0px 20px 0px}div.texte_presentation
div.textePrincipal{overflow:hidden;padding-top:15px;padding-bottom:15px}div.texte_presentation
div.texteSecondaire{overflow:hidden;display:none}div.texte_presentation div.textePrincipal span.black, div.texte_presentation div.texteSecondaire
span.black{color:#1A1A1A}div.texte_presentation div.textePrincipal span.blackBold, div.texte_presentation div.texteSecondaire
span.blackBold{color:#1A1A1A;font-weight:bold}div.btn-plus-de-videos{float:right;margin-bottom:20px}div.liste1-cache{display:block}#breadcrumb{background:#fff;height:39px}ul.breadcrumb{padding:12px
15px;margin:0;_margin-bottom:15px;overflow:auto;background-color:#FFF}ul.breadcrumb
li{color:#bbb;display:inline;float:left;margin:0
10px 0 0;padding:0
0 0 12px;background:url("../images/sitewide/bg-li-arrow.png") no-repeat left center}ul.breadcrumb li:first-child{padding-left:0;background:none}ul.breadcrumb
li.first{padding-left:0;background:none}ul.breadcrumb
li.retour{float:right;margin-right:0;padding-left:0;background:none}ul.breadcrumb li
a{color:#808080}ul.breadcrumb li.retour a:hover{color:#1A1A1A;text-decoration:underline}ul.comments{margin:10px
0 0 0;padding:0}ul.comments li
ul.comments{padding:0
0 0 31px;margin: -1px 0 0 0;border-top:1px solid #fff;border-bottom:1px solid #d9d9d9;position:relative;top: -1px}ul.comments
li{position:relative;padding:0;margin:0;min-height:90px;_height:90px;background:none;*margin-bottom: -3px}ul.comments
li.reply{margin-left:31px}ul.comments li
div.img{position:absolute;left:0;top:15px}ul.comments li div.img
a{}ul.comments li div.img a
img{}ul.comments li
div.comment{width:487px;padding:11px
15px 11px 81px;border-bottom:1px solid #d9d9d9}ul.comments li.last
div.comment{border-bottom:0}ul.comments li.reply
div.comment{width:456px;border-top:1px solid #d9d9d9;border-bottom:0 none}ul.comments li ul.comments li
div.comment{width:456px;border-top:1px solid #d9d9d9;border-bottom:0 none}ul.comments li div.comment
p{}ul.comments li div.comment p
a{text-decoration:none}ul.comments li div.comment p a:hover{text-decoration:underline}ul.comments li div.comment
p.details{margin:0;height:auto}ul.comments li div.comment p.details
a{color:#1a1a1a}ul.comments li div.comment p.details a:hover{}ul.comments li div.comment  p.details
span{display:inline;margin:0;width:auto;height:auto;background:none;text-indent:0}ul.comments li div.comment
p.reply{margin:0}ul.comments li div.comment p.reply
a{}ul.comments li div.comment p.reply a:hover{}ul.comments li div.comment p.reply
span.br{display:inline-block;border-left:1px solid #d9d9d9;width:1px;margin:0
5px;height:12px;position:relative;top:2px}ul.comments li div.comment
form{background:#fff;position:relative;top: -18px}ul.comments li div.comment form
fieldset{padding:0}ul.comments li div.comment form fieldset
label{display:none}ul.comments li div.comment form fieldset
textarea{width:464px;height:93px;margin:10px
0 15px 0}ul.comments li div.comment form fieldset
ul.buttons{height:31px;overflow:hidden}ul.comments li div.comment form fieldset ul.buttons
li{height:31px}ul.comments li div.comment form fieldset ul.buttons li
input.submit{}ul.comments li div.comment form fieldset ul.buttons li
input.secondary{}ul.comments li div.comment form fieldset ul.buttons li
input.submitHover{}div#canalplus
ul.thumbs{margin:0;padding:0;height:auto}div#canalplus div.dropdown
ul.thumbs{padding-top:5px}div#canalplus ul.thumbs-sm-alt{}div#canalplus div.section div.cols div.col2x ul.thumbs-sm-alt,
div#canalplus div.section div.cols div.col3x ul.thumbs-sm-alt{margin-right: -20px}div#canalplus ul.thumbs-lg{}div#canalplus ul.thumbs-lg-alt{}div#canalplus ul.thumbs-lg-alt
.lbl{float:none;display:block;margin-bottom:5px}div#canalplus ul.thumbs-lg-alt
p{margin:0
!important}div#canalplus ul.thumbs-sm{}div#canalplus ul.thumbs-sm-alt{}div#canalplus ul.thumbs
li{position:relative;float:none;display:block;margin:0
0 8px 0;*margin-bottom:6px;padding:1px
0 0 154px;height:127px;cursor:pointer;border-bottom:1px solid #e6e6e6}div#canalplus ul.thumbs-lg
li{height:123px;margin-bottom:15px !important;*margin-bottom:12px !important}div#canalplus ul.thumbs-lg-live
li{border-bottom:1px solid #ccc}div#canalplus ul.thumbs
li{margin-bottom:12px;*margin-bottom:9px}div#canalplus ul.thumbs li:last-child{border-bottom:0 none}div#canalplus ul.thumbs
li.last{border-bottom:0 none}div#canalplus ul.thumbs li.last-alt{border-bottom:0 none;margin-bottom:0 !important}div#canalplus div.rightMea-Border ul.thumbs-lg
li.last{border-bottom:0 none;margin-bottom:0 !important}div#canalplus ul.thumbs-sport
li{position:relative;float:none;display:block;margin:0
0 8px 0;*margin-bottom:6px;padding:1px
0 0 125px;height:85px;cursor:pointer;border-bottom:1px solid #e6e6e6}div#canalplus ul.thumbs-reagir
li{cursor:default !important}div#canalplus ul.thumbs-sm-alt
li{background:url("../images/sitewide/bg-thumbs-sm-alt.png") no-repeat left top;padding:5px
5px 5px 100px;width:205px;height:65px;overflow:hidden;margin:0
0 15px 0;*margin-bottom:13px;border-bottom:0 none}div#canalplus ul.thumbs-live
li{background:url("../images/sitewide/bg-thumbs-sm-alt-live.png") no-repeat left top;padding:5px
5px 5px 100px;height:65px;overflow:hidden;margin:0
0 10px 0;*margin:0
0 8px 0;border-bottom:0 none;width:196px}div#canalplus div.section div.cols div.col2x ul.thumbs-sm-alt li,
div#canalplus div.section div.cols div.col3x ul.thumbs-sm-alt
li{display:inline;float:left;margin:0
20px 15px 0}div#canalplus div.section div.cols div.col2x ul.thumbs-sm-alt
li{*margin-right:10px}div#canalplus div.section div.cols div.col2x ul.thumbs-sm-alt
li.even{*margin-right:0 !important}div#canalplus div.section div.cols
div.col3x{*height:293px !important}div#canalplus ul.thumbs li
*{cursor:pointer}div#canalplus div.dropdown ul.thumbs
li{padding-top:0px;border-bottom:0 none;height:120px;margin:0}div#canalplus ul.thumbs-sm
li{padding-left:120px;height:92px;padding-top:6px;margin:0
0 6px 0;*margin-bottom:4px}div#canalplus ul.thumbs-sm-live
li{padding-left:120px;height:92px;padding-top:6px;margin-bottom:15px;border-bottom:1px solid #ccc}div#canalplus div.resultatsSection ul.thumbs-sm-alt-cinema
li{height:158px}div#canalplus div.dropdown ul.thumbs-sm
li{height:90px;margin-bottom:0;border-bottom:0 none;padding-top:0}div#canalplus ul.thumbs li
h4{font-weight:normal;color:#fff;margin-bottom:5px !important}div#canalplus ul.thumbs-sm-alt li
h4{margin-bottom:2px !important}div#canalplus ul.thumbs-sport li
h4{margin-bottom:0px !important}div#canalplus div.dropdown ul.thumbs li
h4{_margin-bottom:4px}div#canalplus ul.thumbs-sm-live li
h4{margin-bottom:0px !important}div#canalplus ul.thumbs li h4
a{color:#1a1a1a;font-weight:bold;background:none;display:inline;line-height:15px}div#canalplus div.dropdown ul.thumbs li h4
a{color:#fff;font-weight:normal}div#canalplus ul.thumbs li h4 a:hover,
div#canalplus ul.thumbs li:hover h4 a,
div#canalplus ul.thumbs li.hover h4
a{text-decoration:underline}div#canalplus ul.thumbs-reagir li:hover h4 a,
div#canalplus ul.thumbs-reagir li.hover h4
a{text-decoration:none}div#canalplus ul.thumbs-reagir li h4 a:hover,
div#canalplus ul.thumbs-reagir li h4.hover
a{text-decoration:underline !important}div#canalplus ul.thumbs li
p{margin:0
0 11px 0}div#canalplus ul.thumbs li
p.section{font-weight:normal;color:#808080;margin:0;font-style:italic}div#canalplus ul.thumbs-sm-alt li
p.section{position:absolute;bottom:8px;right:5px}div#canalplus ul.thumbs li p
a{color:#808080;background:none;line-height:15px}div#canalplus ul.thumbs li p a:hover{color:#808080;background:none;text-decoration:none}div#canalplus ul.thumbs li p.author
a{color:#1A1A1A}div#canalplus ul.thumbs li p.author a:hover,
div#canalplus ul.thumbs li p.crea
a{text-decoration:underline}div#canalplus ul.thumbs li
div.img{width:145px;height:109px;position:absolute;left:0;top:0;overflow:hidden}div#canalplus ul.thumbs-sm li
div.img{width:110px;height:83px}div#canalplus ul.thumbs-sport li
div.img{width:110px;height:73px}div#canalplus div.dropdown ul.thumbs-sm li
div.img{width:110px;height:80px}div#canalplus ul.thumbs-sm-alt li
div.img{top:0;width:94px;height:71px}div#canalplus ul.thumbs li div.img
a{margin:0;padding:0}div#canalplus ul.thumbs li div.img
img{display:block;width:145px;height:109px;margin:0;padding:0}div#canalplus ul.thumbs-sm li div.img
img{width:110px;height:83px}div#canalplus div.dropdown ul.thumbs-sm li div.img
img{width:110px;height:80px}div#canalplus ul.thumbs-sm-alt li div.img
img{width:94px;height:71px}div#canalplus ul.thumbs-sport li div.img
img{width:110px;height:73px}div#canalplus ul.thumbs li a.video,
div#canalplus ul.thumbs li
a.radio{position:absolute;top:79px;left:10px}div#canalplus ul.thumbs li
a.ecoutez{position:absolute;bottom:18px}div#canalplus ul.thumbs-sm-live li
a.ecoutez{position:relative;bottom:0px}div#canalplus ul.thumbs-lg-live li
a.ecoutez{position:relative;bottom:0px}div#canalplus ul.thumbs-sm li a.video,
div#canalplus ul.thumbs-sm li
a.radio{left:5px;top:59px}div#canalplus div.dropdown ul.thumbs-sm li a.video,
div#canalplus div.dropdown ul.thumbs-sm li
a.radio{left:5px;top:55px}div#canalplus ul.thumbs-sm-alt li a.video,
div#canalplus ul.thumbs-sm-alt li
a.radio{left:5px;top:44px}div#canalplus ul.thumbs-radio
li{padding-left:55px;height:53px;padding-top:0;margin:0
0 10px 0}div#canalplus ul.thumbs-sm-alt-cinema li
div.img{height:147px;width:110px}div#canalplus ul.thumbs-sm-alt-cinema li div.img
img{height:147px;width:110px}ul.thumbs-sm-2 li
p{margin:0
!important}ul.thumbs-sm-2 li
p.genre{font-style:italic;margin-bottom:10px !important}ul.thumbs-sm-2 li div.img
img{width:94px !important;height:71px !important}ul.schedule{padding:0px
0 0 0;margin:0;*z-index:0}ul.schedule-sm,ul.schedule-ch{margin:0;padding:0}ul.schedule-sport{border-bottom:1px solid #e6e6e6}ul.schedule
li{border-bottom:1px solid #e6e6e6;position:relative;height:42px;padding:15px
0 0 0;margin:0
0 12px 0}ul.schedule-sm
li{height:auto;margin:0
0 7px 0}ul.schedule-sm
li.hover{cursor:pointer}ul.schedule-simple
li{height:34px;overflow:hidden;margin:0;padding:0;position:relative;border-top:1px solid #e6e6e6;border-bottom:0 none}ul.schedule-simple li
a{height:34px !important;_height:17px !important}ul.schedule-ch
li{height:auto;padding:25px
95px 0 0 !important;margin:0
!important;border-top:1px solid #e6e6e6;border-bottom:0 none;_height:1px;_overflow:visible}ul.schedule-ch li.prochainRdv-first{height:auto;margin:0
!important;border-top:0 none;border-bottom:0 none;_height:1px;_overflow:visible}ul.schedule-ch-alt
li{padding:7px
95px 7px 2px !important;min-height:36px}ul.schedule-ch-alt li.last, ul.schedule-ch-alt li:last-child{border-bottom:1px solid #e6e6e6 !important}ul.schedule-ch-alt
p{position:static !important}ul.ulProchainRdv li.last, ul.ulProchainRdv li:last-child{border-bottom:0 none !important}ul.schedule-ch li:first-child{padding-top:27px}ul.schedule-ch
li.first{padding-top:27px}ul.schedule-ch
li.hover{cursor:pointer}ul.schedule li:last-child{border-bottom:0 none}ul.schedule
li.last{border-bottom:0}ul.schedule li
h3{margin-bottom:0}ul.schedule-sm li
h3{margin-bottom:7px}ul.schedule li h3
a{color:#1a1a1a}ul.schedule li h3 a:hover{}ul.schedule-sm li.hover h3
a{text-decoration:underline}ul.schedule li
h4{font-weight:normal}ul.schedule-ch li
h4{margin-bottom:9px}ul.schedule-ch-alt li
h4{margin-bottom:5px}ul.schedule-ch-alt li h4.prochainRdv-black{margin-bottom:5px;color:#1A1A1A}ul.schedule li h4
a{color:#808080}ul.schedule-ch li h4
a{color:#1a1a1a;font-weight:bold}ul.schedule li h4 a:hover{}ul.schedule li
h5{color:#1a1a1a;font-weight:bold;margin:0}ul.schedule li h5
a{color:#1a1a1a}ul.schedule li h5 a:hover{}ul.schedule li
h5.ch{position:absolute;right:0;top:16px}ul.schedule li
h6{color:#808080;font-weight:normal;margin:0}ul.schedule li h6
a{color:#808080}ul.schedule li h6 a:hover{}ul.schedule li
p{position:absolute;left:0;top:0;margin:0;color:#1a1a1a}ul.schedule-sm li
p{color:#808080}ul.schedule-ch li
p{color:#808080;top:10px}body.isSafari ul.schedule-ch li p
span.lbl{margin-top: -1px !important}ul.schedule li
p.func{position:static;display:block;height:11px;margin:6px
0 0 0;*margin:0;*padding:6px
0 0 0}ul.schedule li
ul{margin:0;padding:0;position:absolute;right:0;top:0}ul.schedule li ul
li{border-bottom:0;margin:0;padding:0
0 0 8px;display:inline;float:left;height:20px}ul.schedule li ul li:first-child{border-right:1px solid #e6e6e6;padding:0
8px 0 0}ul.schedule li ul
li.first{border-right:1px solid #e6e6e6;padding:0
8px 0 0}#canalplus ul.schedule li ul li a.icon-comment{margin-top:5px}#canalplus ul.schedule li ul li a.icon-sound{margin-top:5px}#canalplus ul.schedule li ul li a[class*="ch-sm-"]{margin-top:3px}#canalplus ul.schedule li ul li a.ch-sm{margin-top:3px}ul.schedule-simple li
a{background:#fff;display:block;padding:9px
5px 10px 5px;color:#1a1a1a;text-decoration:none}ul.schedule-simple li a:hover{background:#f7f7f7}ul.schedule-simple li
a.current{background:#f0f0f0}ul.schedule-simple li a
span{display:block;height:16px;overflow:hidden}ul.schedule-simple li a
span.date_time{color:#808080;float:left;width:38px;text-decoration:none}ul.schedule-simple li a
span.title{width:262px;_width:259px}ul.schedule-simple li a:hover
span.title{text-decoration:underline}ul.schedule-simple li a span
strong{font-weight:bold}ul.schedule-nolink{padding:0}ul.schedule-nolink
li{height:auto;margin:0
0 10px;padding:0
0 10px;overflow:hidden}ul.schedule-nolink li
h3{font-weight:normal;color:#1A1A1A}ul.schedule-nolink li
h4{margin:0}ul.schedule-live{margin:0
0 15px 0;padding:0}ul.schedule-live
li{overflow:hidden;margin:0;padding:0;position:relative;border-top:1px solid #ccc;background:#ededed}ul.schedule-live
li.first{border-top:none}ul.schedule-live
li.last{border-bottom:1px solid #ccc}ul.schedule-live li
a{background:#ededed}ul.schedule-live li a:hover{background:#e6e6e6}ul.schedule-live li a
span.title{width:250px}ul.schedule-live-sport{margin:0
0 15px 0;padding:0}ul.schedule-live-sport
li{overflow:hidden;margin:0;padding:0;position:relative;border-top:1px solid #ccc;background:#ededed}ul.schedule-live-sport
li.first{border-top:none}ul.schedule-live-sport
li.last{border-bottom:1px solid #ccc}ul.schedule-live-sport li
a{background:#ededed}ul.schedule-live-sport li a:hover{background:#e6e6e6}ul.schedule-live-sport li a
span.title{width:250px}ul.covers{width:324px;margin:0
-14px 10px 0;padding:0}ul.covers
li{display:inline;float:left;margin:0
14px 15px 0;padding:73px
10px 0 10px;width:74px;height:52px;position:relative;background:#1a1a1a;cursor:pointer}ul.covers li
p{margin:0;position:absolute;left:0;bottom:0;width:74px;padding:13px
10px 13px 10px;height:auto;height:99px;background:#1a1a1a;display:none}ul.covers li:hover
p{display:block}ul.covers li.hover
p{display:block}ul.covers li p
a{color:#fff}ul.covers li p a:hover{color:#fff;text-decoration:none}ul.covers li
div.img{position:absolute;left:0;top:0;width:94px;height:125px;overflow:hidden}ul.covers li:hover
div.img{}ul.covers li.hover
div.img{}ul.covers li div.img
a{}ul.covers li div.img
img{width:94px;height:125px}ul.sitevideos{width:324px;margin:0
-14px 0 0;padding:0;background:url("../images/sitewide/bg-1px-e6e6e6-310px.png") no-repeat 0 124px;overflow:auto}ul.sitevideos.no-separator{background:none}ul.sitevideos
li{display:inline;float:left;margin:0
14px 19px 0;padding:83px
0 0 0;width:94px;height:38px;_height:50px;position:relative;cursor:pointer}ul.sitevideos li
p{margin: -4px 0 0;_margin-top:-10px;font-weight:bold}ul.sitevideos li p
a{color:#1a1a1a}ul.sitevideos li p a:hover,
ul.sitevideos li:hover p a,
ul.sitevideos li.hover p
a{text-decoration:underline}ul.sitevideos li
div.img{position:absolute;left:0;top:0}ul.sitevideos li div.img
a{}ul.sitevideos li div.img
img{width:94px;height:71px}ul.sitevideos li
a.video{position:absolute;left:5px;top:43px}ul.sitevideos-live{width:300px;margin:0
-14px 0 0;padding:0;background:url("../images/sitewide/bg-1px-e6e6e6-310px.png") no-repeat 0 124px;overflow:auto}ul.sitevideos-live
li{display:inline;float:left;margin:0
13px 19px 0;padding:83px
0 0 0;width:90px;height:38px;_height:50px;position:relative;cursor:pointer}ul.paginator{margin:0;padding:0;height:24px}ul.paginator
li{display:inline;float:left;width:8px;height:24px;padding:0;margin:0
5px 0 0}ul.paginator-alt
li{margin:0
0 0 5px}ul.paginator li:last-child{margin-right:0}ul.paginator
li.last{margin-right:0}ul.paginator li
a{display:block;width:8px;height:24px;text-indent: -9999em;overflow:hidden;background:url("../images/sitewide/bg-paginator.gif") no-repeat 0 8px}ul.paginator li a:hover{background-position: -16px 8px}ul.paginator li.current a, ul.paginator li
a.current{background-position: -16px 8px}ul.paginator
li.prev{float:right;margin-left:10px;margin-right:0;width:24px}ul.paginator-alt
li.prev{float:left;margin:0}ul.paginator li.prev
a{width:24px;height:24px;background-position:0 -17px}ul.paginator li.prev a:hover{background-position:0 -41px}ul.paginator
li.next{float:right;margin-right:0;margin-left:5px;width:24px}ul.paginator-alt
li.next{float:left;margin:0
10px 0 5px}ul.paginator li.next
a{width:24px;height:24px;background-position:0 -65px}ul.paginator li.next a:hover{background-position:0 -89px}ul.paginator-live{margin:0;float:right}ul.paginator-live-alt{margin:0;float:right;clear:both}ul.paginator-table{height:20px;padding:14px
0 16px 0;border-top:1px solid #ccc;border-bottom:1px solid #ccc}ul.paginator-table{text-align:center}ul.paginator-table
li{display:inline-block;*display:inline;list-style-type:none;margin:0;padding:0}ul.paginator-table li
a{display:block;*display:inline-block;padding:3px
10px 2px 10px;border-right:1px solid #ccc;color:#808080}ul.paginator-table li:last-child
a{border-right:0 none}ul.paginator-table li.last
a{border-right:0 none}ul.paginator-table li a:hover{color:#1a1a1a}ul.paginator-table li.current
a{color:#1a1a1a}ul.paginator-table-alt li.current
a{color:#1a1a1a;font-weight:bold}ul.paginator-table
li.prev{display:inline;float:left;margin-right:0;margin-top: -1px;height:24px;overflow:hidden;_width:150px}ul.paginator-table-alt
li.prevHidden{display:inline;float:left;margin-right:0;margin-top: -1px;height:24px;overflow:hidden;width:135px;_width:150px}ul.paginator-table li.prev
a{display:block;background:url("../images/sitewide/bg-paginator.gif") no-repeat 0 -17px;padding-left:32px;padding-top:4px;height:19px;border:0
none;color:#1a1a1a}ul.paginator-table li.prev a:hover{background-position:0 -41px}ul.paginator-table
li.next{display:inline;float:right;margin-right:0;margin-top: -1px;height:24px;overflow:hidden;_width:150px;_text-align:right}ul.paginator-table-alt
li.nextHidden{display:inline;float:right;margin-right:0;margin-top: -1px;height:24px;overflow:hidden;width:122px;_width:150px;_text-align:right}ul.paginator-table li.next
a{display:block;background:url("../images/sitewide/bg-paginator.gif") no-repeat right -65px;padding-right:32px;padding-top:4px;height:19px;border:0
none;color:#1a1a1a}ul.paginator-table li.next a:hover{background-position:right -89px}ul.videos{margin:0
-20px 0 0;padding:0;overflow:auto}div.col
ul.videos{}ul.videos
li{display:inline;float:left;margin:0
20px 0 0;padding:112px
10px 6px 10px;width:125px;height:107px;position:relative;background:url("../images/sitewide/img_livetv.png") no-repeat -860px -425px;overflow:hidden;cursor:pointer}ul.videoLive
li{display:inline;float:left;margin:0
10px 0 0;padding:112px
10px 1px 10px;width:125px;height:82px;position:relative;background:url("../images/sitewide/bg-li-videos-live.png") no-repeat left top;overflow:hidden;cursor:pointer}ul.videos
li.blank{background:none}ul.videos-slider
li{background-position: -860px -225px;height:82px;cursor:default}ul.videos-slider
li.pointer{cursor:pointer}ul.videos-slider
li.hover{background-position: -860px -425px;padding-top:8px;height:186px}ul.videos li
h3{color:#1a1a1a;font-weight:bold;margin:0}ul.videoLive li
h3{color:#1a1a1a;font-weight:bold;padding-top:7px}ul.videos li
h3.survol{display:none}ul.videos li.hover
h3.normal{display:none}ul.videos li.hover
h3.survol{display:block}ul.videos li h3
a{color:#1a1a1a}ul.videos li.hover h3
a{text-decoration:underline}ul.videos li h3 a:hover{}ul.videos-slider li.pointer h3
a{text-decoration:underline}ul.videos-slider li.hover h3,
ul.videos-slider li.hover h3
a{color:#fff;text-decoration:none}ul.videos li
h4{font-weight:normal}ul.videos-slider li
h4{margin:0;padding:0;position:absolute;left:10px;bottom:5px;font-size:11px}ul.videos li h4
a{color:#b3b3b3}ul.videos li h4 a:hover{color:#b3b3b3}ul.videos-slider li.hover h4,
ul.videos-slider li.hover h4
a{color:#fff}ul.videos li
h5{font-weight:normal}ul.videos li
h5.survol{display:none}ul.videos li.hover
h5.normal{display:none}ul.videos li.hover
h5.survol{display:block}ul.videos li h5
a{}ul.videos li h5 a:hover{}ul.videos li
p{}ul.videos-slider li
p{display:none}ul.videos-slider li.hover
p{display:block}ul.videos li p
a{}ul.videos li p a:hover{}ul.videos li
p.voir{margin:0;position:absolute;left:10px;bottom:12px}ul.videos li p.voir
a{color:#1a1a1a}ul.videos li p.voir a:hover{}ul.videos-slider li
p.info{margin:0;position:absolute;right:0;bottom:0;width:26px;height:25px;display:block}ul.videos-slider li p.info
a{display:block;text-indent: -9999em;width:26px;height:25px}ul.videos-slider li p.info a:hover{}ul.videos li
div.img{position:absolute;left:0;top:0}ul.videos-slider li.hover
div.img{display:none}ul.videos li div.img
a{}ul.videos li div.img
img{width:145px;height:109px}ul.videos li
a.video{position:absolute;left:10px;top:76px}ul.videos-slider li.hover
a.video{display:none !important}#canalplus ul.videos li
span.lbl{position:absolute;right:0;top:5px}#canalplus ul.videos-slider li.hover
span.lbl{display:none !important}#canalplus ul.sitevideos li
span.lbl{position:absolute;right:0;top:5px}ul.tabs{height:27px;background:url("../images/sitewide/bg-1px-bfbfbf.png") repeat-x left bottom;margin:0
0 18px 0}ul.tabs
li{display:inline;float:right;margin:0
1px 0 0}ul.tabs li
a{display:inline-block;border:0
none;text-decoration:none !important;padding:0
10px 0 0;background:#fff url("../images/sitewide/bg-tabs.png") no-repeat right -54px;color:#fff;text-align:center;font-size:12px;width:auto;height:27px;cursor:pointer}ul.tabs li a:hover{background-position:right -27px}ul.tabs li.current
a{background-position:right 0px;color:#1a1a1a}ul.tabs li a
span{display:block;_display:inline-block;background:#fff url("../images/sitewide/bg-tabs.png") no-repeat left -54px;padding:6px
0 0 10px;height:21px;cursor:pointer}ul.tabs li a:hover
span{background-position:left -27px}ul.tabs li.current a
span{background-position:left 0px}#lb-detailprogram ul.tabs
li{margin:0
0 0 1px}#lb-detailprogram ul.tabs li
a{background:#fff url("../images/sitewide/bg-tabs2.png") no-repeat right -54px}#lb-detailprogram ul.tabs li.tab-4
a{background:#fff url("../images/ead/bg-tabs-rec.png") no-repeat right -54px}#lb-detailprogram ul.tabs li a:hover{background-position:right -27px}#lb-detailprogram ul.tabs li.current
a{background-position:right 0px;color:#1a1a1a;cursor:auto}#lb-detailprogram ul.tabs li[class="tab-4 current"] a{background-position:right 0px;color:#d70022}#lb-detailprogram ul.tabs li a
span{background:#fff url("../images/sitewide/bg-tabs2.png") no-repeat left -54px;padding:7px
0 0 10px;height:20px}#lb-detailprogram ul.tabs li.tab-4 a
span{background:#fff url("../images/ead/bg-tabs-rec.png") no-repeat left -54px;padding:7px
0 0 10px;height:20px}#lb-detailprogram ul.tabs li a:hover
span{background-position:left -27px}#lb-detailprogram ul.tabs li.current a
span{background-position:left 0px;cursor:auto}div.videov3-content-tab
ul.tabs{width:640px;margin:0px
0px 12px  0px;*margin:0px
0px 12px 0px;height:36px;overflow:hidden}div.videoLive-content-tab
ul.tabs{width:640px;margin:0px
0px 20px  0px;*margin:0px
0px 20px 0px;height:36px;overflow:hidden}div.videov3-content-tab ul.tabs
li{margin:0
0 0 6px;overflow:hidden}div.videoLive-content-tab ul.tabs
li{margin:0
5px 0 0px;overflow:hidden;float:left;height:36px}div.videov3-content-tab ul.tabs li
a{background:#fff url("../images/sitewide/bg-tabs3.png") no-repeat right -72px;height:36px;overflow:hidden}div.videov3-content-tab ul.tabs li a
h3{display:none}div.videov3-content-tab ul.tabs li a:hover{background-position:right -36px}div.videov3-content-tab ul.tabs li.current
a{background-position:right 0px;color:#1a1a1a}div.videov3-content-tab ul.tabs li a
span{background:#fff url("../images/sitewide/bg-tabs3.png") no-repeat left -72px;padding:11px
0 0 10px;height:25px;text-transform:uppercase;overflow:hidden}div.videov3-content-tab ul.tabs li a:hover
span{background-position:left -36px}div.videov3-content-tab ul.tabs li.current a
span{background-position:left 0px}div.videov3-content-tab ul.type-video{height:26px;margin:0;width:640px;overflow:hidden}div.videoLive-content-tab ul.type-video{height:26px;margin-bottom:20px;width:640px;overflow:hidden}div.videov3-content-tab ul.type-video
li{display:inline;float:left;line-height:15px;padding-left:15px;padding-right:5px;height:25px;overflow:hidden}div.videoLive-content-tab ul.type-video
li{display:inline;float:left;line-height:15px;padding-left:0px;padding-right:10px;height:25px;overflow:hidden}div.videov3-content-tab ul.type-video li
a.case{background-image:url('../images/sitewide/bg-case-vide.png');background-repeat:no-repeat;padding-left:20px;background-position:3px}div.videov3-content-tab ul.type-video li a.case-cochee{background-image:url('../images/sitewide/bg-case-cochee.png');background-repeat:no-repeat;padding-left:20px;background-position:3px}div#rightSection ul.buttons
li{float:left;display:inline;margin:0
10px 0 0}div.push-content-Tab
ul.tabs{width:620px;margin:0;height:25px;overflow:hidden;background:url("../images/sitewide/bg-1px-bfbfbf.png") repeat-x scroll left bottom transparent}div.push-content-Tab ul.tabs
li{margin:0
1px 0 0;overflow:hidden;height:25px;float:left}div.push-content-Tab ul.tabs li
a{background:#fff url("../images/sitewide/bg-tabs3.png") no-repeat left -72px;height:25px;overflow:hidden}div.push-content-Tab ul.tabs li a
span{background:#fff url("../images/sitewide/bg-tabs3.png") no-repeat left -72px;padding:6px
0 0 10px;height:20px;overflow:hidden}div.push-content-Tab ul.tabs li.current
a{background-position:right 0px;color:#1a1a1a}div.push-content-Tab ul.tabs li.current a
span{background-position:left 0px}div.push-content-Tab ul.tabs li a:hover{background-position:right -36px}div.push-content-Tab ul.tabs li a:hover
span{background-position:left -36px}div.push-content-Tab div.push-content-sondage ul.buttons
li{margin-right:10px;float:left}div.push-content-Tab ul.tabs li a
h3{display:none}ul.simpleVideoListing{border-top:1px solid #e6e6e6;margin:0
0 5px 0;padding:0}ul.simpleVideoListing
li{overflow:hidden;margin:0;padding:0;position:relative;border-bottom:1px solid #e6e6e6;background:#fff}ul.simpleVideoListing li:last-child{border-bottom:0 none}ul.simpleVideoListing
li.last{border-bottom:0 none}ul.simpleVideoListing li
a{background:#fff;display:block;padding:8px
5px 8px 5px;color:#1a1a1a;text-decoration:none;*font-weight:normal;_font-weight:normal;font-weight:normal}ul.simpleVideoListing-bold li
a{font-weight:bold}ul.simpleVideoListing li a:hover, ul.w-video-small li
a.hover{background:#f7f7f7;text-decoration:none}ul.simpleVideoListing li a:hover span, ul.w-video-small li a.hover
span{text-decoration:underline}ul.simpleVideoListing li a
em{font-style:italic;color:#808080}ul.simpleVideoListing li a.video-small{position:absolute;top:10px;right:5px}ul.simpleVideoListing li
a.telechargement{position:absolute;top:10px;right:5px}ul.simpleVideoListing li
a.topVideo{background:#fff;display:block;padding:8px
5px 8px 5px;color:#1a1a1a;text-decoration:none;*font-weight:normal;_font-weight:normal;font-weight:normal;width:290px}ul.simpleVideoListingGrey{border-top:1px solid #ccc;margin:0
0 15px 0;padding:0}ul.simpleVideoListingGrey
li{overflow:hidden;margin:0;padding:0;position:relative;border-bottom:1px solid #ccc;background:#ededed;height:auto}ul.simpleVideoListingGrey
li.hover{background:#e6e6e6 !important;text-decoration:none;height:auto;border-top:none}ul.simpleVideoListingGrey li:last-child{border-bottom:0 none}ul.simpleVideoListingGrey
li.last{border-bottom:1px solid #ccc}ul.simpleVideoListingGrey li
a{background:#ededed;display:block;padding:10px
5px 10px 5px;color:#1a1a1a;text-decoration:none;font-weight:normal;height:auto}ul.simpleVideoListingGrey li a:hover{background:#e6e6e6 !important;text-decoration:none;height:auto}ul.simpleVideoListing-bold li
a{font-weight:bold}ul.w-video-small li
a.hover{background:#f7f7f7;text-decoration:none;height:auto}ul.simpleVideoListingGrey li
a.hover{background:#e6e6e6 !important;text-decoration:none;height:auto}ul.w-video-small li a.hover
span{text-decoration:underline}ul.simpleVideoListingGrey li a
em{font-style:italic;color:#808080}ul.simpleVideoListingGrey li a.video-small{position:absolute;top:10px;right:5px}ul.simpleVideoListingGrey li
a.telechargement{position:absolute;top:10px;right:5px}ul.simpleVideoListingGrey li
a.topVideo{background:#fff;display:block;padding:8px
5px 8px 5px;color:#1a1a1a;text-decoration:none;font-weight:normal;width:290px}.rightMea-noBorder-live{background-color:#FFF;border-left:solid 1px #ccc;border-right:solid 1px #ccc;padding-top:10px;padding-left:15px;padding-right:15px;height:auto}.rightMea-noBorder-live-black{background-color:#1a1a1a}.txtSondageVitrine{color:#1a1a1a;font-weight:normal;padding-top:15px;padding-left:3px}div.rightMea-noBorder-live
div.btnSondage{background-color:#FFF}div.rightMea-noBorder-live div.btnSondage ul.buttons li
a{margin-left:0px}.formVitrineLive{}a.btn-black{background:url("../images/sitewide/bg-btn.png") no-repeat scroll right 0px #000;border:0
none;color:#808080;cursor:pointer;display:inline-block;font-size:12px;height:23px;padding:0
10px 0 0;text-align:center;text-decoration:none !important;width:auto}.btn-black
span{background:url("../images/sitewide/bg-btn.png") no-repeat scroll left 0px #000;cursor:pointer;display:block;height:19px;padding:5px
0 0 10px}a.btn-black:hover{background:url("../images/sitewide/bg-btn.png") no-repeat scroll right -24px #000}a.btn-black:hover
span{background:url("../images/sitewide/bg-btn.png") no-repeat scroll left -24px #000}a.BlockVitrineLive-btn-sidentifier:hover{background:url("../images/sitewide/btn-live-tv-premium_sidentifier.png") no-repeat scroll 0 -35px transparent;cursor:pointer;color:#FFF}a.BlockVitrineLive-btn-decouvrir:hover{background:url("../images/sitewide/btn-live-tv-premium_decouvrir.png") no-repeat scroll 0 -35px transparent;cursor:pointer;color:#FFF}a.BlockVitrineLive-btn-sidentifier{background:url("../images/sitewide/btn-live-tv-premium_sidentifier.png") no-repeat scroll 0 0 transparent;width:272px;height:35px;display:block;margin-left:12px}a.BlockVitrineLive-btn-decouvrir{background:url("../images/sitewide/btn-live-tv-premium_decouvrir.png") no-repeat scroll 0 0 transparent;width:272px;height:35px;display:block;margin-left:12px}div.topBlockVitrineLive{background-image:url("../images/sitewide/bg-top-block-vitrine-live.png");background-repeat:no-repeat;background-color:#FFF;height:3px}div.bottomBlockVitrineLive{background-image:url("../images/sitewide/bg-bottom-block-vitrine-live.png");background-repeat:no-repeat;background-color:#FFF;clear:both}div.topBlockVitrineLiveBlack{background-image:url("../images/sitewide/bg-top-block-vitrine-live-black.png");background-repeat:no-repeat;background-color:#1a1a1a}div.bottomBlockVitrineLiveBlack{background-image:url("../images/sitewide/bg-bottom-block-vitrine-live-black.png");background-repeat:no-repeat;clear:both;height:8px}ul.simpleSondageListing{border-top:1px solid #e6e6e6;margin:22px
0 5px 0;padding:0;padding-right:3px}ul.simpleSondageListing
li{overflow:hidden;margin:0;padding:0;position:relative;border-bottom:1px solid #e6e6e6;background:#fff}ul.simpleSondageListing li:last-child{border-bottom:0 none}ul.simpleSondageListing
li.last{}ul.simpleSondageListing li
a{background:#fff;display:block;padding:8px
5px 8px 5px;color:#1a1a1a;text-decoration:none;*font-weight:normal;_font-weight:normal;font-weight:normal;color:#737373}ul.simpleSondageListing-bold li
a{font-weight:bold}ul.simpleSondageListing li a:hover{background:#f7f7f7;text-decoration:none}ul.simpleSondageListing li
span.right{float:right}ul.simpleSondageListing li
span.resultRight{text-align:right;font-weight:bold;float:left;border-bottom:solid 1px #ccc;padding-top:1px;color:#1a1a1a}ul.simpleSondageListing li
span.resultRight2{text-align:right;font-weight:bold;float:left;padding-top:1px;color:#1a1a1a}ul.simpleSondageListingResult{border:none;margin:22px
0 5px 0;padding:0;padding-right:3px}ul.simpleSondageListingResult
li{border:none;height:30px;width:590px}ul.simpleSondageListingResult li
a{background:#fff;display:block;padding:11px
2px 11px 2px;color:#737373;text-decoration:none;*font-weight:normal;_font-weight:normal;font-weight:normal}ul.simpleSondageListingResult li a:hover{text-decoration:none;background:none}ul.simpleSondageListingResult
li.first{border-top:solid 1px #ccc}ul.simpleSondageListingResult
li.last{border-bottom:none}ul.icon-list{margin:0;padding:0}ul.icon-list
li{padding:0px
0px 14px 50px;margin:0px
0px 10px 0px;border-bottom:1px solid #ccc;position:relative;height:40px}ul.icon-list
li.hover{cursor:pointer}ul.icon-list li:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}ul.icon-list
li.last{border-bottom:0;margin-bottom:0;padding-bottom:0}ul.icon-list li
h4{font-weight:bold;color:#1a1a1a;margin:0}ul.icon-list li h4
a{color:#1a1a1a}ul.icon-list li h4 a:hover,
ul.icon-list li.hover h4
a{text-decoration:underline}ul.icon-list li
p{color:#808080}ul.icon-list li p
a{color:#808080}ul.icon-list li p a:hover{text-decoration:none;color:#808080}ul.icon-list li
.icon{position:absolute;left:0;top:2px}ul.icon-list-participer{margin-top:10px;margin-left:5px;padding:0}ul.icon-list-participer
li{padding:0px
0px 14px 50px;margin:0px
20px 10px 0px;border-bottom:1px solid #ccc;position:relative;height:40px;width:220px;float:left}ul.features{}ul.features
li{display:inline;float:left;width:200px;height:35px;margin:0
20px 0 0;padding:158px
0 0 0;position:relative}ul.features li
h4{color:#1a1a1a;margin:0
0 1px 0;background-color:#FFF}ul.features li h4
a{color:#1a1a1a}ul.features li h4 a:hover{}ul.features li
p{color:#808080;margin:0;background-color:#FFF}ul.features li p
a{color:#808080}ul.features li p a:hover{}ul.features li
div.img{position:absolute;left:0;top:0}ul.features li div.img
a{}ul.features li div.img
img{}ul.features li
div.img.mask{background-color:#000;color:#fff;display:none;opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);text-align:center;width:145px;height:62px;padding-top:47px}ul.features.features-alt-videov3-3x3 li
div.img.mask{width:200px;height:83px;padding-top:67px}ul.features li.current
div.img.mask{display:block}ul.features-alt{}ul.features-alt
li{width:200px !important;height:75px !important;margin:0
20px 0 0 !important;padding:158px
0 0 0 !important;overflow:hidden}ul.features-alt li.hover h4
a{text-decoration:underline}ul.features-alt-videov3-2x4{width:640px;height:auto}ul.features-alt-videov3-2x4
li{width:155px !important;height:109px !important;margin:0
!important;padding:0px
20px 40px 153px !important;*padding:0px
20px 25px 153px !important;overflow:hidden}ul.features-alt-videov3-2x4
li.last{width:155px !important;height:109px !important;margin:0
!important;padding:0px
0px 40px 153px !important;*padding:0px
0px 25px 153px !important;overflow:hidden}ul.features-alt-videov3-2x4 li h4
a{color:#1a1a1a}ul.features-alt-videov3-2x4 li
p{_width:140px;_height:80px;overflow:hidden}ul.features-alt-videov3-2x4 li p
a{overflow:hidden}ul.features-alt-videov3-2x4 li h4
a.redTitle{color:#D70022 !important}ul.features-alt-videov3-2x4 li.hover h4
a{text-decoration:underline}ul.features-alt-videov3-2x4 li
a.video{position:absolute;left:10px;top:80px}ul.features-alt-videov3-2x4
li.redMea{width:155px !important;height:109px !important;margin:0
!important;padding:0px
15px 40px 153px !important;*padding:0px
15px 25px 153px !important;overflow:hidden;background-image:url('../images/sitewide/bg-mea-video-right.png');background-repeat:no-repeat}ul.features-alt-videov3-2x4
li.redMea.last{width:155px !important;height:109px !important;margin:0
!important;padding:0px
7px 40px 153px !important;*padding:0px
7px 25px 153px !important;overflow:hidden;background-image:url('../images/sitewide/bg-mea-video-right.png');background-repeat:no-repeat}ul.features-alt-videov3-2x4 li.redMea h4, ul.features-alt-videov3-2x4 li.redMea
p{background-color:#d70022}ul.features-alt-videov3-2x4 li.redMea h4 a, ul.features-alt-videov3-2x4 li.redMea p
a{color:#fff}ul.features-alt-videov3-3x3{width:640px;height:auto}ul.features-alt-videov3-3x3
li{width:200px !important;height:250px !important;margin:0
!important;padding:0
!important;overflow:hidden}ul.features-alt-videov3-3x3
li{margin:0px
20px 0px 0px !important}ul.features-alt-videov3-3x3
li.last{margin:0px
0px 0px 0px !important}ul.features-alt-videov3-3x3 li
h4{color:#1a1a1a;margin:160px
0 0 1px !important;background-color:#FFF}ul.features-alt-videov3-3x3 li h4
a{color:#1a1a1a}ul.features-alt-videov3-3x3 li h4
a.redTitle{color:#D70022 !important}ul.features-alt-videov3-3x3 li.hover h4
a{text-decoration:underline}ul.features-alt-videov3-3x3 li
a.video{position:absolute;left:10px;top:120px}ul.features-alt-videov3-3x3
li.redMea{width:200px !important;height:250px !important;margin:0
20px 0 0 !important;padding:0
!important;overflow:hidden;background-image:url('../images/sitewide/bg-mea-video-bottom-large.png');background-repeat:no-repeat}ul.features-alt-videov3-3x3
li.redMea.last{margin:0
!important}ul.features-alt-videov3-3x3 li.redMea h4, ul.features-alt-videov3-3x3 li.redMea
p{background-color:#d70022}ul.features-alt-videov3-3x3 li.redMea h4 a, ul.features-alt-videov3-3x3 li.redMea p
a{color:#fff}ul.features-alt-videov3-4x3{width:640px}ul.features-alt-videov3-4x3
li{width:145px !important;height:187px !important;*height:173px !important;margin:0
!important;padding:0
!important;overflow:hidden}ul.features-alt-videov3-4x3
li{margin:0px
20px 0px 0px !important}ul.features-alt-videov3-4x3
li.last{margin:0px
0px 0px 0px !important}ul.features-alt-videov3-4x3 li
h4{color:#1a1a1a;margin:115px
0 0 1px !important;background-color:#FFF}ul.features-alt-videov3-4x3 li h4
a{color:#1a1a1a}ul.features-alt-videov3-4x3 li h4
a.redTitle{color:#D70022 !important}ul.features-alt-videov3-4x3 li.hover h4
a{text-decoration:underline}ul.features-alt-videov3-4x3 li
a.video{position:absolute;left:10px;top:80px}ul.features-alt-videov3-4x3
li.redMea{width:145px !important;height:187px !important;*height:173px !important;margin:0
20px 0 0 !important;padding:0
!important;overflow:hidden;background-image:url('../images/sitewide/bg-mea-video-bottom.png');background-repeat:no-repeat}ul.features-alt-videov3-4x3
li.redMea.last{margin:0
!important}ul.features-alt-videov3-4x3 li.redMea h4, ul.features-alt-videov3-4x3 li.redMea
p{background-color:#d70022}ul.features-alt-videov3-4x3 li.redMea h4 a, ul.features-alt-videov3-4x3 li.redMea p
a{color:#fff}div.section div.cols div.col div.col2x-videos-slider-container ul.col2x-videos-slider li
ul.features{margin:0
!important}div.section div.cols div.col div.col2x-videos-slider-container ul.col2x-videos-slider li ul.features
li{height:124px !important;margin:0
12px 15px 0 !important;overflow:hidden;padding:0
0 0 153px !important;width:165px !important}div.section div.cols div.col div.col2x-videos-slider-container ul.col2x-videos-slider li ul.features li
p{color:#808080;margin:0;background-color:#FFF;width:150px}div.section div.cols div.col div.col2x-videos-slider-container ul.col2x-videos-slider li ul.features li.first, div.section div.cols div.col2x-videos-slider-container ul.col2x-videos-slider li ul.features
li.even{border-bottom:none}div.section div.cols div.col2x-videos-slider-container ul.col2x-videos-slider li ul.features
li.last{border-bottom:none}div.section div.cols div.col2x div.col2x-videos-slider-container ul.col2x-videos-slider li ul.features li
a.video{position:absolute;left:5px;top:82px}div#canalplus div.onecol ul.features li h4 a:hover,
div#canalplus ul.features li:hover h4 a,
div#canalplus ul.features li.hover h4
a{text-decoration:underline}div.section div.cols div.col2x ul.col-sommaire-slider li ul.features-alt
li{width:310px !important;height:260px !important;margin:0
20px 0 0 !important;padding-top:0px !important;overflow:hidden !important}div#mainSection div#livePush div.content_emission_push ul.content-emission-push-slider-2x2 li.live-emission-2x2
ul.features{margin:0
!important}div#mainSection div#livePush div.content_emission_push ul.content-emission-push-slider-2x2 li.live-emission-2x2 ul.features
li{height:124px !important;margin:0
5px 15px 0 !important;overflow:hidden;padding:0
0 0 153px !important;width:140px !important}div#mainSection div#livePush div.content_emission_push ul.content-emission-push-slider-2x2 li.live-emission-2x2 ul.features li
p{color:#808080;margin:0;background-color:#FFF;width:140px}div#mainSection div#livePush div.content_emission_push ul.content-emission-push-slider-2x2 li.live-emission-2x2 ul.features li.first, div#mainSection div#livePush div.content_emission_push ul.content-emission-push-slider-2x2 li ul.features
li.even{border-bottom:none}div#mainSection div#livePush div.content_emission_push ul.content-emission-push-slider-2x2 li.live-emission-2x2 ul.features
li.last{border-bottom:none}div#mainSection div#livePush div.content_emission_push_1x5 ul.content-emission-push-slider-1x5 li.live-emission-1x5
ul.features{margin:0
!important}div#mainSection div#livePush div.content_emission_push_1x5 ul.content-emission-push-slider-1x5 li.live-emission-1x5 ul.features
li{height:130px !important;margin:0
0px 15px 0 !important;overflow:hidden;padding:0
0 0 10px !important;width:110px !important}div#mainSection div#livePush div.content_emission_push_1x5 ul.content-emission-push-slider-1x5 li.live-emission-1x5 ul.features li
p{color:#808080;margin:0;background-color:#FFF;width:110px}div#mainSection div#livePush div.content_emission_push_1x5 ul.content-emission-push-slider-1x5 li.live-emission-1x5 ul.features li
h4{background-color:#FFF;color:#1A1A1A;margin:95px
0 0 1px !important}div#mainSection div#livePush div.content_emission_push_1x5 ul.content-emission-push-slider-1x5 li.live-emission-1x5 ul.features li.first, div#mainSection div#livePush div.content_emission_push ul.content-emission-push-slider-1x5 li ul.features
li.even{border-bottom:none}div#mainSection div#livePush div.content_emission_push_1x5 ul.content-emission-push-slider-1x5 li.live-emission-1x5 ul.features
li.last{border-bottom:none}div#mainSection div#livePush div.content_emission_push_1x4 ul.content-emission-push-slider-1x4 li.live-emission-1x4
ul.features{margin:0
!important}div#mainSection div#livePush div.content_emission_push_1x4 ul.content-emission-push-slider-1x4 li.live-emission-1x4 ul.features
li{height:155px !important;margin:0
0px 15px 0 !important;overflow:hidden;padding:0
0 0 10px !important;width:135px !important}div#mainSection div#livePush div.content_emission_push_1x4 ul.content-emission-push-slider-1x4 li.live-emission-1x4 ul.features li
p{color:#808080;margin:0;background-color:#FFF;width:110px}div#mainSection div#livePush div.content_emission_push_1x4 ul.content-emission-push-slider-1x4 li.live-emission-1x4 ul.features li
h4{background-color:#FFF;color:#1A1A1A;margin:105px
0 0 1px !important}div#mainSection div#livePush div.content_emission_push_1x4 ul.content-emission-push-slider-1x4 li.live-emission-1x4 ul.features li.first, div#mainSection div#livePush div.content_emission_push ul.content-emission-push-slider-1x4 li ul.features
li.even{border-bottom:none}div#mainSection div#livePush div.content_emission_push_1x4 ul.content-emission-push-slider-1x4 li.live-emission-1x4 ul.features
li.last{border-bottom:none}ul.features-slider{float:none}ul.features-slider
li{float:none;position:absolute}ul.features-slider
li.first{display:block !important}ul.features-slider
li{display:none}dl.sommaire{}dl.sommaire
dt{color:#1A1A1A;font-weight:bold}dl.sommaire
dd{clear:left}dl.sommaire dd
p{margin:0}dl.sommaire dd p
a{color:#1A1A1A}dl.invites{}dl.invites
dt{color:#1A1A1A;font-weight:normal;float:left;width:330px}dl.invites
dd{border-bottom:1px solid #e6e6e6;padding:0
0 11px 330px}dl.invites
dd.last{border-bottom:none}div#mainSection div.videov3-content-tab div.col2x-videos-2x4  ul.ulcol2x-videos-2x4{width:640px;float:left;padding:0;height:auto;_overflow:hidden}div#mainSection div.videov3-content-tab div.col2x-videos-2x4  ul.ulcol2x-videos-2x4
li{float:left;width:640px;height:auto;_overflow:hidden}div#mainSection div.videov3-content-tab div.col2x-videos-3x3  ul.ulcol2x-videos-3x3{width:640px;float:left;padding:0;height:auto}div#mainSection div.videov3-content-tab div.col2x-videos-3x3  ul.ulcol2x-videos-3x3
li{float:left;width:640px;height:auto}div#mainSection div.videov3-content-tab div.col2x-videos-4x3  ul.ulcol2x-videos-4x3{width:640px;float:left;padding:0;height:auto}div#mainSection div.videov3-content-tab div.col2x-videos-4x3  ul.ulcol2x-videos-4x3
li{float:left;width:640px;height:auto}div#mainSection div.videov3-content-tab div ul.single-list{margin-top:20px !important}div#mainSection div.videov3-content-tab div
ul.ulHeight2{height:735px!important}div#mainSection div.videov3-content-tab div
ul.ulHeight3{height:735px!important}div#mainSection div.videov3-content-tab div
ul.ulHeight4{height:735px!important;*height:740px!important}p.form-note{display:inline;float:right;width:265px;margin: -27px 0 46px 0}p.form-note
strong{color:#1a1a1a}fieldset
fieldset{margin:0;padding:0}fieldset.inputs{width:600px;margin:0;padding:23px
0 0 0;border-top:1px solid #ccc;clear:both}fieldset.inputs
ol{width:670px;margin:0
-70px 0 0;padding:0
0 11px 0;height:1%}fieldset.inputs
ol.checkboxlist{padding-top:12px}fieldset.inputs ol:after{content:".";display:block;height:0;clear:both;visibility:hidden}fieldset.inputs
li{width:265px;min-height:75px;_height:75px;overflow:visible}fieldset.inputs li
label{font-weight:bold;color:#1a1a1a}fieldset.inputs li
label.error{color:#d70022}fieldset.inputs li
p{font-size:11px;margin:9px
0 9px 0}fieldset.inputs li p
a{color:#999;text-decoration:underline}fieldset.inputs li p a:hover{color:#1a1a1a}fieldset.inputs li input[type=text], fieldset.inputs li input[type=password]{width:249px}fieldset.inputs li input.text, fieldset.inputs li
input.password{width:249px}fieldset.inputs
li.floatLeft{display:inline;float:left;clear:none;margin-right:70px}fieldset.inputs li.radiolist
legend{display:block;margin:0;padding:0
0 15px 0;text-indent:10px;font-weight:bold;color:#1a1a1a}fieldset.inputs li.radiolist
legend.error{color:#d70022}fieldset.inputs li.radiolist legend
span{position:relative;left: -10px;*left: -16px}fieldset.inputs li.radiolist
ol{width:265px;padding:0}fieldset.inputs li.radiolist ol
li{display:inline;float:left;margin:0
20px 0 0;width:auto;height:auto;min-height:1px}fieldset.inputs li.radiolist ol li:last-child{margin-right:0}fieldset.inputs li.radiolist ol
li.last{margin-right:0}fieldset.inputs li.radiolist ol li
label{color:#999;font-weight:normal;font-size:14px}fieldset.inputs
li.checkbox{clear:left;float:none;width:auto;min-height:25px;height:25px}fieldset.inputs li.checkbox
label{color:#999;font-weight:normal}fieldset.inputs li.checkbox
label.error{color:#d70022}fieldset.inputs li.checkbox label
a{text-decoration:underline}fieldset.inputs li.checkbox label.error
a{color:#d70022}fieldset.inputs
li.code{width:600px;height:96px;position:relative}fieldset.inputs li.code
label{padding-bottom:37px}fieldset.inputs li.code
p{margin:8px
0 0 0}fieldset.inputs li.code p
a{color:#999;text-decoration:underline}fieldset.inputs li.code p a:hover{color:#1a1a1a}fieldset.inputs li.code
div.img{position:absolute;right:0;top:2px;background:#e5e5e5;width:170px;height:27px;padding:26px
47px 27px 48px}fieldset.inputs li.code div.img
input#userdigit{position:absolute;left: -335px}fieldset.buttons{position:relative;height:63px;margin:25px
0 0 0}fieldset.buttons
ul{display:inline;float:right;margin:0;padding:0}fieldset.buttons ul
li{display:inline;float:left;margin:0
0 0 10px;padding:0}fieldset.buttons
p.required{position:absolute;left:0;top:4px;margin:0;color:#1a1a1a}fieldset{margin:0;padding:0;border:0
none;position:relative;font-size:12px;line-height:15px}fieldset
legend{display:none}fieldset
ol{list-style-type:none;margin:0;padding:0;font-size:10px}fieldset ol
li{margin:0;padding:0;font-size:12px;line-height:15px}fieldset ol li
p{font-size:1em}fieldset ol li
small{display:block;padding:3px
0 0 5px}fieldset
label{display:block;text-indent: -10px;margin:0;padding:0
0 7px 10px;_padding-top:2px}fieldset
em{background:url("../images/sitewide/icon-required.png") no-repeat left top;display:inline-block;width:7px;height:7px;margin:0;font-size:1px;color:#fff;position:relative;top: -6px;*top: -10px;overflow:hidden}fieldset input[type=text], fieldset input[type=password]{display:block;font-family:Arial,Helvetica,sans-serif;margin:0;font-size:14px;color:#999;background:#fff !important}fieldset input.text, fieldset
input.password{display:block;font-family:Arial,Helvetica,sans-serif;padding:4px
5px;margin:0;font-size:14px;color:#999;background:#fff !important;border-bottom:1px solid #DADADA;border-right:1px solid #DADADA}fieldset input[type=submit]{cursor:pointer;width:75px !important;height:23px !important;border:0
none;text-decoration:none;padding:0
0 2px 0;*padding-bottom:0px;text-align:center;font-size:12px;background:url("../images/sitewide/bg-btn-submit.png") no-repeat 0 0;color:#fff;font-family:Arial,Helvetica,sans-serif;overflow:hidden}fieldset
input.submit{cursor:pointer;width:75px !important;height:23px !important;border:0
none;text-decoration:none;padding:0
0 2px 0;*padding-bottom:0px;text-align:center;font-size:12px;background:url("../images/sitewide/bg-btn-submit.png") no-repeat 0 0;color:#fff;font-family:Arial,Helvetica,sans-serif;overflow:hidden}fieldset input.submit:hover{background-position:0 -23px}body.isSafari
input.submit{padding-bottom:0}fieldset
input.secondary{background-position:0 -46px;color:#808080}fieldset input.secondary:hover{background-position:0 -69px}fieldset input.submit.secondary.submit-rec{background-image:url("../images/sitewide/bg-btn-submit-rec.png");color:#fff;cursor:auto}fieldset input.submit.secondary.submit-rec:hover{background-position:0 -46px}fieldset
input.submitHover{cursor:pointer;background-position:0 -23px}fieldset
input.secondary.submitHover{background-position:0 -69px}input[type=file]{width:auto;border:0
none !important}input.file{width:auto}input[type=hidden]{display:none}input.hidden{display:none}input[type=checkbox]{display:inline;border:0
none;width:13px;height:13px;vertical-align:bottom;position:relative;top:0px;*overflow:hidden;padding:0;margin:0
5px 0 0}input.checkbox{display:inline;border:0
none;width:13px;height:13px;vertical-align:bottom;position:relative;top:0px;*overflow:hidden;padding:0;margin:0
5px 0 0}body.isSafari
input.checkbox{top: -2px}input[type=radio]{display:inline;border:0
none;width:13px;height:13px;vertical-align:bottom;position:relative;top:0px;padding:0;margin:0
5px 0 0;*overflow:hidden}input.radio{display:inline;border:0
none;width:13px;height:13px;vertical-align:bottom;position:relative;top:0px;padding:0;margin:0
5px 0 0;*overflow:hidden}body.isSafari
input.radio{top: -2px}fieldset
textarea{display:block;font-family:Arial,Helvetica,sans-serif;font-size:14px;width:560px;padding:3px
2px;height:206px;color:#999;line-height:20px;resize:none;border:1px
solid #d7d7d7}div.errors{color:#d70022}div#left
div.errors{width:600px;margin:0;padding:22px
0 0 0;border-top:1px solid #ccc;clear:both}div#lb-login div.errors, div#lb-compte-login
div.errors{width:495px;padding:6px
0 0 0;margin:0
0 23px 0;border-bottom:1px solid #ccc;clear:both}div.errors
p{margin:0
0 20px 0}div.comments-login{border-top:1px solid #d9d9d9;background:#f2f2f2;margin:0
-15px;padding:26px
15px 31px 15px}div.comments-login
p{margin-bottom:12px}div.comments-login
p.login{margin:0}div.comments-login p.login
a{color:#1a1a1a}div.comments-login p.login a:hover{}div.comments-reply{border-top:1px solid #d9d9d9;background:#f2f2f2;margin:0
-15px;padding:29px
15px 17px 90px;position:relative;*padding-left:112px}div.comments-reply
form{margin:0}div.comments-reply form
label{margin-bottom:7px;font-size:12px;*margin-left: -15px;_margin-left:0}div.comments-reply form
textarea{margin-bottom:15px;height:130px;width:464px;_width:450px;_margin-left:15px}div.comments-reply form
input.submit{margin-bottom:0;_margin-left:15px}div.comments-reply form
input.submitHover{}div.comments-reply
div.img{position:absolute;top:31px;left:15px;_left: -90px}div.comments-reply div.img
img{}div.comments-none{background:#f2f2f2;height:0;margin:0
-15px}div#lb-mask{opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);display:block;width:100%;height:100%;position:fixed;_position:absolute;left:0;top:0;background:#000;z-index:9999}div.lb{position:absolute;left:50%;margin:0
0 0 -268px;width:535px;height:286px;z-index:999999;overflow:hidden;height:auto}div#canalplus_popin
div.lb{color:#808080;font-family:Arial,Helvetica,sans-serif;font-size:12px}div#canalplus_popin div.lb
a{text-decoration:none}div#canalplus_popin div.lb fieldset.inputs li p
a{text-decoration:underline}div#canalplus_popin div.lb a:hover{text-decoration:underline}div.lb-bs{width:700px;margin-left: -350px}div.lb-alt{width:680px;margin-left: -340px;overflow:visible}div.lb-reg{width:640px;margin-left: -320px}div.lb
p.close{position:absolute;top:11px;right:10px;margin:0}div.lb-bs p.close, div.lb-alt
p.close{position:absolute;top:20px;right:20px;margin:0}div.lb p.close
a{display:block;width:23px;height:23px;background:url("../images/sitewide/bg-lb-close.png") no-repeat left top;text-indent: -9999em;overflow:hidden}div.lb p.close a:hover{background-position:left bottom}div.lb p.program-rec{margin-bottom:20px}div.lb div#lb-login{position:relative;overflow:hidden;height:auto;padding:3px
0 0 0;width:535px}div.lb div#lb-login
h2{margin:0;width:535px;height:46px;position:absolute;left:0;top:0;text-indent: -9999em}div.lb div#lb-login
h2.login{background:url("../images/sitewide/bg-login-h2.png") no-repeat left top;_background:url("../images/sitewide/bg-login-h2-ie6.png")}div.lb div#lb-login h2.compte-login{background:url("../images/sitewide/bg-mon-compte-login-h2.png") no-repeat left top;_background:url("../images/sitewide/bg-mon-compte-login-h2-ie6.png")}div.lb div#lb-login
form{margin:0;width:495px;padding:66px
20px 0 20px;background:url("../images/sitewide/bg-login.png") no-repeat left bottom;_background:url("../images/sitewide/bg-login-ie6.png")}div.lb div#lb-login form
fieldset.inputs{border-top:0 none;padding:0;margin:0;height:173px}div.lb div#lb-login form fieldset.inputs
ol{}div.lb div#lb-login form fieldset.inputs ol
li{position:relative;min-height:70px;_height:70px}div.lb div#lb-login form fieldset.inputs ol li
label{}div.lb div#lb-login form fieldset.inputs ol li
input{border-right:1px solid #DADADA;border-bottom:1px solid #DADADA}div.lb div#lb-login form fieldset.inputs ol li
p{position:absolute;top:1px;right:0;margin:0}div.lb div#lb-login form fieldset.inputs ol
li.checkbox{min-height:22px;height:22px}div.lb div#lb-login form fieldset.inputs li.checkbox
label{color:#808080;font-weight:normal}div.lb div#lb-login form
fieldset.buttons{height:auto;margin:0;height:44px}div.lb div#lb-login form fieldset.buttons
ul{float:none;display:block}div.lb div#lb-login form fieldset.buttons ul
li{float:none;display:block;margin:0}div.lb div#lb-login form fieldset.buttons ul li input,
div.lb div#lb-login form fieldset.buttons ul li
input.submit{width:95px !important;background-position:0 -92px}div.lb div#lb-login form fieldset.buttons ul li input.submit:hover{background-position:0 -115px}div.lb div#lb-login form fieldset.buttons ul li
input.submitHover{background-position:0 -115px}div.lb div#lb-login
div.signup{width:156px;height:177px;background:#f2f2f2;border:1px
solid #e6e6e6;position:absolute;right:20px;bottom:20px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:21px
20px 0 20px}div.lb div#lb-login div.signup-hover{cursor:pointer}div.lb div#lb-login div.signup-hover p
a{text-decoration:underline}div.lb div#lb-login div.signup
h3{margin:0
0 17px 0;text-indent: -9999em}div.lb div#lb-login div.signup h3.login-signup{background:url("../images/sitewide/bg-h3-login-signup.png") no-repeat left top;width:147px;height:34px}div.lb div#lb-login div.signup h3.controle-acces{background:url("../images/sitewide/bg-h3-mon-compte-controle-acces.png") no-repeat left top;width:154px;height:14px}div.lb div#lb-login div.signup p
a{color:#1a1a1a}div.lb div#lb-login-tentative{position:relative;overflow:hidden;height:auto;padding:3px
0 0 0;width:535px}div.lb div#lb-login-tentative
h2{margin:0;width:535px;height:46px;position:absolute;left:0;top:0;background:url("../images/sitewide/bg-login-h2.png") no-repeat left top;_background:url("../images/sitewide/bg-login-h2-ie6.png");text-indent: -9999em}div.lb div#lb-login-tentative
#errors{height:100px;margin:0;height:50px;width:495px;padding:66px
20px 0 20px;background:url("../images/sitewide/bg-login.png") no-repeat left bottom;_background:url("../images/sitewide/bg-login-ie6.png")}div.lb div#lb-forget-password{position:relative;overflow:hidden;height:auto;padding:3px
0 0 0;width:535px}div.lb div#lb-forget-password
h2{margin:0;width:535px;height:46px;position:absolute;left:0;top:0;background:url("../images/sitewide/bg-forget-password-h2.png") no-repeat left top;_background:url("../images/sitewide/bg-forget-password-h2-ie6.png");text-indent: -9999em}div.lb div#lb-forget-password
form{margin:0;width:495px;padding:66px
20px 0 20px;background:url("../images/sitewide/bg-login.png") no-repeat left bottom;_background:url("../images/sitewide/bg-login-ie6.png")}div.lb div#lb-forget-password form
fieldset.inputs{border-top:0 none;padding:0;margin:0;height:173px}div.lb div#lb-forget-password form fieldset.inputs
ol{}div.lb div#lb-forget-password form fieldset.inputs ol
li{position:relative;min-height:70px;_height:70px}div.lb div#lb-forget-password form fieldset.inputs ol li
label{}div.lb div#lb-forget-password form fieldset.inputs ol li
input{border-right:1px solid #DADADA;border-bottom:1px solid #DADADA}div.lb div#lb-forget-password form fieldset.inputs ol li
p{position:absolute;top:1px;right:0;margin:0}div.lb div#lb-forget-password form fieldset.inputs ol
li.checkbox{min-height:22px;height:22px}div.lb div#lb-forget-password form fieldset.inputs li.checkbox
label{color:#808080;font-weight:normal}div.lb div#lb-forget-password form
fieldset.buttons{height:auto;margin:0;height:44px}div.lb div#lb-forget-password form fieldset.buttons
ul{float:none;display:block}div.lb div#lb-forget-password form fieldset.buttons ul
li{float:none;display:block;margin:0}div.lb div#lb-forget-password form fieldset.buttons ul li input,
div.lb div#lb-forget-password form fieldset.buttons ul li
input.submit{width:95px !important;background-position:0 -92px}div.lb div#lb-forget-password form fieldset.buttons ul li input.submit:hover{background-position:0 -115px}div.lb div#lb-forget-password form fieldset.buttons ul li
input.submitHover{background-position:0 -115px}div.lb div#lb-forget-password
div.signup{width:156px;height:177px;background:#f2f2f2;border:1px
solid #e6e6e6;position:absolute;right:20px;bottom:20px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:21px
20px 0 20px}div.lb div#lb-forget-password div.signup-hover{cursor:pointer}div.lb div#lb-forget-password div.signup-hover p
a{text-decoration:underline}div.lb div#lb-forget-password div.signup
h3{margin:0
0 17px 0;text-indent: -9999em}div.lb div#lb-forget-password div.signup h3.login-signup{background:url("../images/sitewide/bg-h3-login-signup.png") no-repeat left top;width:147px;height:34px}div.lb div#lb-forget-password div.signup h3.controle-acces{background:url("../images/sitewide/bg-h3-mon-compte-controle-acces.png") no-repeat left top;width:154px;height:14px}div.lb div#lb-forget-password div.signup p
a{color:#1a1a1a}div.lb div#lb-compte-login{position:relative;overflow:hidden;height:auto;padding:3px
0 0 0;width:535px}div.lb div#lb-compte-login
h2{margin:0;width:535px;height:46px;position:absolute;left:0;top:0;background:url("../images/sitewide/bg-mon-compte-login-h2.png") no-repeat left top;_background:url("../images/sitewide/bg-mon-compte-login-h2-ie6.png");text-indent: -9999em}div.lb div#lb-compte-login
form{margin:0;width:495px;padding:66px
20px 0 20px;background:url("../images/sitewide/bg-login.png") no-repeat left bottom;_background:url("../images/sitewide/bg-login-ie6.png")}div.lb div#lb-compte-login form
fieldset.inputs{border-top:0 none;padding:0;margin:0;height:173px}div.lb div#lb-compte-login form fieldset.inputs
ol{}div.lb div#lb-compte-login form fieldset.inputs ol
li{position:relative;min-height:70px;_height:70px}div.lb div#lb-compte-login form fieldset.inputs ol li
label{}div.lb div#lb-compte-login form fieldset.inputs ol li
input{border-right:1px solid #DADADA;border-bottom:1px solid #DADADA}div.lb div#lb-compte-login form fieldset.inputs ol li
p{position:absolute;top:1px;right:0;margin:0}div.lb div#lb-compte-login form fieldset.inputs ol
li.checkbox{min-height:22px;height:22px}div.lb div#lb-compte-login form fieldset.inputs li.checkbox
label{color:#808080;font-weight:normal}div.lb div#lb-compte-login form
fieldset.buttons{height:auto;margin:0;height:44px}div.lb div#lb-compte-login form fieldset.buttons
ul{float:none;display:block}div.lb div#lb-compte-login form fieldset.buttons ul
li{float:none;display:block;margin:0}div.lb div#lb-compte-login form fieldset.buttons ul li input,
div.lb div#lb-compte-login form fieldset.buttons ul li
input.submit{width:95px !important;background-position:0 -92px}div.lb div#lb-compte-login form fieldset.buttons ul li input.submit:hover{background-position:0 -115px}div.lb div#lb-compte-login form fieldset.buttons ul li
input.submitHover{background-position:0 -115px}div.lb div#lb-compte-login
div.signup{width:156px;height:177px;background:#f2f2f2;border:1px
solid #e6e6e6;position:absolute;right:20px;bottom:20px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:21px
20px 0 20px}div.lb div#lb-compte-login div.signup-hover{cursor:pointer}div.lb div#lb-compte-login div.signup-hover p
a{text-decoration:underline}div.lb div#lb-compte-login div.signup
h3{background:url("../images/sitewide/bg-h3-mon-compte-controle-acces.png") no-repeat left top;width:154px;height:14px;margin:0
0 17px 0;text-indent: -9999em}div.lb div#lb-compte-login div.signup p
a{color:#1a1a1a}div.lb div#lb-register{position:relative;overflow:hidden;height:auto;padding:3px
0 0 0;width:640px}div.lb div#lb-register
h2{margin:0;width:650px;height:46px;position:absolute;left:0;top:0;background:url("../images/sitewide/bg-register-h2.png") no-repeat left top;_background:url("../images/sitewide/bg-register-h2-ie6.png");text-indent: -9999em}div.lb div#lb-register
form{margin:0;width:640px;padding:66px
20px 0 20px;background:url("../images/sitewide/bg-register.png") no-repeat left bottom;_background:url("../images/sitewide/bg-register-ie6.png")}div.lb div#lb-register form
fieldset.buttons{margin:0
40px 0 0 !important}div.lb div#lb-register form fieldset.inputs ol li
input{border-right:1px solid #DADADA !important;border-bottom:1px solid #DADADA !important}div.lb div#lb-register form fieldset.inputs
legend.error{color:#D70022}div.lb div#lb-compte{position:relative;overflow:hidden;height:auto;padding:3px
0 0 0;width:640px}div.lb div#lb-compte
h2{margin:0;width:650px;height:46px;position:absolute;left:0;top:0;background:url("../images/sitewide/bg-mon-compte-h2.png") no-repeat left top;_background:url("../images/sitewide/bg-mon-compte-h2-ie6.png");text-indent: -9999em}div.lb div#lb-compte
form{margin:0;width:640px;padding:66px
20px 0 20px;background:url("../images/sitewide/bg-register.png") no-repeat left bottom;_background:url("../images/sitewide/bg-register-ie6.png")}div.lb div#lb-compte form
fieldset.buttons{margin:0
40px 0 0 !important}div.lb div#lb-compte form fieldset.inputs ol li
input{border-right:1px solid #DADADA !important;border-bottom:1px solid #DADADA !important}div.lb div#lb-compte form fieldset.inputs
legend.error{color:#D70022}div.lb div#lb-detailprogram{position:relative;height:auto;padding:3px
0 0 0;background:url("../images/sitewide/bg-detailprogram-top.png") no-repeat top left}div.lb div#lb-detailprogram
div.wrap{margin:0;padding:17px
20px 20px;background:url("../images/sitewide/bg-detailprogram.png") no-repeat left bottom;*position:relative;*zoom:1}div.lb div#lb-detailprogram div.wrap
h4{color:#1A1A1A;margin-bottom:0}div.lb div#lb-detailprogram div.wrap
p{margin-bottom:0}div.lb div#lb-detailprogram
div.customDropDown{margin:7px
0 11px;_margin-bottom:0}div.lb div#lb-detailprogram div.customDropDown
h3{}div.lb div#lb-detailprogram div.wrap
ul.tabs{margin-top: -3px;*margin-top:0;*width:640px !important}div.lb div#lb-detailprogram div.wrap ul.tabs li
a{margin-top: -3px;*margin-top:0}div.lb div#lb-detailprogram div.wrap div#detailprogram-inner{min-height:275px;_height:275px}div.lb div#lb-detailprogram div.wrap div.detailprogram div.feature-alt{padding:0;overflow:hidden}div.lb div#lb-detailprogram div.wrap div.detailprogram div.feature-alt
div.img{width:200px;float:left;margin:0
20px 20px 0;position:relative}div.lb div#lb-detailprogram div.wrap div.detailprogram div.feature-alt
p{margin-bottom:0}div.lb div#lb-detailprogram div.wrap div.detailprogram div.feature-alt p
span{color:#1A1A1A}div.lb div#lb-detailprogram div.wrap div.detailprogram div.feature-alt
p.description{margin-top:20px}div.lb div#lb-detailprogram div.wrap div.detailprogram
div.diffusions{overflow:auto;position:relative;border:1px
solid #ccc;height:248px}div.lb div#lb-detailprogram div.wrap div.detailprogram div.diffusions
div.diffusion{width:285px;float:left;position:relative;margin:0
10px 0 14px;_margin:0
0 0 10px;padding:16px
0 0;height:33px;border-bottom:1px solid #ccc}div.lb div#lb-detailprogram div.wrap div.detailprogram div.diffusions
div.last{border-bottom:none}div.lb div#lb-detailprogram div.wrap div.detailprogram div.diffusions div.diffusion
p.time{position:absolute;display:block;left:70px;top:17px;color:#1A1A1A}div.lb div#lb-detailprogram div.wrap
ul.buttons{height:23px;margin:20px
0 7px;_clear:left}div.tab-content-1
ul.buttons{padding-top:20px;border-top:1px solid #CCC}div.lb div#lb-detailprogram div.wrap ul.buttons
li{display:inline;float:left;margin:0
10px 0 0}div.lb div#lb-detailprogram
span.message{left:20px !important;top:17px !important}div.lb div#lb-brevesport{position:relative;overflow:hidden;width:700px;height:410px}div.lb div#lb-brevesport
div.wrap{margin:0;padding:20px
20px 0px;background:url("../images/sitewide/bg-brevesport.png") no-repeat left bottom;*position:relative;*zoom:1}div.lb div#lb-brevesport div.wrap div#brevesport-inner{width:660px;height:390px}div.lb div#lb-brevesport div.wrap div#brevesport-inner
h4{color:#1A1A1A;font-size:18px}div.lb div#lb-brevesport div.wrap div#brevesport-inner div.customDropDown
ul{max-height:330px;overflow-y:auto}div.lb div#lb-brevesport div.wrap div#brevesport-inner
ul.schedule{width:310px}div.lb div#lb-brevesport div.wrap div#brevesport-inner
ul.paginator{position:absolute;bottom:12px;right:370px;*right:365px}body.isIE8 div.lb div#lb-brevesport div.wrap div#brevesport-inner
ul.paginator{right:365px}div.lb div#lb-brevesport div.wrap div#brevesport-inner
div#brevesportDetail{position:absolute;top:57px;left:350px;width:330px;height:330px;overflow-y:auto}div.lb div#lb-brevesport div.wrap div#brevesport-inner div#brevesportDetail
h2{color:#1A1A1A}.selectbox{background-color:#FFF;background-image:url(../images/bg_select_down.gif);background-repeat:no-repeat;background-position:128px 0px;border:1px
solid #C5C5C5;color:#000;cursor:pointer;font-family:Verdana,Helvetica,sans-serif;font-size:10px;font-weight:normal;margin:0px;padding:0px
2px;text-decoration:none;width:140px}div.selectbox-wrapper{background-color:#FFF;border:1px
solid #C5C5C5;color:#000;cursor:pointer;font-family:Verdana,Helvetica,sans-serif;font-size:10px;font-weight:normal;margin:0px;max-height:200px;position:absolute;padding:0px;text-decoration:none;text-align:left;overflow:auto}div.selectbox-wrapper
ul{list-style-type:none;margin:0px;padding:0px}div.selectbox-wrapper ul
li{padding:0px
2px}div.selectbox-wrapper ul
li.selected{background-color:#DCDCDC}div.selectbox-wrapper ul
li.current{background-color:#DCDCDC}.jScrollPaneContainer{position:relative;overflow:hidden;z-index:1}.jScrollPaneTrack{position:absolute;cursor:pointer;right:0;top:0;height:100%;background:#aaa}.jScrollPaneDrag{position:absolute;background:#666;cursor:pointer;overflow:hidden}.jScrollPaneDragTop{position:absolute;top:0;left:0;overflow:hidden}.jScrollPaneDragBottom{position:absolute;bottom:0;left:0;overflow:hidden}a.jScrollArrowUp{display:block;position:absolute;z-index:1;top:0;right:0;text-indent: -2000px;overflow:hidden;height:9px}a.jScrollArrowUp:hover{}a.jScrollArrowDown{display:block;position:absolute;z-index:1;bottom:0;right:0;text-indent: -2000px;overflow:hidden;height:9px}a.jScrollArrowDown:hover{}a.jScrollActiveArrowButton,a.jScrollActiveArrowButton:hover{}.holder{float:left}.scroll-pane{overflow:auto;float:left}.canal
.jScrollPaneTrack{background:url(../images/scroll/vide.gif) repeat-y}.canal
.jScrollPaneDrag{background:url(../images/scroll/barre.gif) repeat-y}.canal
a.jScrollArrowUp{height:14px;background:url(../images/scroll/haut.gif) no-repeat 0 0}.canal
a.jScrollArrowDown{height:14px;background:url(../images/scroll/bas.gif) no-repeat 0 0}.canal a.jScrollArrowUp:hover{background-position:0 -14px}.canal a.jScrollArrowDown:hover{background-position:0 -14px}.canal a.jScrollActiveArrowButton, .canal a.jScrollActiveArrowButton:hover{background-position:0 -14px}