/**
RESET
**/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
	font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}




a{
	text-decoration:none;
	color:black;
}

/* fonts 
@font-face {
	font-family: 'Cfa';
	src: url('../fonts/segoescb-webfont.eot');
	src: url('../fonts/segoescb-webfont.eot?#iefix')
		format('embedded-opentype'), url('../fonts/segoescb-webfont.woff')
		format('woff'), url('../fonts/segoescb-webfont.ttf')
		format('truetype'), url('../fonts/segoescb-webfont.svg#')
		format('svg');
	font-weight: normal;
	font-style: normal;
}*/

@font-face {
	font-family: 'Conv_DINNextLTPro-Bold';
	src: url('fonts/DINNextLTPro-Bold.eot');
	src: url('fonts/DINNextLTPro-Bold.woff') 
		format('embedded-opentype'), url('fonts/DINNextLTPro-Bold.woff')
		format('woff'), url('fonts/DINNextLTPro-Bold.ttf') 
		format('truetype'), url('fonts/DINNextLTPro-Bold.svg') 
		format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_DINNextLTPro-Light';
	src: url('fonts/DINNextLTPro-Light.eot');
	src: url('fonts/DINNextLTPro-Light.woff') 
		format('embedded-opentype'), url('fonts/DINNextLTPro-Light.woff')
		format('woff'), url('fonts/DINNextLTPro-Light.ttf') 
		format('truetype'), url('fonts/DINNextLTPro-Light.svg') 
		format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'Conv_DINNextLTPro-Medium';
	src: url('fonts/DINNextLTPro-Medium.eot');
	src: url('fonts/DINNextLTPro-Medium.woff') format('woff'), url('fonts/DINNextLTPro-Medium.ttf') format('truetype'), url('fonts/DINNextLTPro-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/** Generated by FG **/
@font-face {
	font-family: 'Conv_DINNextLTPro-Regular';
	src: url('fonts/DINNextLTPro-Regular.eot');
	src: url('fonts/DINNextLTPro-Regular.woff') 
		format('embedded-opentype'), url('fonts/DINNextLTPro-Regular.woff')
		format('woff'), url('fonts/DINNextLTPro-Regular.ttf') 
		format('truetype'), url('fonts/DINNextLTPro-Regular.svg') 
		format('svg');
	font-weight: normal;
	font-style: normal;
}
/** Generated by FG **/
@font-face {
	font-family: 'Conv_DINNextLTPro-UltraLight';
	src: url('fonts/DINNextLTPro-UltraLight.eot');
	src: url('fonts/DINNextLTPro-UltraLight.woff') 
		format('embedded-opentype'), url('fonts/DINNextLTPro-UltraLight.woff')
		format('woff'), url('fonts/DINNextLTPro-UltraLight.ttf') 
		format('truetype'), url('fonts/DINNextLTPro-UltraLight.svg') 
		format('svg');
	font-weight: normal;
	font-style: normal;
}




.logo-main{
	/*font-family: 'Conv_DINNextLTPro-Bold';*/
	/*font-family: 'Conv_DINNextLTPro-Light';*/
	/*font-family: 'Conv_DINNextLTPro-Medium';*/
	/*font-family: 'Conv_DINNextLTPro-Regular';*/
	font-family: 'Conv_DINNextLTPro-UltraLight', 'Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif';
	font-size:50px;
	}
.logo-suffix{
	font-family: 'Conv_DINNextLTPro-UltraLight', 'Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif';
	font-size:14px;
	}
/** GENERAL **/
#main-container{
	overflow: hidden;
	position:relative;
	height:760px;
	border:1px solid silver;
	}
#main-container.login{
	border:none;
	}
	#login-box{
	border:1px solid silver;
	padding:10px;
	width:500px;
	margin:auto;
	}
#presentation{
	position:relative;
	float:left;
	width:85px;
	height:95px;
	/*
	color:#fff;
	text-align:right;
	background-color:#000;
	padding:5px;*/
	}
#col-left{
	position:relative;
	float:left;
	z-index:100;
	height:auto;
	}
#content{
	position:absolute;
	z-index:0;
	left:0;
	}
.list-container{
	position:relative;
	float:left;
	height:auto;
	}
.list-li-item{
/*	position:relative; */
	}
.project-filter-link.small,
.list-a-item.small{
	cursor: pointer;
	width:90px;
	text-align:right;
	padding-right:10px;
	}
	.list-li-item.large{
	width:310px;
	display:block; 
	}

.agence-equipe .participants{
	float:left;
	position:relative;
	width:300px;
}

.project-filter-link.large,
.list-a-item.large{
	width:300px;
	text-align:left;
	padding-left:10px;
	}
.project-filter-link,
.list-a-item{
	display:block;
	color:white;
	position:relative;
	float:left;
	height:17px;
	margin-top:1px;
	background-color:black;
	padding-top:10px;
	}
.project-filter-link.active,
.list-a-item.active{
background-color:#fff;
color:red;
}
#more-info-link{
	color:white;
	display:block;
	position:relative;
	float:right;
	margin-left:10px;
	}
.project-filter-link:hover,
.list-a-item:hover{
	color:black;
}


#return-projet .list-a-item:hover{
	color:white;
}
.twitter-share-button,
.fb-like{
	margin-top:-4px;
	margin-left:-30px;
	}

.agence .content, .agence-equipe .content{
	background-color:white;
	padding:10px;
}

.list-li-item .title, .list-li-item .content,.list-li-item .content p{
	float:left;
	position:relative;	
	width:290px;
}
/* MAIN MENU */
#main-menu{
	z-index:50;
	}

#ul-level-1{
	position:absolute;
	text-transform: uppercase;
/*	float:left;*/
	left:0;
	width:100px;
	height:auto;
	top:100px;
	}
#voile{
	/*opacity:0;*/
	background-color:white;
    height: 500px;
    top:0;
    position: absolute;
    width: 1024px;
    height:760px;
	}
#ul-level-2,#ul-level-4{
	position:absolute;
	height:auto;
	}

#ul-level-2{
	 left:105px;
	 width:100px; 
	}
#ul-level-3{
	left:210px;
	}
	#ul-level-3.agence-equipe{
	left:0;
	}
#ul-level-4{
	left:315px;
	width:120px;
	}
	
/* STYLE DE TEXTE */
a,p, span{
font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
font-size:11px;
}
#more-info-link{
	font-size:13px;
text-align:right;
}
span.large-text{
	font-size:45px;
}
#project-header{
	padding:10px;
	height: 10px;
	}
#project-title{
	float:left
	}
#project-content{
	font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
    font-size: 11px;
    line-height: 15px;
	float:left;
	}
	
#project-content a{
	color:white;
    text-decoration:underline;
	}
#project-text{
	color:#fff;
	position:absolute;
	top:770px;
	float:left;
	width:1027px;
	z-index:50;
	margin-top:-40px;
	background-image:url(../images/projet/background-desc.png);
	}
#map-tooltip {
	background-color:black;
	padding:5px;
	font-size:11px;
	color: white;
	}
#project-description{
	float: left;
	padding:10px;
    width: 380px;
}
#project-info{
	padding:10px;
	float: left;
    width: 380px;
}
.diapo-btn-video,
.diapo-btn{
	display:block;
	background-image:url(../images/projet/btn-off-2.png);
	height:12px;
	width:12px;
	}


.diapo-btn.active{
	background-image:url(../images/projet/btn-on-2.png);
	}	
#carre-container{
	padding-left:20px;
	position:relative;
	float:left;
	margin-top: 2px;
}
.diapo-btn-video{
	background-image:url(../images/projet/btn-off-video.png);
	}
	
.diapo-btn-video.active{
	background-image:url(../images/projet/btn-on-video.png);
}
.projet-diapo-li{
	float:left;
	margin-left:5px;
	}


 #more-info{
 float:right;
 width:210px;
 }
 
#share-button{
	position:relative;
	float:left;
	}
	
#more-info-link a{
	color:white;
	}

#project-description-scrollbar{
	width: 50px; /*clear: both;*/ margin: 20px 0 10px; 
	}


#project-description-scrollbar { width: 350px; margin: 20px 0 10px 10px; float: left;}
#project-description-scrollbar .viewport { width: 300px; height: 200px; overflow: hidden; position: relative; }
#project-description-scrollbar .overview { list-style: none; position: absolute; left: 0; top: 0; }
#project-description-scrollbar .thumb .end,
#project-description-scrollbar .thumb { background-color: #fff; }
#project-description-scrollbar .scrollbar { position: relative; float: right; width: 15px; }
#project-description-scrollbar .track { background-color: #d5d5d5; height: 100%; width:1px; position: relative; padding: 0 1px; }
#project-description-scrollbar .thumb { height: 20px; width: 2px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#project-description-scrollbar .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#project-description-scrollbar .disable{ display: none; }

#project-info-scrollbar { width: 350px; margin: 20px 0 10px 10px; float: left;}
#project-info-scrollbar .viewport { width: 300px; height: 200px; overflow: hidden; position: relative; }
#project-info-scrollbar .overview { list-style: none; position: absolute; left: 0; top: 0; }
#project-info-scrollbar .thumb .end,
#project-info-scrollbar .thumb { background-color: #fff; }
#project-info-scrollbar .scrollbar { position: relative; float: right; width: 15px; }
#project-info-scrollbar .track { background-color: #d5d5d5; height: 100%; width:1px; position: relative; padding: 0 1px; }
#project-info-scrollbar .thumb { height: 20px; width: 2px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#project-info-scrollbar .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#project-info-scrollbar .disable{ display: none; }

#project-document-scrollbar { width: 270px; margin: 20px 0 10px 10px; float: left;}
#project-document-scrollbar .viewport { width: 300px; height: 200px; overflow: hidden; position: relative; }
#project-document-scrollbar .overview { list-style: none; position: absolute; left: 0; top: 0; }
#project-document-scrollbar .thumb .end,
#project-document-scrollbar .thumb { background-color: #fff; }
#project-document-scrollbar .scrollbar { position: relative; float: right; width: 0px; }
#project-document-scrollbar .track { background-color: #d5d5d5; height: 100%; width:1px; position: relative; padding: 0 1px; }
#project-document-scrollbar .thumb { height: 20px; width: 2px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#project-document-scrollbar .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#project-document-scrollbar .disable{ display: none; }





/**
* NEWS
*/
.news-item .general-item-content{
	padding:10px;
	cursor:pointer;
	}
.news-item a{
	text-decoration:underline;
	 color:#20201f;
	}
.general-item{
	postion:relative;
	float:left;
	margin-bottom:1px;
	}
.general-item-content{
	display: block;
    float: left;
    margin-right: 10px;
    position: relative;
    background-color:black;
    color:#20201f;
    width:290px;
	}
.news-item{
	font-size:11px;
}

.news-item .title{
	color:white;
	height:26px;
	
	}
.news-item .date{
	text-transform: uppercase;
	margin-bottom:5px;
	float:left;
	width:100%;
	}
	.news-item .content{
	margin-bottom:10px;
	}
.general-item-img, .general-item-img-choose	{
	float: right;
    position: relative;
	}

	
.news-btn-defil.top{
	background-image: url('../images/news/btn_defil_top_off.png');
	}
	.news-btn-defil.top:hover{
	background-image: url('../images/news/btn_defil_top_on.png');
	}
.news-btn-defil.bottom{
	background-image: url('../images/news/btn_defil_bottom_off.png');
	}
	.news-btn-defil.bottom:hover{
	background-image: url('../images/news/btn_defil_bottom_on.png');
	}
.general-item-img .thumbnail,  .general-item-img-choose  .thumbnail{
	position:absolute;
	top:0;
	left:10px;
	}

#news{
	position:relative;
	margin-left:105px;
	}
	#agence-equipe-article{
	position:relative;
	height:800px;
	width:800px;
	margin-left:210px;
	}
	#news-container{
	position:relative;
	width:905px;
	}
 #agence-equipe-container{
    position: relative;
    width: 100%;
 }
 .news-btn-defil{
 position:relative;
 	width:310px;
 
 	background-color:black;
 	height:30px;
 	float:left;
 }

#contact {
	font-size:11px;
	font-family:calibri;
    background-color: black;
    color: white;
    height: 500px;
    left: 105px;
    position: absolute;
    top: 188px;
    width: 370px;
    padding:15px;
}
li.media{
	width:300px;
	}
/*
.img-diapo{
	position:absolute;
	}*/
	
	
#contact .title{
	
	
	
	}
	.participants {
	margin-top:50px;
    background-color: black;
    color: white;
    display: block;
    float: left;
    margin-top: 1px;
    padding-top: 10px;
    position: relative;
    padding-left:10px;
    padding-bottom:10px;
    position:relative;
}
	.agence-participant{
	float:left;
	background-color:black;
	}
	
	.agence-participant li{
	color:white;
	}
	
#select-language, #page-info{
	font-size:12px;
	margin:auto;
	width:1024px;
text-align:center;
background-color:white;
}

#loader-gif{
	background-color:black;
	padding:5px;
	padding-right:2px;
	position:absolute;
	right:0;
	width:20px;
	display:none;
	}
	
	#sitemap{
	float:left;
	width:905px;
	padding:10px;
	background-color:black;
	height:745px;
	}
	#sitemap ul, #sitemap li{
	float:left;
	line-height: 13px;
	 }
	#sitemap a{
	color:white;
	}
	

.project-item{
	 height: 75px;
    position: relative;
    width: 100px;
    float:left;
  /*  margin-top: 10px; */
	}
	
.project-cache{

display:none;
background-color:black;
height: 75px;
    position: absolute;
    top: 0;
    left:0;
    width:100px;
    z-index:100;
	}
a.project-link {
	position:relative;
	overflow:hidden;
	display: block;
    height: 75px;
    width: 100px;
	}
 a.project-link:hover .project-title{
	display:block;
	}
	
.project-title{
	display:none;
	padding:3px;
	position:relative;
	z-index:900;
		font-size:12px;
font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
color:#fff;
text-align: center;
	}
	
	
#carrousel_filters {
	padding:5px;
    background-image: url("../images/projet/background-desc.png");
    color: #FFFFFF;
    float: left;
    
    position: absolute;
    top: 770px;
    width: 1027px;
    z-index: 50;
   height: 80px;
    margin-top: -90px;
}
.project-per-date{
	width:880px;
	float:left;
	}
.project-per-date li{
	float:left;
	margin-right:10px;
	}
.pdate{
	display:block;
	float:left;
	width:880px;
	margin-top:10px;
	}
#carrousel_filters_label{
	text-align:center;
	margin-bottom:10px;
	}
.filter-list{
	margin-right:10px;
float:left;}
.filter-inputs li{margin-right:10px;
	float:left;
	}
.ul-pro{
	/*margin-left:150px*/
	}

.project-item{
	border:1px solid gray;
	}	
.project-filter-label{
	position:absolute;
	/*border-top:1px solid black;*/
	font-size:11px;
		background-color:black;
	color:white;
	width:756px;
	padding:3px;
	display:block;
	height:12px;
	}
	.projet-nav-next,
	.projet-nav-prev{
	position:absolute;
	z-index:999;
	top:50%;
	}
	
.projet-nav-next
	{
	right:0;
	}
	.projet-nav-prev
	{
	left:0;
	}
	
	
	#project-background{
	position:relative;
	width:1024px;
	height:760px;
	}
.filter_active {
	color:red;
	}
	.project-filter-links {
	text-align: center;
	margin:auto;
	   background-color: white;
    border-top: 1px solid gray;
    padding-bottom: 10px;
    padding-right: 10px;
    text-align: right;
    width: 85px;
	}
a.project-filter-link{
		text-transform:uppercase;
	}
.project-filter-link.small{
	width:100px;
	}
.project-title-block{
	margin: auto;
	text-align: center;
	width:200px;
		font-size:12px;
font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
color: #fff;
padding:5px;
display:none;
	background-color:black;
	}
#carrousel_carte,
#carrousel_project { margin-left: 200px;
margin-top: 10px;
padding-left:10px;
position: relative;
width:815px;
height:760px;
float:left;
}

#carrousel_carte{
	margin-top: 0;
	}

#carrousel_project .viewport { width: 800px; height: 740px; overflow: hidden; position: relative; }
#carrousel_project .overview { list-style: none; position: absolute; left: 0; top: 0; }
#carrousel_project .thumb .end,
#carrousel_project .thumb { background-color: #fff; }
#carrousel_project .scrollbar { position: relative; float: right; width: 15px; }
#carrousel_project .track { background-color: #858585; height: 100%; width:3px; position: relative; padding: 0 1px; }
#carrousel_project .thumb { height: 20px; width: 3px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#carrousel_project .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#carrousel_project .disable{ display: none; }

#agence-scrollbar .viewport { width: 795px; height: 760px; overflow: hidden; position: relative; }
#agence-scrollbar .overview { list-style: none; position: absolute; left: 0; top: 0; }
#agence-scrollbar .thumb .end,
#agence-scrollbar .thumb { background-color: #fff; }
#agence-scrollbar .scrollbar { position: relative; float: right;  }
#agence-scrollbar .track { background-color: #858585; height: 100%; width:3px; position: relative; padding: 0 1px; }
#agence-scrollbar .thumb { height: 20px; width: 3px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#agence-scrollbar .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#agence-scrollbar .disable{ display: none; }

#news-container .viewport { width: 895px; height: 760px; overflow: hidden; position: relative; }
#news-container .overview { list-style: none; position: absolute; left: 0; top: 0; }
#news-container .thumb .end,
#news-container .thumb { background-color: #fff; }
#news-container .scrollbar { position: relative; float: right; }
#news-container .track { background-color: #858585; height: 100%; width:3px; position: relative; padding: 0 1px; }
#news-container .thumb { height: 20px; width: 3px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#news-container .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#news-container .disable{ display: none; }

#agence-equipe-container .viewport { width: 795px; height: 760px; overflow: hidden; position: relative; }
#agence-equipe-container .overview { list-style: none; position: absolute; left: 0; top: 0; }
#agence-equipe-container .thumb .end,
#agence-equipe-container .thumb { background-color: #fff; }
#agence-equipe-container .scrollbar { position: relative; float: right; }
#agence-equipe-container .track { background-color: #858585; height: 100%; width:3px; position: relative; padding: 0 1px; }
#agence-equipe-container .thumb { height: 20px; width: 3px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#agence-equipe-container .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#agence-equipe-container .disable{ display: none; }



#tooltip{
position:absolute;
color:white;
font-size:12px;
padding:3px;
font-weight:normal;
background-color:black;
}

.sitemap-module-name{
	/*background-color:blue;*/
	width:100%;
	float:left;
	}
.sitemap-category-name{
	/*background-color:pink;*/
	width:25%;
	}
.sitemap-category-content.sitemap-category-name{
	width:100%;
	/*background-color:red;*/
	}
.sitemap-category-content-item{
	/*background-color:green;*/
	width:100%;
	
	}
	
	.sitemap-category-content-item li{
	float:left;
	width:100%;
	margin-left:10px;
	}
#container-container{
	margin: auto;
	 position: relative;
	 width: 1024px;
	}
#bottom-info{
	position:relative;
	float:left;
}

#publication-scrollbar{
	margin-left:230px;
	margin-top:25px;
	}
#publication-scrollbar .pul-row {
	margin-bottom:25px;
	float:left;
	}
#publication-scrollbar .pul-row li{
	float:left;
	margin-left:20px;
	list-style-type:none;
	}

#publication-scrollbar .pcontainer .pdesc{
	background-color:white;
	position:absolute;
	left:-165px;
	width:165px;
	height:145px;
	}
	
.pdesc{
	
	padding-top:75px;
}	
	.pdesc p{
		padding-left:10px;
	}
.pdocument{
	position:absolute;
	bottom:0px;
	height:16px;
	width:160px;
	background-color:#2f2f2f;
	padding-top:3px;
	padding-left:5px;
	
	}
	
.pdocument a{
	color:white;
	}
	
	.pdocument a:hover{
	text-decoration:underline;
	}
#publication-scrollbar .pcontainer{
	position:relative;
	overflow:hidden;
	width:165px;
	height:220px;
	background-color:white;
	border:1px solid silver;
	}
	
	
	
#news-pagination{
 background-color: black;
    bottom: 0;
    position: absolute;
    width: 84px;
	padding:10px;    	
}

#news-pagination a{
	color:white;
}
#news-pagination a:hover{
	text-decoration:underline;
}




#publication-scrollbar { width: 775px;}
#publication-scrollbar .viewport { /*width: 770px;*/ height: 710px; overflow: hidden; position: relative; }
#publication-scrollbar .overview { list-style: none; position: absolute; left: 0; top: 0; }
#publication-scrollbar .thumb .end,
#publication-scrollbar .thumb { background-color: #fff; }
#publication-scrollbar .scrollbar { position: relative; float: right; width: 15px; }
#publication-scrollbar .track { background-color: #d5d5d5; height: 100%; width:1px; position: relative; padding: 0 1px; }
#publication-scrollbar .thumb { height: 20px; width: 2px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#publication-scrollbar .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#publication-scrollbar .disable{ display: none; }
