html,body{margin:0;padding:0}
body{
font: 76% arial,sans-serif ;
text-align:center;
color:white;
background:url('/v1/images/background-small.png') left top repeat-x #0C0B10;
}

body.large{
background:url('/v1/images/background-large.png') left top repeat-x #0C0B10;
}
body.medium{
background:url('/v1/images/background-medium.png') left top repeat-x #0C0B10;
}
div.small{height:22px;}

a,a:hover,a:visited{color:white;}

input#filter_box{width:90%}
div#filter{text-align:center;color:#747489;font-size:9px;padding-bottom:3px;}


span.navigation_bar{color:#747489;}
span.navigation_bar a{color:#747489;}


div#zoom-link{
visibility:hidden;
text-align:center;
padding-top:5px;
padding-bottom:5px;
}

div#zoom-link a{
padding-left:2px;
padding-right:2px;
}


ul.conteneur{
list-style-type:none;
}



div.info-window{
color:black;}

div.info-window a, div.info-window a:visited,div.info-window a:hover{
color:black;}

div.adr{
width:200px;}

div#container{
width: 1000px;
min-width:1000px;
max-width:1000px;
margin:auto; 
text-align:left;
height:100%;
}

.separateur_vertical{
background:transparent url('/v1/images/line_y.gif') repeat-y scroll center top  ;
width:50px;
float:left;
}
div#mini_map{
float:right;
width:400px;
height:280px;

}


div#menu {
width:100%;
height:40px;
}

div#menu .sous_menu{
text-align:center;
float:left;
width:150px;
padding:5px;
background-color:#CCEEFC;
border:1px solid #01A0ED;
margin-right:10px;
margin-bottom:5px;
}

div#slideshow{
width:100%;
}
div.large_slideshow{
width:100%;
height:294px;
	display: block;
	position: relative;
	z-index: 0;


	margin: 0 auto;



}
div.large_slideshow a img {
	border: 0;
	}

div#header{margin:0;padding:0;height:124px;background:url('/v1/images/header.png');}
                                         

div#header h1{display:none;font-size:35px;visibility:hidden;}

div#header a.title  {float:left; height:100px;width:400px;}

div#languages{float:right;
padding:5px;

}
div#wrapper{
padding-top:20px;
background:url('/v1/images/background-content.png')left top repeat-x #0C0B10;
float:left;
width:100%;
}

div#sidebar{padding-top:20px;float:left;width:190px;margin-left:-200px;height:450px;}


/* div#col3{border:#B9CAFF solid 1px ;}  */


div#content{
padding:10px;
margin: 0;margin-left:100px;margin-right:200px;}

div#sub_content{
background-color:white;
}


/* partie centrale */
div#map{width:100%;height:450px;margin:0;padding:0;margin-bottom:10px;}

div#full_map{width:100%;height:550px;margin:0;padding:0;margin-bottom:10px;}


div#results-list{
color:white;
border:1px solid #433C4C;
background-color:#302C36;
width:90%;
overflow-y : auto;
height:400px;
padding:5px;
 }

div#results-list li{

color:#C5C5C5;
display:block;
padding-bottom:5px;
padding-top:5px;
margin-bottom:1px;
margin-top:1px;
border-bottom:1px solid #433C4C; 
}
div#results-list li a{
color:white;
}

div#results-list li.highlight{
background-color: white;
}
div#results-list li.highlight a{
color:black;
}


ul#pub-list  {
padding:5px;
list-style-type: none;
}
ul#pub-list li a{
color:white;
}

/*
padding-top
padding-right
padding-bottom
padding-left
*/
div#navigation {padding-top:20px;float:left;width:100px;margin-left:-100%}
div#navigation  a.sub_level{
background:transparent url('/v1/images/list_arr.gif') no-repeat;
background-position: 3px 10px;
text-decoration:none;
display:block;
font-weight:bold;
color: white;
padding:5px 0px 5px 10px;
}

div#navigation a.sub_level.highlight{color:black;background-color:white;}
div#navigation  a.level{text-decoration:none;display:block;font-weight:bold;color: #AAAAB7;padding:5px 0px 5px 0px;}    




div#footer{padding-top:20px;text-align:center;clear:left;width:100%}
div#footer p{margin:5px;padding:5px 10px}

img{border:0;}


a.none{
text-decoration:none;
}

img{vertical-align:middle;padding-left:2px; padding-right:2px;}



/**
Stylesheet: Slideshow.css
	CSS for Slideshow.

License:
	MIT-style license.

Copyright:
	Copyright (c) 2008 [Aeron Glemann](http://www.electricprism.com/aeron/).
	
HTML:
	<div class="slideshow">
		<div class="images" />
		<div class="captions" />
		<div class="controller" />
		<div class="thumbnails" />
	</div>
	
Notes:
	These next four rules are set by the Slideshow script.
	You can override any of them with the !important keyword but the slideshow probably will not work as intended.
*/


.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

/**
HTML:
	<div class="slideshow-images">
		<img />
		<img />
	</div>
	
Notes:
	The images div is where the slides are shown.
	Customize the visible / prev / next classes to effect the slideshow transitions: fading, wiping, etc.
*/


.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}	

/**
Notes:
	These are examples of user-defined styles.
	Customize these classes to your usage of Slideshow.
*/



/**
HTML:
	<div class="slideshow-captions">
		...
	</div>
	
Notes:
	Customize the hidden / visible classes to affect the captions animation.
*/

.slideshow-captions {
	background: #000;
	bottom: 0;
	color: #FFF;
	font: normal 12px/22px Arial, sans-serif;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	width: 100%;
	z-index: 10000;
}
.slideshow-captions-hidden {
	height: 0;
	opacity: 0;
}
.slideshow-captions-visible {
	height: 22px;
	opacity: .7;
}

/**
HTML:
	<div class="slideshow-controller">
		<ul>
			<li class="first"><a /></li>
			<li class="prev"><a /></li>
			<li class="pause play"><a /></li>
			<li class="next"><a /></li>
			<li class="last"><a /></li>
		</ul>
	</div>
	
Notes:
	Customize the hidden / visible classes to affect the controller animation.
*/

.slideshow-controller {
	background: url(/v1/images/controller.png) no-repeat;
	height: 42px;
	left: 50%;
	margin: -21px 0 0 -119px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 238px;
	z-index: 10000;
}
.slideshow-controller * {
	margin: 0;
	padding: 0;
}
.slideshow-controller-hidden { 
	opacity: 0;
}
.slideshow-controller-visible {
	opacity: 1;
}
.slideshow-controller a {
	cursor: pointer;
	display: block;
	height: 18px;
	overflow: hidden;
	position: absolute;
	top: 12px;
}
.slideshow-controller a.active {
	background-position: 0 18px;
}
.slideshow-controller li {
	list-style: none;
}
.slideshow-controller li.first a {
	background-image: url(/v1/images/controller-first.gif);
	left: 33px;
	width: 19px;
}
.slideshow-controller li.last a {
	background-image: url(/v1/images/controller-last.gif);
	left: 186px;
	width: 19px;
}
.slideshow-controller li.next a {
	background-image: url(/v1/images/controller-next.gif);
	left: 145px;
	width: 28px;
}
.slideshow-controller li.pause a {
	background-image: url(/v1/images/controller-pause.gif);
	left: 109px;
	width: 20px;
}
.slideshow-controller li.play a {
	background-position: 20px 0;
}
.slideshow-controller li.play a.active {
	background-position: 20px 18px;
}
.slideshow-controller li.prev a {
	background-image: url(/v1/images/controller-prev.gif);
	left: 65px;
	width: 28px;
}

/**
HTML:
	<div class="slideshow-loader" />
	
Notes:
	Customize the hidden / visible classes to affect the loader animation.
*/

.slideshow-loader {
	height: 28px;
	right: 0;
	position: absolute;
	top: 0;
	width: 28px;
	z-index: 10001;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 1;
}

/**
HTML:
	<div class="slideshow-thumbnails">
		<ul>
			<li><a class="slideshow-thumbnails-active" /></li>
			<li><a class="slideshow-thumbnails-inactive" /></li>
			...
			<li><a class="slideshow-thumbnails-inactive" /></li>
		</ul>
	</div>
	
Notes:
	Customize the active / inactive classes to affect the thumbnails animation.
	Use the !important keyword to override FX without affecting performance.
*/

.slideshow-thumbnails {
	bottom: -65px;
	height: 65px;
	left: 0;
	position: absolute;
	width: 100%;
}
.slideshow-thumbnails * {
	margin: 0;
	padding: 0;
}
.slideshow-thumbnails ul {
	height: 65px;
	left: 0;
	position: absolute;
	top: 0;
	width: 10000px;
}
.slideshow-thumbnails li {
	float: left;
	list-style: none;
	margin: 5px 5px 5px 0;
	position: relative;
}
.slideshow-thumbnails a {
	display: block;
	padding: 5px;
	position: relative; 
}
.slideshow-thumbnails a:hover {
	background-color: #FF9 !important;
	opacity: 1 !important;
}
.slideshow-thumbnails img {
	display: block;
}
.slideshow-thumbnails-active {
	background-color: #9FF;
	opacity: 1;
}
.slideshow-thumbnails-inactive {
	background-color: #FFF;
	opacity: .5;
}
