
/*********************************************/
/*   Feuille de style du Kit Spip CNRS	     */
/*   styles généraux						 */
/*   Auteur : CNRS						     */
/*  © 2008 - Distribué sous licence GNU/LGPL */
/*********************************************/

* {
	font-family: 'Roboto', Arial, Verdana, sans-serif;
	color: #333;
	font-size : 14px}

body {
	margin: 0;
	padding: 0;
	background-color: #f5f5f5}

/* Styles pour Spip */
/* Ne pas afficher boutons Site privé et recalculer */
.spip-admin-float { display:none; }

.spip_documents { 
  text-align: center;
}

.spip_documents_center { 
  width: 100%;
  display: block;
  margin: auto;
}

.spip_documents_left { 
  margin:  5px 20px 5px 0;
  float: left;
}

.spip_documents_right { 
  float: right;
  margin: 5px 0 5px 20px;
}

.spip_doc_titre,
.spip_doc_descriptif { 
  font-size: 11px;
  margin-right: auto; 
  margin-left: auto;
}

.spip_surligne {
  color : #000000;
  background-color: #ffff00;
}

blockquote.spip, 
blockquote.spip p,
.spip_serif { 
  font-family: Arial, Verdana, sans-serif;
}

blockquote.spip { 
  margin: 1em; 
  padding-left: 1em;
}

.spip_code,
code,
.spip_cadre { 
  font-family: monospace; 
  font-style: normal; 
  font-size: 1em; 
  margin: 1em;
}

#texte .spip_cadre { 
  border: 1px solid #999999; 
  padding: 5px;
}

table.spip {
  margin: 15px 0px 15px 10px;
  border: 1px solid;
  border-collapse: collapse; 
}

table.spip caption {
  caption-side: top; /* bottom pas pris en compte par IE */
  text-align: center;
  margin: auto;
  padding: 3px;
  font-weight: bold; 
}

table.spip tr.row_first {background:#D6F0FF; }
table.spip tr.row_odd {background:#C0C0C0; } 
table.spip tr.row_even {background:#DCDCDC; }

table.spip td,
table.spip th {
  border-style : solid;
  border-width : 1px;
  padding: 3px 5px 3px 5px;
}

table.spip th { 
  text-align: left;
}

h3.spip {
  font-size: 12px;
  font-weight: bold;
  margin: 20px 0px 10px 0px;
}

p.spip,
p {
  margin: 15px 0}

hr.spip {
  width: 80%;
  margin: 20px auto 20px auto;
}

a.spip_note {
  text-decoration: none;
}

/* Fin styles pour Spip */

.accessibility {
  display: none;
}

.clearer {
  clear: both;
}

img {
  border: none;
}

a,
a:link,
a:visited,
a:hover {
	color: #eb7d58;
	text-decoration : none}

a.picto-pdf-ltl {
	background: url(../images/picto-pdf-20x20.png) no-repeat left center;
	padding-left: 24px}

a:hover {
	text-decoration: underline}

h2 a.fil-rss-actus {
  float: right;
  font-weight: normal;
  font-size: 12px;
}

table {
  border-collapse: collapse;
}

h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

h3 a:link,
h3 a:visited,
h3 a:hover {
  text-decoration: none;
}


p,
li,
td {
  font-size: 14px}

span.petit,
ul ul,
p.petit,
.date {
  font-size: 12px;
  margin: 5px 0 0;
}

ul.liste-liens a:link,
ul.liste-liens a:visited,
ul.liste-liens a:hover {
  text-decoration: none;
  font-weight: bold;
}

li.liste-doc {
  font-size: 12px;
  text-align:left;
  margin: 10px 0 0 10px;;
}

/* Bloc dépliable */
div.cs_blocs {
overflow: hidden;
}

/* tableaux avec bordures, style à appliquer au tableau */
.libelle_tableau{
  font-size: 14px;
  font-weight: bold;
  color : #3A75AF;
  margin: 10 px;
}

table{
	width:100%;
	margin: 10px 0}

table.table-avec-bordures {
	margin: 20px 0}

table.table-avec-bordures th {
  font-size: 14px !important;
  font-weight: normal;
  color : #4897dc;
  background-color: #f4f4f4;
  text-align:center}

table.table-avec-bordures,
table.table-avec-bordures td,
table.table-avec-bordures th {
	font-size: 12px;
	text-align:	center;
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 5px}

table.table-avec-bordures td.date_event {
  width: 150px;
  font-weight: bold; 
}

table.table-avec-bordures td.date_dommage {
  width: 100px;
}

table.table-avec-bordures td.code_evenement {
  width: 70px;
}

table.table-avec-bordures td.localisation {
  width: 150px;
}

table.table-avec-bordures td.description_evenement {
  text-align:left;
  width: 410px;
}

table.table-avec-bordures td.titre_source {
  text-align:left;
  width: 450px;
}

table.table-avec-bordures td.depot {
  width: 100px;
}
table.table-avec-bordures td.date_event {
  width: 100px;
  font-weight: bold; 
}

table.table-avec-bordures td.desc_mesure {
  text-align:left;
  width: 400px;
}

table.table-avec-bordures td.hauteur {
  width: 80px;
}

table.table-avec-bordures td.echelle {
  width: 120px;
}

table.table-avec-bordures td.comment_mesure {
  width: 50px;
}


table.table-avec-bordures td.depot {
  width: 100px;
}


/* tableaux sans bordures pour meu horizontal */
table.table-menu td {
  width: 150px;
  text-align:center;
  padding-top: 15px;
  padding-bottom: 15px;
}

table.table-menu td a.lien-menu {
  font-size: 14px;
  font-weight: bold;
  color : #030375;
  text-align:center;
}

table.table-menu td a.lien-menu:hover {
  background-color: #030375;
  color: #FFFFFF ;
}

table.table-menu td.lien-menu {
  font-size: 14px;
  font-weight: bold;
  color : #030375;
  text-align:center;
}

table.table-menu td.lien-menu-sel {
  font-size: 16px;
  font-weight: bold;
  background-color: #030375;
  color: #FFFFFF ;
  text-align:center;
}



/* tableaux sans bordures dans un tableau avec bordures */
table.table-sans-bordures,
table.table-sans-bordures td,
table.table-sans-bordures th {
  border-width : 0px;
}

/* bordure des listes d'articles div.alaune div.actus et div.resume */ 

.avec-bordure {
  border-bottom: 1px solid #e1e5e8; 
  padding-bottom: 10px;
}

/* Liste résultats */
.ResultListe {
	position: relative;
	padding: 15px 10px;
	margin: 10px 0 10px}
.ResultListe p,
.ResultListe p strong {
	color: #4897dc;
	font-size: 16px;
	margin: 0;}
.ResultListe p {
	color: #333}
.ResultListe p strong {
	font-weight: normal}

	
/* Fiches */
div.ResumFiche {}

.en-tete-fiche .titre-type-h1 {
	margin: 0 0 15px 0 !important}
.en-tete-fiche .ResumFiche p {
	font-weight: bold}
.en-tete-fiche .ResumFiche p strong {
	display: inline-block;
	width: 55px}

div.LabelFiche {
  margin-top: 20px;		
  margin-bottom: 5px;	 
  color : #3A75AF;
  font-size: 14px;
  font-weight: bold;
}

div.DataFiche {
  margin-left: 5px;
  padding: 5px;
  width: 750px;
  border: 1px solid;
}

/* Popup */

.content-popin {
	background-color: #fff;
	padding: 0 10px}

div.ResumPopup {
	font-weight: bold;
	padding: 8px;
	background-color: #f4f4f4}
div.ResumPopup p {
	color: #000;
	margin: 8px 0}
div.ResumPopup p span {
	color : #4897dc;
	font-weight: normal}

/* Conteneur general */

#principal {
  width: 980px;
  position: relative;
  padding: 0;
  margin: 0 auto;
  background-color: #fff;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  overflow: hidden}

/* Bandeau superieur */

#top {
	position: relative;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0}
.top-container {
	position: relative;
	height: 120px;
	background: url(../images/header-bkg.jpg) no-repeat 0 0;
	border-bottom: 1px solid #e2e3e8}

#nom-labo {
	position: absolute;
	left: 19px;
	top: 38px}
#nom-labo a {
	display: block;
	width: 317px;
	height: 55px;
	text-indent: -9999px;
	text-decoration: none;}



/* Colonne de gauche */
       
#colgauche {
  position: relative;
  float: left;
  width: 180px;
  border-right: 1px solid #dbdbdb;
  padding-bottom: 80px;
  z-index: 10;
}

#partenaires {}

#partenaires .partenaire {
  width: 180px;
  text-align: center}

#partenaires ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden}
#partenaires li {
	display: block;
	width: 90px;
	height: 60px;
	text-align: center;
	float: left}

/* Menu */

div#menu {
  position: relative;
  min-height: 130px;
  margin-bottom: 50px}
/*

div#menu ul {
  margin: 0; 
  padding: 0; 
  width: 150px; 
  background: white;
  border-top: 1px solid;
}

div#menu li {
  position: relative; 
  list-style: none; 
  margin: 0;
  padding: 0; 
  border-bottom: 1px solid;
}

div#menu div.level1 {
  padding: 4px 5px 4px 5px;
  width: 140px;
  color : #3A75AF;
  font-size: 14px;
  font-weight: bold;
}

div#menu li a {
  display: block;
  text-decoration: none;
  padding: 4px 5px 4px 5px;
  width: 140px;
  color : #3A75AF;
  font-size: 14px;
  font-weight: bold;
}

div#menu>ul a {
  width: auto;
}

div#menu ul ul {
  position: absolute; 
  top: -1px; 
  left: 150px;
  display: none;
  border-left: 1px solid;
  border-right: 1px solid;
}

div#menu ul.level2 li a,
div#menu ul.level3 li a { 
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color : #3A75AF;
  background-color: #FFFFFF ;
  border-left: 1px solid;
  border-right: 1px solid;
}

div#menu ul.level1 li:hover ul.level2, 
div#menu ul.level2 li:hover ul.level3 {
  display: block !important;
}

div#menu ul.level1 div.level1:hover,
div#menu ul.level1 a:hover,
div#menu ul.level2 a:hover, 
div#menu ul.level3 a:hover {
  background-color: #3A75AF;
  color: #FFFFFF ;
}
*/

/* Annuaire et Intranet */

#annuaire,
#intranet,
#deconnexion {
  position: relative;
  width: 150px;
  margin: 0;
  border-top: 1px dotted;
}

#intranet { 
  margin-top: 0px;
  background: url(#EVAL{_DIR_PLUGIN_KITCNRS}images/boite-outils/icones/intranet.gif) no-repeat 5px center;
}

#deconnexion { 
  margin-top: 0px;
  background: url(#EVAL{_DIR_PLUGIN_KITCNRS}images/boite-outils/icones/assistance-pt.gif) no-repeat 5px center;
}

#annuaire ul,
#intranet ul,
#deconnexion ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  width: 150px;
}

#intranet ul,
#deconnexion ul {
  margin-left: 25px;
  width: 125px;
}

#annuaire ul li a,
#intranet ul li a,
#deconnexion ul li a {
  display: block;
  font-weight: bold;
  font-size : 12px;
  text-decoration: none;
  padding: 10px 6px 10px 6px;
  width: 138px;
}

#intranet ul li a,
#deconnexion ul li a { 
  width: 113px;
}

/* Rechercher */

#recherche {
  position: relative;
  border-top: 1px dotted;
  border-bottom: 1px dotted;
  padding: 10px 6px 6px 6px;
  margin: 0;
}

#recherche h2 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size : 12px;
}

#recherche p {
  font-size: 11px;
  margin: 0;
  line-height: 13px;
  padding: 0;
}

#recherche form {
  padding: 0;
  margin: 0;
}

#recherche input.box {
  position: relative;
  top: -6px;
  font-size: 10px;
  border: 1px solid;
  width: 100px;
  margin: 0 5px 0 0;
  padding: 1px;
}

/* Menu de langue */

#menu_lang { 
	position: absolute;
    right: 8px;
    bottom: 8px;
	margin: 0;
}

/* Icones de navigation */

#navigation {
  position: absolute;
  left: 0px;
  bottom: 10px;
  width: 150px;
  text-align: center;
  z-index: 20;
}

#navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

#navigation ul li {
  margin: 0;
  padding: 0;
  display: inline;
}


/* Colonne de droite */

#pageune,
#pageseconde {
  position: relative;
  width: 799px;
  margin: 0;
  padding: 0;
  float: right}

#pageune {
  background: url(squelettes/images/parde_bandeau.jpg) no-repeat top left;
}

#pageseconde {

}

#chemin {
  margin: 0;
  font-size: 11px;
  padding: 8;
  border-bottom: 1px solid;
}

#chemin a:link, #chemin a:visited, #chemin a:hover {
  text-decoration: none
}

#texte {
  position: relative;
  margin: 0;
  padding: 0px 30px 30px}

div.texteune {
  /* padding-top: 135px !important; */
}

#texte h1,
#texte .titre-type-h1 {
	color: #4897dc;
	font-size : 20px;
	font-weight: 300;
	margin: 20px 0 15px 0}

#texte h3,
.content-popin h3 {
	color: #4897dc;
	font-size : 16px;
	font-weight: 300;
	margin: 15px 0}

/* Style des champs de formulaires pour SPIP 2.0 */
#texte fieldset ul {
  margin: 0;
  list-style:none;
  padding-left: 0;
}

#texte fieldset ul li {
  margin: 1em 0;
}
/* Fin de style des champs de formulaires pour SPIP 2.0 */

#texte ul.liste-liens {
  padding-left: 15px;
}

#texte ul.liste-liens li {
  margin-left: 15px;
}

p.suite {
  height: 1em;
  margin: 0;
  padding: 0 0 5px 0;
  font-size:0.9em;
}

div.separateur {
  border-bottom: 1px solid;
  height: 20px;
  width: 98%;
  margin: 0px auto 0px auto;
}

div.groupetitre { 
  margin: 0px 0 25px 0;
}

p.surtitre {
  font-weight: bold;
  margin: 0 0 -5px 0;
  padding-top: 10px;
}

p.soustitre {
  font-weight: bold;
  margin: 4px 0 0 0;
}

p.auteur {
  margin: 10px 0 0 0;
  font-size: 11px;
}

p.auteur a {
  text-decoration: none;
}

.chapeau {
  margin: 0px 0px 15px 0px;
  font-style: italic;
}

p.lien_article {
  font-weight: bold;
  margin: 15px 0px 15px 0px;
}

p.lien_article a {
  font-weight: normal;
}

p.postscriptum {
  font-style: italic;
  margin: 25px 0px 10px 0px;
}

div.notes {
  margin: 5px 0px 10px 0px;
}

div.notes p {
  font-size: 11px;
  margin: 3px;
}

table.docjoints {
  border: none;
  margin: 25px 10px 20px 10px;
}

table.docjoints td {
  border: none;
  padding: 0px 25px 20px 0px;
  width: 150px;
  text-align: center;
  vertical-align: top;
} 

table.docjoints p { 
  font-size: 11px;
  margin: 0;
}

table.docjoints p.titredoc,
.spip_doc_titre { 
  font-weight: bold;
}

span.vignette {
  float: left;
  padding: 0 8px 0 0;
}

#texte ul.navdroite {
  position: relative;
  top: 0px;
  right: -10px;
  float: right;
  width: 130px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 20px 20px;
  padding: 0;
  border-left: 1px solid;
  list-style-image: none;
}

/* Hack IE6 Windows \*/
* html #texte ul.navdroite {
  position: relative;
  top: 0px;
  right: -10px;
  list-style-image: none;
}
/* Fin hack IE6 */

#texte ul.navdroite li { 
  list-style-image: none;
  display: block;
  margin: 0;
  padding: 0.6em;
  border-bottom: 1px solid;
}

#texte ul.navdroite li a:link,
#texte ul.navdroite li a:visited,
#texte ul.navdroite li a:hover {
  text-decoration: none;
}

/*** Styles pour pagination ***/
p.pagination {
font:12px Arial, Helvetica, sans-serif;
color:#3A75AF;
}

p.pagination a:hover {
  text-decoration: none;
  background-color: #3A75AF;
  color: #FFFFFF;
}
 
p.pagination a {
color:#3A75AF;
margin:3px;
}
 
p.pagination span.active {
color:#3A75AF;
font-weight: bold;
margin:5px;
}
 
#results{
margin-left:90px;
list-style-type:circle
}

a.precedent {
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url(../images/fleche-gauche.gif);
  height: 1em;
  margin: 0;
  padding: 0px 0 0px 15px;
}

a.suivant {
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(../images/fleche-droite.gif);
  height: 1em;
  margin: 0;
  padding: 0px 15px 0px 5px;
}

a.premier {
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url(../images/fleche-gauche-plus.gif);
  height: 1em;
  margin: 0;
  padding: 0px 0 0px 15px;
}

a.dernier {
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(../images/fleche-droite-plus.gif);
  height: 1em;
  margin: 0;
  padding: 0px 15px 0px 5px;
}

/*** Styles pour sommaire ***/

.texte_sommaire {
  width: 650px;
  margin: 10px 10px 10px 10px;
  padding: 20px 20px 20px 20px;
}

.texte_gauche {
  border-right: 1px solid;
  width: 428px;
  margin: 0 0 -1px 0px;
  padding: 0px 10px 10px 0px;
}

/* Hack IE6 Windows \*/
* html .texte_gauche {
  width: 425px;
}
/* Fin hack IE6 */

.texte_droite {
  position: absolute;
  top: 135px;
  right: 0px;
  width: 150px;
  font-size: 11px;
  margin: 0;
  padding: 0;
  border-left: 1px solid;
}

.texte_droite p {
  font-size: 11px;
}

#texte h2.alaune,
#texte h2.actus {
  padding: 15px 0 10px 10px;
  margin: 0 0 10px 0;
}

h2.actus a.toutes-actus {
  float: right;
  font-weight: normal;
  font-size: 12px;
}

#texte h2.anoter {
  padding: 8px 0 8px 8px;
  margin: 0;
  border-bottom: 1px solid;
}

div.alaune,
div.actus {
  margin: 10px 0px 10px 10px;
}

div.anoter {
  margin: 0;
  padding: 8px;
  border-bottom: 1px solid;
}

div.anoter h3 {
  margin: 0;
}

div.anoter p {
  margin: 0;
}

/*** Fin styles pour sommaire ***/


/*** Styles pour annuaire ***/

div.float_droit {
  float: right;
  width: 230px;
  text-align: left;
  border: none;
  padding: 5px 5px 10px 10px;
}

#texte div.float_droit p {
  margin: 0;
}

/*** Fin styles pour annuaire ***/


/*** 

	FORMULAIRES

 ***/

#texte form {
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 10px 20px;
	margin: 25px 0} 

#texte fieldset { 
  border: none;
  padding: 0;
  margin: 0}

#texte legend {
	color: #333;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px}

#texte label { 
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: 400}
#texte form li span.inline { 
	color: #333;
	font-size: 14px;
	font-weight: 400}

#texte input.text,
#texte textarea {
	display: inline-block;
	height: 20px;

	color: #555;	
	font-size: 14px;
	line-height: 20px;

	vertical-align: middle;
	
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	
	padding: 4px 6px}

#texte .select-commune {
	height: 30px;
	line-height: 30px;
	font-size: 14px}

#texte .spip_bouton { 
  margin-top: 10px;
}

#texte p.boutons {
	text-align: right;
	padding: 0 10px}

#texte .bouton {
	display: inline-block;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	padding: 4px 12px;
	margin: 0}
#texte .bouton:hover,
#texte .bouton:click {
	background-color: #ebd4cc;
	background-image: -moz-linear-gradient(top, #ffffff, #ebd4cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ebd4cc));
	background-image: -webkit-linear-gradient(top, #ffffff, #ebd4cc);
	background-image: -o-linear-gradient(top, #ffffff, #ebd4cc);
	background-image: linear-gradient(to bottom, #ffffff, #ebd4cc)}

.boutons .spacer {
	display: inline-block;
	width: 15px}



/* Spécifique formulaire "Recherche des évènements à partir des dommages causés" */

.table-type-dommage-ouvrage {
	width: 100%;
	margin: 0}
.table-type-dommage-ouvrage td {
	text-align: left;
	vertical-align: top}
.table-type-dommage-ouvrage td span.inline {
	margin: 0}
.table-type-dommage-ouvrage .col-label-dommage {width: 170px}
.table-type-dommage-ouvrage .col-choix-dommage,
.table-type-dommage-ouvrage .col-choix-dommage select {width: 130px}
.table-type-dommage-ouvrage .col-label-ouvrage {width: 90px;text-align: right;padding-right: 8px}
.table-type-dommage-ouvrage .col-choix-ouvrage,
.table-type-dommage-ouvrage .col-choix-ouvrage select {width: 327px}

/*** Fin styles pour les FORMULAIRES ***/


/*** Styles pour blogue ***/

/*
#texte ul.archives_blogue {
  padding-left: 0px;
  margin-left: 0px;
  list-style-image: none;
  list-style-type: none;
}

#texte ul.archives_blogue li {
  font-weight: normal;
  margin-left: 5px;
  padding-left: 5px;
  list-style-image: none;
  list-style-type: none;
}
*/

/*** Fin styles pour blogue ***/


/*** Styles pour rubriques ***/

/*
div.resume {
  margin: 20px 0 20px 0;
  overflow: hidden; 
  zoom: 1; 
}

div.resume h3,
div.actus h3,
div.alaune h3 {
  margin: 0;
}

div.resume p.soustitre {
  margin: 0;
}

div.resume p,
div.actus p,
div.alaune p {
  margin: 2px 0 3px 0;
}

p.descriptif {
  font-style: italic;
}

div.demicol {
  width: 230px;
  float: left;
  margin: 15px 0 15px 25px;
}

div.demicol p {
  margin: 0 0 5px 0;
}
*/

/*** Fin styles pour rubriques ***/

/*** Styles de pied de page ***/

#pied-de-page {
	width: 980px;
    padding : 0 10px;
    margin : 20px auto}

#pied-de-page ul {
    font-size: 11px;
    list-style-type:none;
    margin:0;
    padding:0;
    text-align:center;
}

#pied-de-page ul li {
    display:inline;
}

#pied-de-page a, #pied-de-page a:visited, #pied-de-page a:hover, #pied-de-page a:active {
	text-decoration: none;
}

#pied-de-page .separateur {
	padding: 0 15px}

.note {
  margin : 20px 0 20px 20px;
  font-style: italic;
  font-weight: bold;
}




.en-tete-fiche {
	position: relative;
	background: url(../images/en-tete-fiche-bkg.jpg) no-repeat 0 0;
	padding: 15px 10px;
	margin: 20px 0 15px}
.en-tete-fiche h2 {
	margin: 0 0 15px 0 !important}
.en-tete-fiche p,
.en-tete-fiche p strong {
	color: #4897dc;
	font-size: 16px;
	margin: 0;}
.en-tete-fiche p {
	color: #333}
.en-tete-fiche p strong {
	font-weight: normal}

.en-tete-fiche .btn-retour-form,
.entete-liste-resultats .btn-retour-form {
	position: absolute;
	top: 19px;
	right: 20px}
.btn-retour-form {
	font-size: 14px;
	font-weight: normal;
	background: url(../images/btn-retour-form.png) no-repeat left center;
	padding-left: 30px}
.en-tete-fiche .lien-fiche-version-pdf,
.entete-liste-resultats .lien-fiche-version-pdf {
	position: absolute;
	top: 50px;
	right: 20px;
	width: 109px;
	background: url(../images/picto-pdf-20x20.png) no-repeat left center;
	padding-left: 26px}
.entete-liste-resultats .trop-reponses-pdf {
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
	font-size: 11px;
	font-style: italic;
	line-height: 12px;
	background: url(../images/picto-pdf-20x20.png) no-repeat left center;
	padding-left: 26px}
.entete-liste-resultats .btn-retour-form {
	top: 4px;
	right: 30px}
.entete-liste-resultats .lien-fiche-version-pdf {
	top: 30px;
	right: 30px;
	z-index: 10}


.nav-tabs {
	display: block;
	width: 100%;
	height: 40px;
	list-style: none;
	border-bottom: 1px solid #ddd;
	padding: 0;
	margin: 25px 0 15px 0}
.nav-tabs li {
	position: relative;
	display: block;
	margin: 0;
	float: left;
	
	background-color: #eee;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	border-radius: 4px 4px 0 0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box}

.nav-tabs li.lien-menu-sel {
	color: #555;
	background-color: #fff;

	cursor: default}

.nav-tabs li.lien-menu-sel span {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0}

.nav-tabs li.lien-menu-sel span,
.nav-tabs li a span {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 6px;
	margin: 0 7px}
.nav-tabs li a:hover span {
	color: #eb7d58;
	text-decoration: none}

.nav-tabs .picto-pdf-nav span {
	background: url(../images/picto-pdf-20x20.png) no-repeat left center;
	padding-left: 24px}



.red-txt {
	color: #fc0000}

.formulaire_ecrire_auteur li {
	overflow: hidden;
	clear: both}
.formulaire_ecrire_auteur label {
	width: 160px !important}
.formulaire_ecrire_auteur input.text,
.formulaire_ecrire_auteur textarea {
	float: right;
	margin-right: 10px}
.formulaire_ecrire_auteur input.text {
	width: 533px !important}
.formulaire_ecrire_auteur textarea {
	width: 533px !important;
	height: 200px !important}



.lien-descr-complete {
	color: #eb7d58;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap}


/** Volet cartographique **/
div#Carto {
	width: 1080px;
    height: 800px;
}

div.ResumPop {
  background-color:#D6F0FF;
  color : #3A75AF;
  padding: 5px;
  margin-left: 3px;	
  width: 770px;
  height: 30px;
  text-align:center;
  font-weight: bold;
  white-space: nowrap;
  display: inline-block;
  vertical-align:middle;
}

div#viewerDiv {
	margin-left: 3px;
	width: 780px;
    height: 730px;
    background-color:white;
    background-image:url(http://api.ign.fr/geoportail/api/js/2.0.0/theme/geoportal/img/loading.gif);
    background-position:center center;
    background-repeat:no-repeat;
}

div#legendDiv {
	margin-left: 2px;
	width: 300px;
    background-color:white;
    background-repeat:no-repeat;
}

.hidden {
   display: none;
}

.visible {
   display: inline;
}

.titreLegend {
	background-color:white;
	margin-left: 8px;
	font-size : 12px;
	font-weight: bold;
	color: #369;
	margin-top: -10px; 
	padding: 0 5px; 
	width: 60px;
}

.imgLegend {
	border-style: solid;
	border-width: 2px;
    border-color: #FFF;
	margin-top: -15px;
}

.ligLegend {
	margin-top: 5px;
	width: 280px;
    height: 20px;
}

.groupLegend {
	margin-top: 10px;
	margin-left: 8px;
	padding-top: 5px; 
	font-size : 12px;
	font-weight: bold;
	font-style: italic;
}

.itemLegend {
	margin-left: 10px;
	font-size : 11px;
	vertical-align:middle;
}

.itemLegend strong {
	font-style: italic;
	font-size : 11px;
}

.icoLegend {
	margin-left: 10px;
	width: 20px;
    height: 20px;
	vertical-align:middle;
}

.color-sample {
  margin-left: 10px;	
  width:50px; 
  height:10px;  
text-decoration:none; 
color:white;
}

div.cartoPopup {
  font-size : 11px;
  font-family: Arial, Verdana, sans-serif;
   margin-top: -5px;	
   margin-bottom: -10px;
	width:170px;   
}

div.cartoPopup strong {
  font-size : 11px;
  font-weight: bold;
  font-family: Arial, Verdana, sans-serif;
}

div.cartoPopupBis {
  font-size : 11px;
  font-family: Arial, Verdana, sans-serif;
   margin-top: -5px;	
   margin-bottom: -15px;
	width:250px;   
}

div.cartoPopupBis strong {
  font-size : 11px;
  font-weight: bold;
  font-family: Arial, Verdana, sans-serif;
}

.popupButton {
  height:10px; 
  width:25px;
  font-size : 9px;
  font-weight: bold;
  padding-bottom:12px;
}

#pied-de-pageCarto {
	width: 760px;
    padding : 0 10px;
	margin : 20px auto}

#pied-de-pageCarto ul {
    font-size: 11px;
    list-style-type:none;
    margin:0;
    padding:0;
    text-align:center;
}

.olControlZoomToMaxExtentItemInactive {
	padding: 0px;
	margin: 0px;
	background-color:#9CF;
	border: 0px none;
    width: 23px;
	height: 23px;
	display: block;
    float: left;
    position: relative;
    left: 1%;
    top: 0px;
}

.LegendeItemInactive {
	border: 0px none;
	display: block;
    float: left;
    position: relative;
    left: 1%;
	background-color:#9CF;
	width: 23px;
	height: 23px;
    background-image:url(../images/legend.png);
	background-position:center center;
    background-repeat:no-repeat;
	cursor: pointer;
}

.gpLayerSpanClass {
  font-size: 11px;
  font-family: Arial,Helvetica,sans-serif;
}

.gpLayerSpanClassNotInRange {
  font-size: 10px;
  font-family: Arial,Helvetica,sans-serif;
}

.gpControlNavToolbar {
    height: 48px !important;
}

.gpControlMousePosition {
  font-size: 11px;
  font-family: Arial,Helvetica,sans-serif;
}

/*.olMap {
cursor:wait!important;
}*/