/* CSS Document */

body {
	padding:0;
	margin:0;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

a img {
	border:none;
}

a {
	text-decoration:none;
	color:#0190ad;
}

a:hover {
	text-decoration:underline;
}
body a:focus {
	text-decoration: underline !important;
}

form {
	margin:0;
	padding:0;
}

#level_0 {
	width:781px;
	margin:auto;
	position:relative;
	left:-1px
} 

#caroussel {
	height:300px;
}

#caroussel #caroussel_thumbs {
	background-image:url(../images/bg-thumbs-caroussel.jpg);
	padding-top:13px;
	height:287px;
	width:136px;
	float:left;
}

#caroussel #caroussel_thumbs a {
	display:block;
	padding:7px 18px 8px 18px;
}

#caroussel #caroussel_thumbs a img {
	border: 1px solid #dadada;
	-moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;
}

#caroussel #caroussel_thumbs a:hover img,
#caroussel #caroussel_thumbs a.selected img {
	border: 1px solid #ffffff;
	-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
}

#caroussel #caroussel_thumbs a.selected {
	background-image:url(../images/bg-thumb-selected.jpg);
}

#caroussel #caroussel_current_item {
	float:left;
	height:100%;
	width:489px;
	background-repeat:no-repeat;
}
#caroussel #caroussel_current_item #caroussel_bloc {
	height:105px;
	background-color:#000000;
	-moz-opacity:.85; filter:alpha(opacity=85); opacity:.85;
	color:#FFFFFF;
	padding:20px 20px 0px;
	margin-top:175px;
}

#caroussel #caroussel_current_item #caroussel_titre {
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

#caroussel #caroussel_current_item #caroussel_texte,
#caroussel #caroussel_current_item #caroussel_lien_plus {
	font-size:12px;
}



#caroussel #btns {
	padding:20px 10px 0px 17px;
	background-image:url(../images/bg-btn-teasers.jpg);
	float:left;
	width:129px;
	height:280px;
}

#caroussel #btns a {
	display:block;
	height:82px;
	text-indent:-99999px;
	background-repeat:no-repeat;
	-moz-opacity:.80; filter:alpha(opacity=80); opacity:.80;
}
#caroussel #btns a:hover {
	-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
}

#caroussel #btns a#btn_e_telefilm {
	background-image:url(../images/btn-e-telefilm.jpg);
	margin-bottom:7px;
}

#caroussel #btns a#btn_liste_envoi {
	background-image:url(../images/btn-liste-envoi.jpg);
	margin-bottom:9px;
}

#caroussel #btns a#btn_flux_rss {
	background-image:url(../images/btn-flux-rss.jpg);
}

#main {
	padding:13px 0px 41px 10px;
	background-image:url(../images/bg-ombre.jpg);
	background-repeat:repeat-x;
	background-color:#d9d9d9;
}

#main #pub_ban {
	display:block;
	margin-bottom:9px;
	margin-right:10px;
}

#main #titres_infos td {
	vertical-align:top;
	width:253px;
	border-right:4px solid #D9D9D9;
	background-repeat:no-repeat;
	line-height:36px;
	text-indent:-99999px;
}
#titre_dates_depot {
	background-image:url(../images/titre-dates-de-depot.jpg);
}

#titre_appels_inscriptions {
	background-image:url(../images/titre-appels-inscriptions.jpg);
}

#titre_actualites {
	background-image:url(../images/titre-actualites.jpg);
}

#main #infos {
	background-color:#fefefe;
	background-position:bottom;
	background-repeat:repeat-x;
	background-image:url(../images/bg-grande-box.jpg);
}

#main #infos td {
	vertical-align:top;
	width:221px;
	border-right:10px solid #D9D9D9;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#1a1a1a;
	padding:10px 13px;
}
#main #infos tr.cellule_bas td {
	padding-bottom:30px;
}

#main #infos a {
	font-weight:bold;
}
#main #infos .col_grise a {
	color:#1A1A1A;
}

#main #infos .cellule_bas a {
	color:#1a1a1a;
	font-weight:bold;
}

#main #infos .cellule_bas a:hover {
	color:#0190ad;
}

#main #infos .savoir_plus {
	margin-bottom:9px;
	font-weight:bold;
}


#main .info {
	padding-bottom:13px;
	margin-bottom:13px;
	border-bottom:1px solid #d9d9d9;
}

#main .titre_info {
	font-weight:bold;
}

#main .date_info {
	font-size:11px;
}

#main #catalogues_productions {
	height:381px;
	width:510px;
	float:left;
	margin-right:4px;
}

#main #catalogues_productions .titre {
	height:36px;
	background-image:url(../images/titre-catalogues-de-productions.jpg);
	background-repeat:no-repeat;
	text-indent:-99999px;
}
#main #catalogues_productions .nav {
	background-image:url(../images/bg-production-thumbs.jpg);
	background-repeat:no-repeat;
	height:163px;
	text-align:center;
}
#main #catalogues_productions .nav a {
	display:inline-block;
	padding-top:20px;
	margin:0px 6px;
	height:143px;
}

#main #catalogues_productions .nav a img {
	border:2px solid #828080;
	-moz-opacity:.85; filter:alpha(opacity=85); opacity:.85;
}

#main #catalogues_productions .nav a.selected {
	background-image:url(../images/fleche-over-production.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#main #catalogues_productions .nav a:hover img,
#main #catalogues_productions .nav a.selected img  {
	border-color:#f4f4f4;
	-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
}

#main #catalogues_productions #info_production {
	height:157px;
	background-image:url(../images/bg-production-info.jpg);
	background-repeat:no-repeat;
	padding:25px 38px 0px 42px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
}

#main #catalogues_productions #info_production #zone_info_production {
	height:110px;
}

#main #catalogues_productions #info_production #titre_production {
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:10px;
}

#main #catalogues_productions #info_production #lien_production {
	font-weight:bold;
	display:block;
	margin-top:5px;
}

#main #catalogues_productions #info_production a#btn_catalogues_complets {
	display:block;
	float:right;
	width:264px;
	height:28px;
	background-image:url(../images/btn-catalogues-complets.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	-moz-opacity:.85; filter:alpha(opacity=85); opacity:.85;
}
#main #catalogues_productions #info_production a#btn_catalogues_complets:hover {
	-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
}
#main #pub_box {
	width:247px;
	float:left;
	display:block;
	margin-bottom:9px;
}

#main #carrieres_a_telefilm {
	width:253px;
	float:left;
	margin-top:9px;
}

#main #carrieres_a_telefilm .titre_col_info {
	background-image:url(../images/titre-carrieres-a-telefilm.jpg);
	background-repeat:no-repeat;
	height:36px;
	text-indent:-9999px;

}

#main #carrieres_a_telefilm .contenu_col_info {
	background-color:#fefefe;
	background-position:bottom;
	background-repeat:repeat-x;
	background-image:url(../images/bg-grande-box.jpg);
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#1a1a1a;
	padding:20px 13px 40px;
	margin-right:6px;
}

#main #carrieres_a_telefilm .titre_info {
	font-weight:bold;
}

#main #carrieres_a_telefilm a.contenu_info {
	color:#1A1A1A;
	display:block;
}

#teaser_video {
	display:block;
	background:url(../images/teaser-video-fr.jpg);
	width:247px;
	height:137px;
	float:right;
	margin-right:10px;
	text-indent:-9999px;
	margin-top:9px;
}

/* Search results */
div#search {
	
}

/*
 Menu of the Left Sidebar
*/
	.leftSidebar .breadcrumb {
		height: 90px;
		margin: 0px;
		padding: 0px;
		position: relative;
	}
	.leftSidebar .breadcrumb .topArrow {
		width: 20px;
		height: 11px;
		position: absolute;
		bottom: 0px;
		right: -11px;
		background: transparent url(../images/n1/cap_top.gif) no-repeat 0px 0px;
		z-index: 100;
	}
	.leftSidebar ul.menu {
		list-style: none !important;
		list-style-type: none !important;
		list-style-image: none !important;
		margin: 0;
		width:130px;
		padding-left: 12px;
		padding-top: 10px;
		padding-bottom: 15px;
		padding-right: 0px;
		background: #E8ECEF;
	}
	.leftSidebar ul.menu li ul {
		margin: 0px;
		background: none;
	}
	.leftSidebar ul.menu li {
		margin: 0px;
		padding: 0px;
		text-align: right;
		list-style: none !important;
		list-style-type: none !important;
		list-style-image: none !important;
	}
	.leftSidebar ul.menu li a,
	.leftSidebar ul.menu li a:visited,
	.leftSidebar ul.menu li a:link {
		display: block;
		font-size: 0.94em;
		padding: 5px 0px 5px 0px;
		margin: 0px 20px 0px 10px;
		border-bottom: 1px solid #999999;
		color: #000;
	}
	.leftSidebar ul.menu li.last a {
		
	}
	.leftSidebar ul.menu li.active-trail {
		font-weight: bold !important;
		background: url("../images/bullet.gif") right center no-repeat;
	}

/*
 Hides accessible content (WCAG)
*/
.hidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

