/* ACTU */

#une {
	background:#ffffff url(fond_une.gif) repeat-x scroll center top;
}

	#une .accroche {
		border-top:1px solid #FFF;
		color:#B3EAFF;
		font-weight:bold;
	}
	
		#une h2 {
			background:transparent;
			border:0;
			font-size:2em;
			height:auto;
			line-height:1em;
			margin:7px 7px 1px;
			text-indent:0;
			line-height:normal;
		}

			#une .accroche a, #une .accroche a:visited {
				color:#FFF;
			}
	
		#une div .preview {
			display:none;
		}
		
		#une .infos {
			margin:0 0 6px 7px;
		}
		
		#une p {
			color:#FFF;
			margin:0 7px 6px;
			font-weight:normal;
			font-size:1.1em;
		}
		
		#une .illus {
			margin:0 auto;
			display:block;
		}

.js #une {
	position:relative;
	height:401px;
	background: url(fd.jpg) no-repeat right top;
	margin-bottom:14px;
}

	.js #une .illus {
		position:absolute;
		left:0;
		top:0;
		height:401px;
		width:841px;
		background:#000;
		border-right:1px solid #A8DFF4;
	}
	
	.js #une img.first {
		z-index:30;
	}
	
	.js #une-list {
		position:absolute;
		right:0;
		top:1px;
		list-style:none;
		z-index:20;
	}

		.js #une-list li {
			text-align:center;
			font-weight:bold;
			width:108px;
			height:100px;
		}
		
		.js #une-list li.follow {
			background:url(ombre.png) no-repeat left top;
		}
		
		* html.js #une-list li.follow {
			background:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='ombre.png');
		}
		
		.js #une-list li.last { padding-bottom:2px; margin:0; }

		.js #une-list li.active {
			background:url(fd_actif.png) repeat-x left top;
			padding-left:0;
			height:101px;
			margin-top:-1px;
		}

			.js #une-list a {
				display:block;
				padding:10px 12px 0 13px;
				height:88px;
				overflow:hidden;
				color:#5F5F5F;
			}

			.js #une-list li.active a {
				background:url(fleche.gif) no-repeat 0 40px;
				color:#ffffff;
				padding-top:11px;
			}

				.js #une-list span {
					display:block;
				}
				.js #une-list img {
					height:60px;
					width:81px;
					border:1px solid #5F5F5F;
				}
				.js #une-list .active img {
					border:1px solid #ABDDF6;
				}
				
	.js #une-nav {
		list-style:none;
	}


	.js #une-prev, .js #une-next {
		background:url(previous.gif) no-repeat left top;
		display:block;
		height:17px;
		text-indent:-1000em;
		width:9px;
		position:absolute;
		top:15px;
		left:15px;
		z-index:22;
		cursor:pointer;
	}
	
	.js #une-next {
		background-image:url(next.gif);
		left:32px;
	}

	.js #une .accroche {
		position:absolute;
		left:15px;
		width:795px;
		padding:0 7px 7px;
		background:url(fd_accroche.png) repeat;
		bottom:15px;
		z-index:1;
		border:0;
		color:#66BFF4;
		font-weight:bold;
	}
	
	* html.js #une .accroche {
		background:url(fd_accroche_ie.png) repeat;
		filter:Alpha(opacity=80);
	}
	
	*:first-child+html.js #une .accroche {
		background:url(fd_accroche_ie.png) repeat;
		filter:Alpha(opacity=80);
	}
	
		.js #une .accroche .theme { display:none; }

	
	.js #une div.first {
		z-index:31;
	}

		.js #une h2 {
			margin:10px 0;
			line-height:1.1em;
		}

		.js #une .accroche a, .js #une .accroche a:visited {
		}

		.js #une .accroche a:hover, .js #une .accroche a:active {
			color:#AADFF4;
		}

		.js #une .infos {
			margin:0;
		}

		.js #une p {
			display:inline;
			margin:0;
		}
		
		.js #une-ctl, .js #une-ctr, .js #une-cbl, .js #une-cbr {
			position:absolute;
			height:11px;
			width:11px;
			background:no-repeat left top;
			z-index:21;
			font-size:0;
		}
		
		.js #une-ctl, .js #une-ctr { top:0; }
		.js #une-cbl, .js #une-cbr { bottom:0; }
		
		* html.js #une-cbl, * html.js #une-cbr { bottom:-1px; }
		
		.js #une-ctl, .js #une-cbl { left:0; }
		.js #une-ctr, .js #une-cbr { right:0; }
		
		.js #une-ctl { background-image:url(coin_hg.png); }
		.js #une-ctr { background-image:url(coin_hd.png); }
		.js #une-cbl { background-image:url(coin_bg.png); }
		.js #une-cbr { background-image:url(coin_bd.png); }
		
		* html.js #une-ctl, * html.js #une-ctr, * html.js #une-cbl, * html.js #une-cbr { background:none; }
		
		* html.js #une-ctl { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='coin_hg.png'); }
		* html.js #une-ctr { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='coin_hd.png'); } 
		* html.js #une-cbl { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='coin_bg.png'); }
		* html.js #une-cbr { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='coin_bd.png'); }


