﻿@charset "UTF-8";

body {
	font-size: 10px;
	color: #666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000;
	/*background-image: url(images/bg/moon-17.jpg);*/
	background-position: left top;
	background-attachment: fixed;
	background-repeat: repeat;
	margin:0;
	padding:0;
}

#bg {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	opacity:0.5;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}
#main {
	position: relative;
	z-index: 1;
}

#home {
	position: absolute;
	width: 416px;
	height: 350px;
	left: 50%;
	top: 50%;
	margin-top: -190px;
	margin-left: -208px;
	vertical-align: middle;
	text-align: center;	
	z-index: 1;
}
#home .logo {
	
}
#home .text {
	font-size: 10px;
	/*text-align: justify;
	-moz-text-align-last: center;
	text-align-last: center;*/
	color: #fff;
	margin: 80px 0 40px 0;
}
#home .links {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
#home .links a {
	color: #fff;
	display: inline-block;
	margin: 0 10px;
}

.box {
	padding: 6px;
	float: left;
	width: 165px;
	height: 60px;
	cursor: pointer;
}
.boxtxt {
	padding: 6px;
	padding-bottom:0px;
	padding-left:5px;
	padding-right:10px;
	margin-right:àPX;
	float: left;
	width: 156px;
	height: 60px;
	background-image:url(images/vempty.gif);
	background-repeat:no-repeat;
	display:none;
	position:absolute;
}
.nav {
	font-size: 12px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
a:hover {
	color: #666;
	text-decoration: none;
	
}
/*a:visited {
	color: #666;
	text-decoration: none;

}*/

a:link {
	text-decoration: none;
	color: #FFF;
}

a:active {
	color: #666;
	text-decoration: none;
	text-align: left;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	clip: rect(auto,auto,auto,auto);
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	color: #FFF;
	margin-left: 0px;
}
.champs {
	height: 12px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #191919;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

h2 {
	font-size: 9px;
	font-weight: normal;
	clip: rect(auto,auto,auto,auto);
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
	color: #000;
	padding-top: 2px;
}
.date {
	color: #666;
	font-weight:normal;
}

.bigbox {
	margin: 0px;
	padding: 6px;
	float: left;
	width: 699px;
	height: 270px;
	clear: left;
}
.texte {
	font-size: 11px;
	color: #CCC;
	line-height: 17px;
	float: left;
	padding-left: 25px;
	padding-top: 10px;
	width: 228px;
	text-transform: none;
}

.texte a {
	color: #ddd;
	text-decoration: none;
}
.texte a:hover {
	color: #fff;
	text-decoration: none;
}

.watchfilm {
	background-color:#000;
	color: #FFF;
	font-size: 9px;
	font-weight: bold;
	padding-bottom:1px;
	padding-top:1px;
	padding-left:2px;
	padding-right:1px;
	letter-spacing: 0.1em;
}
.watchfilm-selected {
	background-color:#fff;
	color: #000;
	font-size: 9px;
	font-weight: bold;
	padding-bottom:1px;
	padding-top:1px;
	padding-left:2px;
	padding-right:1px;
	letter-spacing: 0.1em;
}
.watchfilm:hover {
	background-color:#FFF;
	color: #333;
	padding-bottom:1px;
	padding-top:1px;
	padding-left:2px;
	padding-right:1px;
}
.watchfilm:visited {
	background-color:#000;
	color: #FFF;
	padding-bottom:1px;
	padding-top:1px;
	padding-left:2px;
	padding-right:1px;
}
.watchfilm:link {
	background-color:#000;
	color: #333;
	padding-bottom:1px;
	padding-top:1px;
	padding-left:2px;
	padding-right:1px;
}

.more {
	float: left;
	width: 210px;
	height: 120px;
	padding: 10px;
	margin: 5px;
}
.top {
	text-transform: none;
	padding: 0px;
	text-align: right;
}
.submit {
	color: #CC0000;
}
.submit:hover {
	color: #000000;
}

#header { 
	position: absolute;
	top: 0;
	z-index: 200;
	height: 110px;
	width: 100%;
	background: url(images/bg_header.png) repeat-x top;
	pointer-events: none;
}
#header .logo { 
	position: absolute;
	top: 25px;
	left: 47px;
	pointer-events: auto;
}
.list #header .logo { 
	position: absolute;
	top: 4px;
	left: 47px;
	pointer-events: auto;
}

#content {
	padding: 100px 47px;
}
#footer {
	z-index: 80;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 110px;
	pointer-events: none;
	min-width: 965px;
}
#footer .bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 110px;
	background: url(images/bg_footer.png) repeat-x top;
	pointer-events: none;
	z-index: 100;
}
#footer .content {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 110;
	pointer-events: auto;
}
#footer .left {
	position: absolute;
	bottom: 24px;
	left: 24px;
}
#footer .right {
	position: absolute;
	bottom: 24px;
	right: 16px;
}
#footer .right a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;	
}
#footer .right a.btn {
	background: #fff;
	border-radius: 6px;
	color: #000;
	font-size: 10px;
	padding: 6px 10px;
	font-weight: bold;
}
#footer .right a.btn:hover {
	background: #ddd;
}


#footer .left .links {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}

#footer .left .forms {
	float: left;
}
#footer .left .forms form {
	float: left;
	border: 1px solid rgba(255,255,255,0.35);
	border-radius: 6px;
	display: block;
	background: rgba(0,0,0,0.35);
	padding: 2px 6px;
	margin-left: 10px;
}
#footer .left .forms form input[type="text"] {
	display: inline-block;
	color: #fff;
	font-size: 9px;
	border: none;
	background: none;
	vertical-align: bottom;
	outline: none;
}
#footer .left .forms form input[type="submit"] {
	display: inline-block;
	border: none;
	background: none;
	vertical-align: bottom;
	height: 15px;
	width: 15px;
	cursor: pointer;
	outline: none;
}
#footer .left .forms form.search input[type="submit"] {
	background: url(images/icon_search.png) no-repeat center center;
}
#footer .left .forms form.subscribe input[type="submit"] {
	background: url(images/icon_valid.png) no-repeat center center;
}

#footer .left .links a {
	padding:1px 2px;
	color: #FFF;
	font-size: 10px;
}
#footer .left .links a:hover{
	background-color:#FFF;
	color: #333;
}

.video{
	position:absolute;
	width: 640px;
	height: 360px;
	left: 50%;
	top: 50%;
	margin-top: -200px; /* moitié de la hauteur */
	margin-left: -325px; /* moitié de la largeur */
	vertical-align: middle;
}
#map-canvas {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	/*filter: saturate(50%);
	-webkit-filter: saturate(50%);
	-moz-filter: saturate(50%);
	-o-filter: saturate(50%);
	-ms-filter: saturate(50%);*/
}
#map-overlay {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	opacity:0.5;
	z-index: 20;
	pointer-events: none;
	overflow: hidden;
}
#map-overlay img {
	position: absolute;	
	top: 0;
}
.overlay {
	position: absolute;
	width: 50px;
	height: 50px;
	overflow: hidden;
	padding-left: 0;
	cursor: pointer;
	border-radius: 28px;
	border: 3px solid #fae705;	
}
.overlay:hover {
	border-color: #fff;
}
.overlay img {
	position: absolute;
	width: 132px;
	height: 50px;
	left: -40px;
}

#top {
	position: absolute;
	top: 12px;
	right: 16px;
	z-index: 300;
}
#top a {
	display: inline-block;
	vertical-align: middle;
	padding: 1px 2px;
	margin: 0 10px;
	color: #7B7C81;
	font-size: 10px;
}
#top a:hover{
	background-color:#FFF;
	color: #333;
}

#top a.current {
	color: #fff;
}
#top a:hover.current {
	color: #333;
}
#top img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	cursor: pointer;
}

#menu {
	position: relative;
	margin: 20px 0;
	height: 50px;
	background: #000;
	clear: both;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
}
#menu a{
	color: #FFF;
}
#menu #links {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	margin: 3px 0 0 15px;
}
#detail {
	width: 980px;
	/*margin: 30px auto 0 auto;*/
	margin: 30px 0 20px 10px;
}
#list-project {
	margin: 0 10px 60px 10px;
	clear:both;
}
#list-video {
	margin-top: 20px;	
}
.bottomlogos{
	padding-right: 20px;
	text-decoration: none;
}
.about {
	font-size: 12px;
	color: #CCC;
	line-height: 20px;
	padding-left: 25px;
	padding-top: 10px;
	width: 228px;
	text-transform: none;
	margin: 0 auto;
}
.about a {
	color: #FFF;
	text-decoration: none;
}
.about a:hover {
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}
#menu .items {
	position: absolute;
	top: 18px;
	left: 128px;
}
#search {
	position: absolute;
	top: 12px;
	right: 20px;	
}
#search input.input {
	float: left;
	background: #191919;
	border: none;
	color: #707070;
	font-size: 11px;
	padding: 2px 8px;
	margin: 4px 4px 0 0;
	width: 150px;
}
#search input.btn {
	float: left;
	margin-top: 6px;
}


.cache {
	filter: alpha(opacity=50);  
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #000;
	left: 0;
	top: 0;
	z-index: 500000;
}

.video-map {
	position: absolute;
	width: 800px;
	min-height: 450px;
	/*background: #151414;*/
	z-index: 500001;
}
.video-map .loading {
	background: #151414;
	width: 800px;
	height: 240px;
	text-align: center;
	padding-top: 210px;
	font-size: 30px;
}
.video-map .img {	
	-webkit-box-shadow: 0px 0px 24px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 24px 6px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 24px 6px rgba(0, 0, 0, 0.5);
}
.video-map .title {
	margin: 20px 0;
	padding-right: 50px;
}
.video-map .title a, .video-map .title span {
	display: inline-block;	
	font-size: 14px;
	font-weight: normal;
	color: #666;
}
.video-map .title span.sep {
	display: inline-block;
	margin: 0 8px;
}
.video-map .title .current {
	color: #fff;
}
.video-map .img img {
	width: 100%;	
}
.video-map .text {
	position: relative;
	/*padding: 20px 5px 15px 20px;*/
	background: transparent;
}

.video-map .text .actions {
	position: absolute;
	top: 0;
	right: 0;
}
.video-map .text .actions a {
	margin: 1px 0 0 6px;
	display: inline-block;
	border: 0;
	opacity: 0.7;
}
.video-map .text .actions a:hover {
	opacity: 1;
}

#scrollbar_container {  
    position:relative;  
    width:800px;
	font-size: 12px;
} 
 
#scrollbar_track {  
    position:absolute;  
    top:0;  
    right:0;  
    height:100%;  
    width:10px;  
    background-color:transparent;  
    cursor:move;  
} 
 
#scrollbar_handle {  
    width:10px;
	border: 1px solid #313032;
    background: #0A0A0E;  
    cursor: move;
} 
 
#scrollbar_content {  
    overflow: hidden;  
    width: 750px;  
    height: 120px;  
}  

#mobile {
	position: relative;
	text-align: center;	
	z-index: 2;
}
#mobile .logo {
	margin-top: 40px;
}
#mobile .text {
	font-size: 10px;
	/*text-align: justify;
	-moz-text-align-last: center;
	text-align-last: center;*/
	color: #fff;
	margin: 40px 30px;
}
#mobile .links {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
#mobile .links a {
	color: #fff;
	display: inline-block;
	margin: 0 10px;
}

