/* Global settings */

@font-face {
	font-family: 'akzidenz-grotesk-light';
	src: url('fonts/akzidenz-grotesk-light.eot');
	src: local('☺'), url('fonts/akzidenz-grotesk-light.woff') format('woff'), url('fonts/akzidenz-grotesk-light.ttf') format('truetype'), url('fonts/akzidenz-grotesk-light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

img, a, p, span, div, strong, em, ul, ol, li, label, input, textarea, form, fieldset, table, tr, th, td, h1, h2, h3, h4, h5, h6, hr, iframe, embed, object {
    color: #000;
    font-family: 'akzidenz-grotesk-light';
    font-size: 15px;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    border: 0;
    margin: 0;
    padding: 0;
    line-height: 17px;
}
table,
td {
    border-spacing: 0;
    vertical-align: middle;
    border-collapse: collapse;
    text-align: center;
	width: 100%;
	height: 100%;
}
label {
	display: block;
}
html {
	overflow-y: scroll;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

textarea {
	resize:none;

}

body {
	background:#f2f2f2;
	padding: 20px;
}
a:hover,
a.selected {
	text-decoration: underline;
}

/* tooltip */ 


#tooltip {
	background: #fff;
	border:1px solid #ccc;  
	position: absolute;
	z-index: 1000;
	font-size: 19px;
	padding: 10px;
	font-weight: normal;
}
/* Layout */
body {
}
h1 {
	width: 230px;
	height: 60px;
	background:#fff;
	text-align:center;
	margin-bottom: 12px;
	font-weight:normal;
	padding:10px 10px 5px 10px;
}
h1 a {
	font-size:38px;

	line-height: 60px;
	text-decoration:none;	
}
h1 a:hover {
	text-decoration:none;	
}
#container {
}
#header {
	position:relative;
	z-index:1000;
}
#languages li:first-child,
#menu li:first-child {
padding-left:22px;
}
#languages li:last-child,
#menu li:last-child {
padding-right:22px;
}
#menu li {
	height:60px;
	background:#fff;
	float:left;
	line-height: 60px;
	padding:5px 10px 5px 10px;
}
#menu li a {
	font-size: 19px;	
}
#menu {
	padding-bottom:3px;	
}
#menu li.selected a {
	text-decoration: underline;	
}
#languages {
	position:absolute;
	top:0px;
	right:0px;
}
#languages li {
	height:40px;
	background:#fff;
	float:left;
	line-height: 40px;
	padding:5px 10px 5px 10px;
}
#languages li a {
	font-size: 15px;	
}
#content {
	margin-top:10px;
}
#footer {
}

.fullBg {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}
/* home */


#background {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:0;
	cursor:pointer;
}
#selection {
	position:absolute;
	left:26px;
	z-index:10;
	height:75px;
	background: #fff;
	margin-right: 40px;
	padding: 22px;
	display:block;
}
#selection p.text_selection {
	font-size: 13px;
}
#selection p.name_selection {
	padding-bottom:5px;
	font-weight:bold;
}
#selection p.text_news {
	padding-top:5px;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
}



/* Project */


#folder li {
	float:left;
	margin: 0 10px 10px 0;
	position:relative;	
	width:400px;
	height:265px;
}
#folder .mask {
	display:none;
	position:absolute;
	left:10px;
	bottom:10px;
	width:380px;
	height:60px;
	background: #fff;
}
#folder .details {
	display:none;
	position:absolute;
	left:10px;
	bottom:10px;
	width:380px;
	height:60px;
}
#folder .details h3 {
	padding: 0 10px;
	font-size: 19px;
	line-height: 60px;
	font-weight: normal;
}



/* slideshow */
.slideshow_description {
	position:absolute;
	left:0px;
	top:15px;
	background:#fff;
	padding:22px;
	width: 800px;
	z-index:1010;
}
.slideshow_description p {	
	text-align:left;
	line-height:20px;
}
.infos_button {
	width: 25px;
	height: 35px;
	position: absolute;
	top: 0px;
	right: 5px; 
	z-index: 103;
	background:url(../img/text.png) no-repeat left 13px;	 
}
.infos_arrow {
	width: 25px;
	height: 35px;
	position: absolute;
	top: 0px;
	right: 5px; 
	z-index: 103;
	background:url(../img/close.png) no-repeat left 13px ;	 
}
#slideshow_container {
	width: 100%;
	text-align:center;
	position:relative;
	z-index:10;
}
#slideshow {
	width: 810px;
	height:540px;
	margin:auto;
	cursor:pointer;
}
#slideshow li {
	width: 810px;
	height:540px;
	text-align:center;
	position:relative;
}
#slideshow_nav {
	margin-top:10px;
	font-family: arial;
	font-size:12px;
	background:#fff;
	padding:20px;
	width:85px;
	position:relative;
	z-index:1002;
}
#slideshow .description {
	margin-top:5px;
	display:none;
	text-align:left;
	position:absolute;
	margin:auto;
	top:460px;
	background:#fff;
	padding:20px;
	left:220px;
	width: 350px;
	z-index:1002;
	line-height:20px;
}
#slideshow_nav a {
	font-family: arial;
	font-size:12px;
}
#counter {
	font-family: arial;
	font-size:12px;
}
#close {
	float:right;
}
#next {
	position:absolute;
	right:25px;
	z-index:1002;
}
#prev {
	position:absolute;
	left:28px;
	z-index:10;
}
h2 {
	margin-top:2px;
}

h2 a {
	font-size:19px;
	background:#fff;
	height:60px;
	padding:22px;
	font-weight: normal;
	line-height:60px;
}

/*Text*/
#menu_1 {
	float:left;
	width:110px;
	background:#fff;
	padding:22px;
	margin-right:14px;
}
#menu_1 li {
	padding-bottom:10px;
}
#menu_1 li:last-child {
	padding-bottom:0px;
}
#menu_1 li.selected a {
	text-decoration:underline;
}
#text_container {
	float:left;
	padding: 0 10px 10px 0;
	width:650px;
}
#text_container h2 {
	width: 650px;
	background:#fff;
	padding-bottom:2px;	
	padding-top:2px;	
}
#text,
#links {
	background:#fff;
	padding:22px;
	margin-top:15px;
	line-height:22px;
}

#links li {
	border-bottom:1px solid #ccc;
}
#links li:last-child {
	border-bottom:0;
}
#links h3 a {
	font-weight:normal;
	line-height: 40px;
}


/*index*/
#medias li {
	float:left;
	padding: 0 10px 10px 0;
}

/*Posts*/
#posts {
	width:700px;
}
#posts > li {
	width: 700px;
	margin-bottom: 13px;
}
#posts > li .content {
	background: #fff;
	padding: 20px;
	width: 660px;
}
#posts > li .text {
	line-height: 20px;
}
#posts li .introductory {
	padding:10px 0 10px 0;
	color:#666;
}
#popup h3 {
	display: inline;
	font-size: 19px;
	font-weight: bold;
	background: #fff;
	padding: 20px;	
}
#posts > li h4 {
	font-size: 19px;
	font-weight: bold;
	line-height:20px;	
}
#posts > li .slideshow_container {
	float: left;
	background: #000;
	width: 260px;
	height: 220px;
	text-align: center;
	padding: 10px;
	position: relative;
	cursor:pointer;
}
#posts > li .details {
	float: right;
	width: 360px;
}
#posts > li .slideshow > li {
	width: 260px;
	text-align: center;
}
#posts > li .slideshow_nav {
	position: absolute;
	left: 0px;
	top: 200px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	padding-top: 10px;
	width: 280px;
}
#posts > li .slideshow_nav .next {
	position: absolute;
	right: 5px;
	top: 3px;
	cursor: pointer;
}
#posts > li .slideshow_nav .prev {
	position: absolute;
	left: 5px;
	top: 3px;
	cursor: pointer;
}
#posts > li .counter {
	color: #fff;
	font-size: 11px;
}
#posts > li .play {
	position: absolute;
	left: 120px;
	top: 80px;
}

/* popup */
#posts > li .popup {
	display: none;
}
#mask {
	display: none;
	background: #000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	z-index: 1500;
	position: absolute;
	top: 0;
	left: 0;
}
.popup {
	position: absolute;
	top: 130px;
	width:830px;
	z-index: 1501;
}
.popup .medias_file {
	width:810px;
	height:540px;
	padding:10px;
	overflow:hidden;
	background:#000;
	border-bottom:1px solid #333;
}
.popup .medias_file li {
	width:830px;
	height:560px;
	text-align:center;
}
.popup .medias_nav {
	width:810px;
	background:#000;
	padding:10px;
}
.popup .next {
	float:right;
}

/* contact */ 
.copyright {
	padding:30px 0 0 100px;
}

#contact_form { 
	width: 570px;
	float: left;  
	margin-right:20px;   
}
#contact_form p {
	margin-bottom: 10px;
	float:left;

}
#contact_form label {
	background:#fff;
	padding:10px;
	line-height:20px;
	display:block;
	float:left;
	width:70px;


}
#message {
	font-weight: bold;
	padding:20px;
}
#contact_form input {
	background:#fff;
	padding:5px;
	height:30px;
	line-height:20px;
	display:block;
	float:left;
	width: 460px;
	color: #000;
	margin-left:10px;
}
#contact_form textarea {
	margin-top:0px;
	height: 170px;
	width: 450px;
	padding: 10px;
	color: #000;
	overflow-y: auto;
	margin-left:10px;

}

#contact_form button:hover {
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 100px;
	background: #fff;
	color:#000;
	cursor: pointer;
	padding:10px;
	float:left;
	border:0;
	padding:15px 10px;
	margin-top:0px;
}
#contact_form button {
	text-transform: uppercase;
	text-decoration: none;
		margin-left: 100px;
	background: #000;
	color:#fff;
	cursor: pointer;
	float:left;
	border:0;
	padding:15px 10px;
	margin-top:0px;

}

#contact_text {
	width:350px;
	float: left;
	margin-top: 15px;
	line-height: 20px; 
}