/*BODY*/
body{
	background-color:#000;
	background-repeat:repeat-x;
	background-position:0 100px;
	background-image:url('../../img/libreantenne/bg_gradiant.gif');
}
/*LAYOUT HOME*/
.wrapper {
	background-color:#000;	
	background-repeat:no-repeat;
	background-position:center 0;
	background-image:url('../../img/libreantenne/bg_background.jpg');
}
/*CHROME*/
div#left {
	background-color:transparent;	
}
div#right {
	background-color:transparent;	
}
div#right {
	background-repeat:repeat-y;
	background-position:0 0;
	background-image:url('../../img/libreantenne/chrome_right_int.gif');
}
div.chrome {
	padding:10px 10px 5px;
	background-repeat:repeat-y;
	background-position:0 0;
	background-image:url('../../img/libreantenne/chrome_int.gif');
}
div.pagination {
	background-repeat:repeat-x;
	background-position:0 0;
	background-image:url('../../img/libreantenne/bg_pagination.gif');
}
div#main {
	background-color:transparent;		
	background-position:0 0;
	background-repeat:repeat-y;
	background-image:url('../../img/libreantenne/column.gif');
}
img.chrome_ext_bottom {
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url('../../img/libreantenne/chrome_ext_bot.gif');
}
img.chrome_ext_top {
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url('../../img/libreantenne/chrome_ext_top.gif');
}
img.chrome_ext_right_bot {
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url('../../img/libreantenne/chrome_right_ext_bot.gif');
}
img.chrome_ext_right_top {
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url('../../img/libreantenne/chrome_right_ext_top.gif');
}
div.pagination .bg_right {
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url('../../img/libreantenne/bg_pagination_right.gif');
}
div.pagination .bg_left {
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url('../../img/libreantenne/bg_pagination_left.gif');
}	
/*HEADER*/
	div.header {
		height:240px;
	}
	div.header a.player {
		margin:0 10px 0 0;
	}
	div.header img.logo,
	div.header .logo img {
		width:200px;
		height:97px;
	}
	/*CARROUSEL*/
	div.carrouselV2 a.btn_prev,
	div.carrouselV2 a.btn_next {
		position:relative;
		display:block;
		overflow:hidden;
	}
	div.carrouselV2 {
		clear: both;
	    margin-bottom: 2px;
	}
	div.carrouselV2 div.roller {
		background: url("../../img/libreantenne/bg_carrousel_karel.jpg") no-repeat scroll 0 bottom transparent;
		height: 220px;
    	margin: 0 auto;
	    width: 940px;
	}
	div.carrouselV2 div.roller .rollercontent {
	    width:1600px;
	}
	div.carrouselV2 div.roller .rollercontent div {
	    float:left;
	    width:245px;
	    height:220px;
	}
	div.carrouselV2 div.roller .rollercontent div a,
	div.carrouselV2 div.roller .rollercontent div a img  {
	    display:block;
	    margin:0 auto;
		text-decoration:none;
	}
	div.carrouselV2 div.roller .rollercontent div a:hover {
		text-decoration:none;
	}
	div.carrouselV2 div.roller .rollercontent div .title {
		position:absolute;
		display:none;
		overflow:hidden;
		bottom:0;
		left:0;
		z-index:1;
	}
	div.carrouselV2 div.roller .rollercontent div a:hover .title {
		display:block;
	}
	div.carrouselV2 a.btn_prev,
	div.carrouselV2 a.btn_next {
		position:absolute;
		bottom:0;
		left:0;
		width:20px;
		height:170px;
		text-indent:-5000px;
		background:url('../../img/libreantenne/picto_arrow_left.gif') center center no-repeat #191919;
	}
	div.carrouselV2 a.btn_next {
		left:auto;
		right:0;
		background-image:url('../../img/libreantenne/picto_arrow_right.gif');
	}
	div.carrouselV2 a.btn_prev:hover {
		background-color:#F6F6F6;
		background-image:url('../../img/libreantenne/picto_arrow_left_b.gif');
	}
	div.carrouselV2 a.btn_next:hover {
		background-color:#F6F6F6;
		background-image:url('../../img/libreantenne/picto_arrow_right_b.gif');
	}