/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 07
   Elephorm & Alsacreations.com
   Conditions d'utilisation:
   http://creativecommons.org/licenses/by/2.0/fr/
   ==============================================*/

/* General */
html {
	overflow: scroll;
	font-size: 100%; 0D033E
	margin: 0;
}
body {
	margin: 0;
	padding: 0; /* Note -> 2 */
	font-family: verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif; 
	font-size: .8em; /* -> 4 */
	line-height: 1.25; /* -> 5 */
	color: #333333;
	background: white;
}
a {
	color: #005cb9;
	text-decoration:none;
}
a:hover, a:focus {
	color: #0D033E;
}
strong {
	color: #005cb9;
}

.bandeau {
	width: 900px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap; /* nowrap, wrap, wrap-reverse */
	justify-content: space-between; /* flex-start, flex-end, center, space-between, space-around */
	align-items: center;   /* si height dans conteneur : stretch, flex-start, flex-end, center, baseline */
	align-content: stretch; /* stretch, flex-start, flex-end, center, space-between, space-around */
	padding:10px;
  background-color:#D19141;
}
.slogan {
  color:#ffffff;
	font-size: 2em;
	text-align: center;
}
.slogan .bouton {
	font-size: 14px;
}
.bandeau img {
	width:120px;
	border:0px inset #F2F2F2;
	vertical-align:middle;
}

/* Bloc central contenant #navigation et #contenu */
#centre {
	background: #ffffff; 
}

/* Navigation */
#navigation {
	background: #ffffff; 
}
#navigation a {
	color: #004040;
}
#navigation a:hover, #navigation a:focus {
	/* background: #005cb9; */
	text-decoration: none;
}

/* Contenu principal */
#contenu {
	color: #363B29;
	background: #ffffff; 
}
#contenu a {
	color: #005cb9;
}
#contenu a:hover, #contenu a:focus {
	color: #0D033E;
}
#contenu strong {
	color: #181A12;
}
/* --- POSITIONNEMENT --- */
/* Page */
body {
	padding: 10px 5px;
}
#global {
	width: 900px; /* TAILLE GLOBALE */
	margin: 0 auto;
	padding-top:30px;
}

/* En-tete */
#entete {
	padding: 0;
  background-color:#D19141;
}

/* Bloc central contenant #navigation et #contenu */
#centre {
	width: 100%; 
	overflow: hidden; 
}
/* Ressource */
.titreressource {
	padding:20px 0 20px 0;
	color: #A51916;
	font-weight: bold;
	font-size:17px;
}
.texteressource {
	font-size:13px;
	text-align:justify;
}
/* Menu de navigation */
#navigation {
	width: 250px; /* TAILLE BANDEAU GAUCHE */
	float: left; 
}
#navigation ul {
	margin: 0;
	padding: 20px 10px 20px 10px;
	list-style: none;
}
#navigation a {
	/* display: block; */
	font-size: .9em;
	text-decoration: none;
}

/* Contenu */
#contenu {
	margin-left: 270px;
	padding: 10px 20px;
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}

/* Pied de page */
#pied {
	margin: 0;
	padding: 15px 20px 10px 0;
	font-size: .85em;
}

/* Mention de copyright */
#copyright {
	margin: 8px 0 0 0;
	font-size: 1em;
	text-align: left;
}
div.gauche {
    float: left;
    width: 40px;
    margin-right: 10px;
    background: transparent;
    text-align: center;
}
div.droite {
    float: right;
    width: 20px;
    margin-left: 10px;
    background: transparent;
}
div.milieu {
	overflow: hidden;
	background: transparent;
	line-height: 1.5;
}

hr {
	width:300px;
  	height: 1px;
  	color: #c9c1ac;
  	background-color: #c9c1ac;
  	border: 0;
  	margin-top: 20px;
  	margin-bottom: 20px;
}

/* La zone d'affichage des criteres */
.tags {
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	padding:12px 12px 6px;
	font-size: 1.00em;
	color: #333333;
	margin:10px;
	background-color:#FFFFFF;
  width: 95%;
  border: 1px outset #CCCCCC;
}
/* Les caracteristiques de l'operateur booleen ET dans la zone .tags */
.et {
	color: #075FB2;
	font-weight: bold;
}

/* Les facettes */
.cartouche {
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	padding:6px;
	margin-bottom:10px;
	background-color:#FFFFFF;
  border: 1px outset #FFFFFF;
 	max-height:240px;
  height:auto !important;
  height:240px;
  width: 230px;
 }

.cartouche h3 {
	background-color:transparent;
	font-size: 18px;
  font-family: arial, sans-serif;
  	color: #808080;
	text-align:center;
	margin:0px;
	padding: 2px;
}

/* Choisir police non proportionnelle si troncature des termes - par exemple Courier new */
.tablefacette {
	/* font-family : Courrier new; */
    font-family: arial, sans-serif;
	font-size : 14px;
}
.tablefacette thead {
 	display:block;
	font-size: 12px;
}
.tablefacette tbody {
	display:block;
	height:auto;
	overflow:auto;
	overflow:scroll;
	max-height:250px;
	font-size:12px;
	border-spacing : 0;
	border-collapse : collapse;
}
.tablefacette thead tr th:nth-child(1) { /* column 1 ! */
  width:210px;
  color:#808080;
	background-color:transparent;
}
.tablefacette thead tr th:nth-child(2) { /* column 2 */
  width:30px;
	color:#808080;
	background-color:transparent;
}
.tablefacette tbody tr td:nth-child(1) { /* column 1 ! */
  width:210px;
  color:#808080;
   font-size:14px;
	background-color:transparent;
}
.tablefacette tbody tr td:nth-child(2) { /* column 2 */
  width:30px;
	color:#808080;
	background-color:transparent;
	vertical-align: text-top;
}
/* Possibilite d'alterner les couleurs des lignes si termes très long */
.tablefacette tbody tr:nth-child(odd) { /* lignes impaires ! */
  width:240px; 
	background-color:#FFFFFF;
}
.tablefacette tbody tr:nth-child(even) { /* lignes paires */
  width:240px; 
	background-color:transparent;
       }
.tablefacette tfoot {
 display:block;
}
.tablefacette tfoot tr td:nth-child(1) { /* column 1 ! */
  width:120px;
 }
.tablefacette tfoot tr td:nth-child(2) { /* column 2 */
  width:120px;
 }

.occ {
	color:#800000;
}
/* SELECTION PANIER */
.sel_on {
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, right top, color-stop(40%, #DAE1F1), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #DAE1F1 40%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #DAE1F1 40%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #DAE1F1 40%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to right, #DAE1F1 40%, #ffffff 100%); /* W3C */
}
.sel_td {background:transparent url(../images/punaise.png) top left no-repeat;}
.sel_of {background:transparent;}

/* BARRE NAVIGATION */
.barre {
	font-size: 14px;
	color: #000000;
}	

.page_active {
  background: #DAE1F1;
  border-left: 2px solid white;
  border-right: 2px solid #d5cebe;
  border-top: 1px solid white;
  border-bottom: 1px solid #d5cebe;
}

a.page_lien {
  color: #005cb9;
  text-decoration: none;
  border-left: 2px solid white;
  border-right: 2px solid white;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
a.page_lien:hover, a.page_lien:focus {
  border-left: 2px solid #d5cebe;
  border-right: 2px solid white;
  border-top: 1px solid #d5cebe;
  border-bottom: 1px solid white;
}
/* CASCADE */
a.cascade         {color:#646464;text-decoration:none;border-bottom: 1px dotted white;}
a.cascade:link    {color:#005cb9}
a.cascade:visited {color:#0D033E}
a.cascade:active  {color:#0D033E}
a.cascade:hover   {color:#0D033E;border-bottom: 1px dotted #646464;}

/* STATUS */
.status {
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color:#333333;
	font-weight: bold;
	text-align: right;
}
.scribnet {
 	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color:#404040;
	font-style: normal;
}
/* DRAPEAUX LANGUES */
.flag {
    opacity: 0.5;
}
.flag:hover {
    opacity: 1.0;
}
/* BOUTONS - ZONES DE SAISIE */
label, button, input[type='submit'], input[type='reset'], input[type='button'] {
  cursor: pointer;
}
input[type='text'], input[type='input'], input[type='password'], input[type='search'], input[type='email'], textarea {
  border: 1px solid #808080;
  background-color: white;
  padding: 0.2em;
  font: normal 13px Arial, Helvetica, Sans, sans-serif;
}
input[type='text']:focus, input[type='input']:focus, input[type='password']:focus, input[type='search']:focus, input[type='email']:focus, textarea:focus {
  -webkit-box-shadow: 0 0 4px #0080FF;
  border: 1px solid #0080FF;
  background-color: white;
  box-shadow: 0 0 4px #0080FF;
}
input[type='text']:focus, input[type='input']:focus, input[type='password']:focus, input[type='search']:focus, input[type='email']:focus, textarea:focus {
  -webkit-box-shadow: 0 0 4px #0080FF;
  border: 1px solid #0080FF;
  background-color: white;
  box-shadow: 0 0 4px #0080FF;
}

.libelle {
  font-size: 13px;
  color: #000000;
}
.vedette {
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	background-color: #0B3379;
}
.Abstract {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}
/* a.url{padding-right:14px;background:transparent url("../images/url.gif") no-repeat right} */
a.url{
	padding-left:16px;background:transparent url("../images/html.png") no-repeat left;
}

a.guide{
	padding-left:16px;
	background:transparent url("../images/fenetre.png") no-repeat left;
	color: #0B3379;
}

/* PANIER DE SELECTION */
.selection {
	padding: 4px;
	border:1px inset;
	-webkit-border-radius:8px;	
  border-radius:8px;	
	font-size: 13px;
}
.selection legend {
	padding-right: 5px;	
	padding-left: 5px;	
	font-weight: bold;
	font-size: 13px;
}
#map-container {
  margin-left: auto;
  margin-right: auto;
  width: 1000px; /* largeur obligatoire pour �tre centr� */
}
#map{width:990px;height:560px;margin-bottom:20px;}


/* AFFICHAGE LEXIQUE - PRENDRE POLICE NON PROPORTIONNELLE */
.listebut {
	background-color: #f2f2f2;
	font-family : Arial;
	font-size : 14px;
	color : #000000;
	text-decoration:none;
	width:100%;
	height: 200px;
}
.listesrc {
	background-color: #ffffff;
	font-family : Arial;
	font-size : 14px;
	color : #000000;
	text-decoration:none;
	width:100%;
	height: 200px;
}
.aide {
	font-weight: bold;
	font-size: 12px;
	color:#0B3379;
	height: 40px;
	text-align: center;
}
.confidentiel {
	font-weight: bold;
	font-size: 12px;
	color:#ff0000;
}
	#picture {
		float:left;
		width: 100px;
		margin : 10px;
	}
	#logo {
		border: 2px inset #F2F2F2;
	}		
	#login {
		border: 1px solid #696;
		margin : 0 auto;
		text-align: center; width: 700px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		-webkit-box-shadow: #666 0px 2px 3px;
		box-shadow: #666 0px 2px 3px;
		background: #F2F2F2;
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F2F2F2), to(#E5E1D7));
		background: -webkit-linear-gradient(#F2F2F2, #E5E1D7);
		background: -ms-linear-gradient(#F2F2F2, #E5E1D7);
		background: -o-linear-gradient(#F2F2F2, #E5E1D7);
		background: linear-gradient(#F2F2F2, #E5E1D7);
		-pie-background: linear-gradient(#F2F2F2, #E5E1D7);
	}	
.langueon {
	border-bottom: 2px solid #005B76;
	font-weight: bold;
	font-size: 12px;
	color:#005B76;
}
.langueoff {
	border-bottom: 2px solid transparent;
	font-weight: bold;
	font-size: 12px;
	color:#808080;
}
/* SLIDER DATES */
#yeard, #yearf  {
  width: 3em;
  height: 1.6em;
  top: 50%;
  margin-top: -.8em;
  text-align: center;
  line-height: 1.8em;
  font-size:0.8em;
  color:#ffffff;
  background:#084B8A
}
.search
{
  width:98%;
  margin:3px 0 3px 0;
  padding:0;
 }
#slider
{
  width:94%;
  margin:3px 0 3px 0;
  padding:0;
  background:#084B8A
  
}
/* COLONNES GRILLE DE RECHERCHE 
	A RESPECTER :
	col1 + col2 + col3 + col4 = 100
	ADAPTER SOMMES COLONNES
	Ex : Col12 = Col1 + Col2
*/
.ligner {width: 100%; background-color: transparent;	margin-bottom: 2px; margin-top: 2px; text-align: right;}
.ligne {width: 100%; background-color: transparent;	margin-bottom: 2px; margin-top: 2px; text-align: left;font-size:0.9em;}
.col1 {margin: 0px; padding: 0px; float: left; width: 21%; text-align: right;}
.col2 {margin: 0px; padding: 0px; float: left; width: 53%; text-align: left;}
.col3 {margin: 0px; padding: 0px; float: left; width: 4%; text-align: left;}
.col4 {margin: 0px; padding: 0px; float: left; width: 22%; text-align: right;}
.col12 {margin: 0px; padding: 0px; float: left; width: 74%; text-align: left;}
.col123 {margin: 0px; padding: 0px; float: left; width: 78%; text-align: left;}
.col23 {margin: 0px; padding: 0px; float: left; width: 57%; text-align: left;}
.col234 {margin: 0px; padding: 0px; float: left; width: 79%; text-align: left;}
.col34 {margin: 0px; padding: 0px; float: left; width: 26%; text-align: right;}
.spacer {clear: both;}
.ui-autocomplete-loading { background: white url('loading.gif') right center no-repeat;}
.ui-autocomplete {max-height: 100px; overflow-y: auto; overflow-x: hidden; padding-right: 20px;}
* html .ui-autocomplete {height: 100px;}
.mobile {display:none;}

.libel {
	color: #DB6D00;
	font-weight: bold;
	font-size:11px;
}
.cote {
	background-color: #008080;
	color: #fff;
	font-weight: bold;
	font-size:14px;
  padding:3px;
}
.auteurs {
	color: #000000;
	font-weight: bold;
	font-size:14px;
	margin-bottom:20px; 
}
.titres {
	color: #000000;
	font-weight: bold;
	font-size:14px;
	margin-bottom:20px; 
}
.titre {
	color: #004080;
	font-style: italic;
	font-size:14px;
	margin-bottom:20px; 
}

@media screen and (max-width: 700px){
	.col1 {margin: 0px; padding: 0px; float: none; width: 100%; text-align: left;}
	.col2 {margin: 0px; padding: 0px; float: left; width: 60%; text-align: left;}
	.col3 {margin: 0px; padding: 0px; float: left; width: 2%; text-align: left;}
	.col4 {margin: 0px; padding: 0px; float: left; width: 38%; text-align: right;}
	.col12 {margin: 0px; padding: 0px; float: left; width: 60%; text-align: left;}
	.index{display:none;}
	.mobile {display:block;}
	#navigation{display:none;}
	#contenu {margin: 2px;padding:2px;}
	.tags {margin:2px;}
	.search{width:75%;margin:0;padding:0;}
}