/*
	© 2015 Business Geografic
	Service WebDesign 
*/
/* css outils sprites */
@import url(outils_style.css.php);
/*- font-face -*/
@import url(fonts/roboto_condensed.css);


/* bouton de soumission de formulaire--*/
@import url(/dynmap/css/button_style.css);
/* css boutonss */
@import url(bouton.css);
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,
dl,dt,dd,
ol,ul,li,
fieldset,form,label,
legend,table,caption,tbody,tfoot,thead,tr,th,td {
  outline: 0;
  /*	vertical-align: baseline;*/
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

form {
  padding: 0;
  margin: 0;
}


/* tags html
-------------------------------------------------------*/

* {}

html,
body {
  margin: 0;
  padding: 0;
  border: 0 none;
  width: 100%;
  height: 100%;
  color: #222;
}

body {
  background: #e5e5e5/* #fff url(/engine/img/fond_page_2.png) repeat-x 0 0*/;
  font: 11px/1.4em Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif;
}
body.framed {
  background: transparent;
}

p {
  margin: 1em 0;
  padding: 0;
  line-height: 1.2em;
  /* hauteur de ligne safari */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.2em 0 .8em 0;
  padding: 0;
  color: #537705;
  font-family: 'Roboto Condensed', sans-serif;font-weight:bold;text-transform:uppercase;
  font-weight: normal;
}

h1, h2, h3 {
  color:#F9B200;
}
h4, h5, h6 {
  color:#666;
}

h1 {
  font-size: 1.6em;
}

h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1.15em;
}

h4 {
  font-size: 1.05em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 1em;
}

h7 {
  font-size: 1em;
}

h8 {
  font-size: .9em;
}

button {
  font-size: 1.1em;
}

input,
select {
  font: 1em Arial, Verdana, Helvetica, sans-serif;
}

hr {
  clear: both;
  border: 0 none;
  border-top: 1px dotted #9ABA59;
  background: #fff;
  outline: none;
  height: 1px;
  margin: 1em 0;
}

img {
  border: 0 none;
}

td {
  font-size: 1em;
}
acronym {
  cursor: help;
}

/* hack FF pour masquer les contours pointillé sur les liens
-------------------------------------------------------*/

a {
  outline: none;
  color: #336600;
}

:focus {
  -moz-outline-style: none;
  outline: 0;
}

a:hover {
  text-decoration: none;
  color: #333;
}


/* class generales
-------------------------------------------------------*/

.showbloc {
  display: block;
}

.hidebloc {
  display: none;
}

.hightlight {
  font-size: 1.4em;
  line-height: 1.4em;
  white-space: nowrap;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.aligncenter {
  text-align: center;
}

.imgstyle,
.imgleft,
.imgright,
.imgcenter {
  margin: 2px;
  padding: 3px;
  border: 1px solid #ccc;
  background: #fff;
}

.imgleft {
  float: left;
  margin: 0 1em 1em 0;
}

.imgright {
  float: right;
  margin: 0 0 1em 1em;
}

.imgcenter {
  margin: 0 auto 1em auto;
}

.require {
  color: #CC0000;
  font-weight: bolder;
}

.errormsg {
  color: #CC0000;
  text-align: center;
  padding: 0.3em;
  margin: 1em;
  background: #FFEEEE;
  border: 1px solid #FF6666;
  font-size: 1.2em;
}

.sentmsg {
  text-align: center;
  padding: 0.3em;
  margin: 1em;
  background: #FFFFCC;
  border: 1px solid #FFCC66;
}

.readmore {
  text-align: right;
  margin-top: 0;
  padding-top: 0;
  border-bottom: 1px dotted #808080;
}

.highlight {
  background: #FFFFCC;
  border: 1px solid #FFCC66;
  margin: 0.6em 0;
  padding: 0.8em;
}

.cancelled_folder {
  text-decoration: line-through;
  color: #de331a;
}
.cancelled{
  position: absolute;
  right: 8px;
  top: 38px;
}
.cancelled_tag {
  background-color: #de331a;
	color: #fff;
  padding:2px 6px;
  border-radius: 12px;
}


.print {
  display: none;
}

.unprint {
  display: block;
}

.wash {
  display: block;
  clear: both;
  font-size: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0 none;
}


/**/

.wash:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.flash {
  text-align: left;
  padding: 0.3em;
  margin: 1em;
  background: #FFFFCC;
  border: 1px solid #FFCC66;
}

.wash {
  display: inline-block;
}


/* Hides from IE-mac \*/

* html .wash {
  height: 1%;
}

.wash {
  display: block;
}

/*  */
.table {
  margin: 0;
  padding: 0;
  background-color: #fff;
  }
.table th,
.table td {
  padding: 4px 8px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  }
.table th {
  border-width: 2px;
  }
.table td {
  color: #666;
  }
.table tr:last-child th,
.table tr:last-child td {
  border-bottom: none;
  }
.table tr:nth-child(even) {
  background-color: #eee;
  }


/* End hide from IE-mac */

.btn{
  display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;
  padding: .4em .8em;
  line-height: 24px;
  background-color: #e5e5e5;
  border:1px solid #ddd;
  color: #333;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
}
.btn:hover{
  background-color: #F9B200;
  border:1px solid #F9B200;
  color: #333;
}
body a.bouton:hover, 
body button.bouton:hover{background-color:#F9B200;color:#343434;}
body #content_page a.bouton:hover, 
body #content_page button.bouton:hover{background-color:#547E00;color:#fff;}
body #content_page a.bouton:hover > span:first-child, 
body #content_page button.bouton:hover > span:first-child, 
body #content_page a.bouton:hover span, 
body #content_page button.bouton:hover span{color:#fff;}
.submit_form{text-align: center;}

.h1top {
  border-bottom: 1px solid #ccc !important;
  padding-bottom: 5px;
  margin-top: 0;
}

.contacter img {
  vertical-align: bottom;
}


/* 
-------------------------------------------------------*/

#site {
  width: 100%;
  height: 100%;
}

.contenu_national {
  padding: 20px 0;
  position: relative;
}

#content_national {
  margin: 0;
  padding: 0 5px;
  background-color: #fff;
}

#content_page_national {
  margin: 0 auto;
  padding: 60px 0 40px 0;
  background-color: #fff;
  width: 750px;
}

.page_national {
  width: 550px;
  margin: auto;
}

.logo_national {
  margin: 1em 0 2em 0;
  width: 550px;
  height: 171px;
  background: url(/engine/img/image_accueil_national.gif) no-repeat;
}

.logo_national p {
  display: none;
}

.left_national {
  float: left;
  width: 235px;
}

.left_national ul {}

.left_national ul li {
  margin: 1.5em 0;
  font-size: 1.1em;
}

.left_national h3 {
  line-height: 1.5em;
}

.left_national p {
  font-size: 1.1em;
  line-height: 1.5em;
}

.right_national {
  float: right;
  width: 285px;
  padding: 0 10px;
  background: #EFE982;
}

.right_national h3 {
  text-align: center;
  padding: 0 20px;
}

.right_national p {
  padding: 0 20px;
}

#footer_national {
  margin: 3em auto 0 auto;
  padding: 0;
  width: 550px;
  overflow: hidden;
  border-top: 2px solid #8AA307;
}

#content_page.content_page_admin {
  margin: 0 auto;
  background-color: #fff;
  width: 100%/*750px*/;
}
#content_page.content_page_admin .page {
  width: 850px;
  margin: auto;
}


/* 
-------------------------------------------------------*/

.contenu {
  width: 950px;
  padding: 0;
  margin: 0 auto;
  background: #fff;
  position: relative;
}

.contenu_carte {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background: #fff;
}

.contenu_observatoire {
  min-height: 100%;
  width: 1100px;
  padding: 0;
  margin: 0 auto;
  background: #fff;
  position: relative;
}


/* header

-------------------------------------------------------*/

.bandeau_top {
  background-color: #fff;
  min-width: 950px;
}
.contenu_carte .bandeau_top {
  min-width: 965px;
}
.fullapp .bandeau_top {
  display: none;
}

#header {
  height: 80px;
  width: 100%;
  margin: 0;
  padding: 0;
  /*background: #DAE2B1 url(/engine/img/fond_bandeau_2.png) repeat-y;*/
  position: relative;
  z-index: 80;
}
.contenu_carte #header {
  padding: 0;
  /*height: 40px;*/
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.head_logo {
  float: left;
  margin: 0;
  padding: 14px 0 0;
  width: 250px;
}
.contenu_carte .head_logo {
  padding: 0;
}

.head_logo a {
  display: block;
  margin: 0;
  padding: 0 5px;
  min-width: 190px;
  color: #F39A0B;
  font-size: 12px;
  letter-spacing: -1px;
  text-decoration: none;
  white-space: nowrap;
}
.contenu_carte .head_logo a img {
  padding: 12px 5px;
}

h1.head_logo a strong {
  display: block;
  height: 38px;
  text-indent: -999em;
}

h1.head_logo a span {
  display: block;
  padding: 0 0 0 70px;
}

.head_slogan {
  float: left;
  margin: 0;
  padding: 20px 0 0;
  color: #8AA307;
  font-size: 11px;
  width: 152px;
  /*		letter-spacing:-1px;*/
}
.contenu_carte .head_slogan {
	display: none;
}

.main_nav {
  float: left;
  padding: 40px 0 0;
  margin: 0;
  width: 348px/*360px*/
  ;
  liste-style: none;
  overflow: hidden;
}
.contenu_carte .main_nav{
  padding: 0;
}

.main_nav li {
  float: left;
  padding: 0;
  margin: 0;
  width: 115px;
  list-style: none;
  font-size: 13px;
  color: #999;
}

.main_nav li.presentation {
  /*margin-left:12px;*/
}

.main_nav li.veille {
  margin: 0;
}

.main_nav li.observatoire {}

.main_nav li a {
  display: block;
  padding: 0 10px;
  text-decoration: none;
  text-align: center;
  font-weight: bolder;
  color: #444;
  line-height: 40px;
  background-color: #f0f0f0;
  text-decoration: none;
}

.main_nav li.presentation a {
  color: #8AA307;
}

.main_nav li.veille a {
  color: #F9B100;
}

.main_nav li.observatoire a {
  color: #D16642;
}

.main_nav li a:hover {
  text-decoration: none;
  color: #fff;
}

.main_nav li.main_nav_actif a {
  color: #fff;
  text-decoration: none;
}

.main_nav li.main_nav_actif a:hover {
  text-decoration: none;
}

.main_nav li.presentation a:hover,
.main_nav li.main_nav_actif.presentation a {
  background-color: #547E00;
}

.main_nav li.veille a:hover,
.main_nav li.main_nav_actif.veille a {
  background-color: #F9B100;
}

.main_nav li.observatoire a:hover,
.main_nav li.main_nav_actif.observatoire a {
  background-color: #D16642;
}

.main_nav li.main_nav_separator {
  color: #547E00;
  padding: 0;
  margin: 4px 0 0;
  /*border-right: 1px solid #547E00;*/
  text-indent: -999em;
  width: 1px;
  height: 18px;
}

.head_title {
  /*

		position:absolute;top:0;left:250px;*/
  float: left;
  margin: 0 .5em 0 0;
  padding: 0 .5em;
  height: 22px;
  line-height: 22px;
  background-color: #D16542;
  border-left: 5px solid #F09B19;
  color: #fff;
  font-size: 1.2em;
}

.head_title a,
.head_title a:link {
  color: #fff;
  text-decoration: none;
}

.head_title a:hover {
  /*			color: #F09B19;*/
}

.head_title.inactif {
  background-color: #EEF4E4;
  border-left: 5px solid #6F9C12;
}

.head_title.inactif a {
  color: #9ABA59;
}

.head_title.inactif a:hover {
  color: #D16542;
}

.head_switch {
  position: absolute;
  top: 47px;
  left: 250px;
  margin: 0;
  padding: 0 25px 0;
  height: 16px;
  line-height: 16px;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  background: url(/engine/img/switch.png) no-repeat 5px center;
}

.home_left {
  float: left;
  width: 45%;
  margin-right: 10%;
}

.login_bloc_home {
  float: none !important;
  padding: .5em 0 !important;
}

.login_bloc_home form {
  width: 152px !important;
}

.login_bloc {
  float: right;
  margin: 0;
  padding: 0;
  width: 200px;
  height: 80px;
  background-color: #EFE982;
}
.contenu_carte .login_bloc {
  height: 40px;
  width: 210px;
}

.login_bloc form {
  padding: 0.4em 0 0;
  width: 150px;
  /*			height:70px;*/
  margin: auto;
  color: #547E00;
}

.login_bloc form input {
  padding: 0 5px;
  margin: 1px 0;
  height: 18px;
  line-height: 16px;
  width: 107px;
  border: 1px solid #333;
}

.login_bloc form input#USER {
  width: 135px;
}

.login_bloc form button,
.login_bloc form input.submitform {
  padding: .1em;
  background: #F99A00;
  border: 1px solid #333;
  border-spacing: 0;
  outline: none;
  overflow: visible;
  color: #fff;
  font-size: 12px;
  padding: 0;
  margin: 1px 0;
  width: 24px;
  height: 20px;
  line-height: 16px;
  vertical-align: top;
}

.login_bloc p {
  margin: 0;
  padding: 0;
}

p.oublie_pass a {}

#logout {
  padding: 0.4em 0 0;
  width: 180px;
  margin: auto;
  text-align: center;
  color: #547E00;
}
.contenu_carte #logout {
  padding: 0;
  width: auto;
  text-align: right;
}

#logout a {
  color: #547E00;
}

#logout p {
  line-height: 1.5em;
}
.contenu_carte #logout p {
  width: 160px;
  line-height: 18px;
}
.contenu_carte #logout p:nth-child(3) {
  display: none;
}
.contenu_carte #logout p:nth-child(4) {
  float: right;
  width: auto;
}
.contenu_carte #logout p:nth-child(4) a.decoLink {
  display: block;
  margin-top: -36px;
  padding: 0 0 0 40px;
  line-height: 40px;
  text-indent: -999em;
  text-align: left;
  background: url(../img/admin_btn.png) no-repeat -188px 4px;
}
.contenu_carte #logout p:nth-child(4) a.decoLink:hover {
  background-color:#6F9C12;
  background-position:-188px -44px;
}

.logout_user {
  overflow: hidden;
  white-space: nowrap;
}


/* home content 
------------------------------------------------------*/

#sub_nav {
  background: #547E00;
  /*#D1DB9E url(/engine/img/barre_accueil.png) repeat-x 0 0;*/
  height: 25px;
  padding: 0 0 0 200px;
  min-width: 750px;
  z-index: 90;
}

#sub_nav ul {
  padding: 3px 0 0;
  margin: 0;
  liste-style: none;
  overflow: hidden;
}
.contenu_carte #sub_nav ul {
  padding-top: 5px;
}

#sub_nav ul li {
  float: left;
  padding: 0 1.2em;
  margin: 0;
  list-style: none;
}
.contenu_carte #sub_nav ul li {
	padding: 0;
}

#sub_nav ul li.sub_nav_actif {
  background-color: #fff;
}
.contenu_carte #sub_nav ul li.sub_nav_actif {
	background-color: transparent;
}

#sub_nav ul li a,
#sub_nav ul li span {
  text-decoration: none;
  color: #fff;
  line-height: 22px;
}
.contenu_carte #sub_nav ul li a {
  display: block;
  padding: 0 .8em;
  margin:0 .4em;
  font-size: 13px;
  line-height: 30px;
  border-radius: 4px;
}

#sub_nav ul li a:hover {
  text-decoration: underline;
}

#sub_nav ul li.sub_nav_actif a {
  font-weight: bolder;
  color: #336600;
}
.contenu_carte #sub_nav ul li a {
}
.contenu_carte #sub_nav ul li:first-child a {
	margin-left:0;
}
.contenu_carte #sub_nav ul li a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.contenu_carte #sub_nav ul li.sub_nav_actif a,
.contenu_carte #sub_nav ul li.sub_nav_actif a:hover {
  background-color: #fff;
  /*color: #F9B100;*/
}

#sub_nav.sub_nav_home {
  background: #8BA407;
  height: 12px;
}

#sub_nav.sub_nav_veille {
  padding: 0 0 0 20px;
  background: #F9B100;
  /*#FCE09B url(/engine/img/barre_veille_2.png) repeat-x 0 0;*/
}
.contenu_carte #sub_nav.sub_nav_veille {
  padding: 0 0 0 10px;
	height: 40px;
  margin-left:250px;
  margin-top: -40px;
  position: relative;
}
.fullapp .contenu_carte #sub_nav.sub_nav_veille {
  margin-left:0;
  margin-top: 0;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#sub_nav.sub_nav_veille ul li a {
  color: #333;
}

#sub_nav.sub_nav_veille ul li.sub_nav_actif a {
}

#sub_nav.sub_nav_observatoire {
  background: #D16642;
  /*#FCE09B url(/engine/img/barre_veille_2.png) repeat-x 0 0;*/
}

#sub_nav.sub_nav_observatoire ul li.sub_nav_actif a {
  color: #8c161b;
}

#sub_nav ul li.sn_separateur {
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 20px;
}

#sub_nav ul li.sub_nav_separator {
  padding: 0;
  margin: 0;
  color: #000;
  line-height: 20px;
}
.contenu_carte #sub_nav ul li.sub_nav_separator {
  display: none;
}
/*  */
.grps_tools{position:absolute;top:0;right:0;padding:0;margin:0;list-style:none;height:40px;}
.grp_tools{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle; position:relative;padding:0 5px 0 0;margin:0;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}
.moveicons{padding:0!important;}
.moveicons, .toolsbox,
.moveicons li.btn_tool, .toolsbox li.btn_tool,
.moveicons li.select_tool, .toolsbox li.select_tool{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;}
.moveicons li.select_tool, .toolsbox li.select_tool{padding:2px;height:28px;}
.grp_tools_label{float:left;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;line-height:24px;text-decoration:none;}
.grp_tools_label.opened{font-weight:bold;}
.grps_tools_opt{position:absolute;top:34px;left:1px;padding:4px 0 4px 4px;margin:0;list-style:none;}
.moveicons li.btn_tool a, .toolsbox li.btn_tool a{padding:0!important;background-color:#f0f0f0;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.moveicons li.select_tool select, .toolsbox li.select_tool select{padding-right:32px;background:#fff url(../img/select_arrow.png) no-repeat right center;border:0 none;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.moveicons li.btn_tool a:hover, .toolsbox li.btn_tool a:hover{background-color:#69D1D1;}
.moveicons li.btn_tool a.btn_bg_on, .toolsbox li.btn_tool a.btn_bg_on{background-color:#2F82AA;}
/*  */
.fullsizer{
  position:absolute;
  top:0;
  right:0;
  padding:0;
  margin:0;
  list-style:none;
  height:40px;
  padding: 0!important;
}
.fullsizer li {
  float: left;
  padding:0;
  margin:0;
  padding: 0!important;
}
.fullsizer li a{
  display: block;
  padding: 0!important;
  margin: 0!important;
  height: 40px;
  width: 42px;
  border-radius: 0!important;
}
.fullapp .fullsizer li a{
  background-color:#fff;
}
.fullsizer li a span{
  display: inline-block;
  height: 40px;
  width: 42px;
  cursor: pointer;
}
.fullsizer li a span.btn_picto{
  height: 40px;
  width: 40px;
}
.fullsizer li.b_fullsize a span.btn_picto,
.fullsizer li.b_fullsize a:hover span.btn_picto {
  background-position: -2591px 8px;
}
.fullapp .fullsizer li.b_fullsize a span.btn_picto,
.fullapp .fullsizer li.b_fullsize a:hover span.btn_picto {
  background-position: -2642px 8px;
}
.fullsizer li a span.txt_picto{
  display: none;
}

/* home content 
------------------------------------------------------*/

#content {
  margin: 0;
  padding: 5px;
  background-color: #fff;
}
.contenu_carte #content {
  padding: 0;
  height: calc(100% - 110px);
  background-color: #f5f5f5;
}
.fullapp .contenu_carte #content {
  height: calc(100% - 44px);
}

#content_page {
  margin: 0 0 0 200px;
  padding: 1px 0;
  background-color: #fff;
  min-height: 350px;
  width: 550px;
}

#content_observ {
  margin: 0;
  padding: 1px 0;
  /*background:#fff url(/engine/img/content_observ_bg.png) repeat-y;*/
}

.breadcrumb {
  width: 500px;
  padding: 0;
  margin: 0 auto 2em;
  liste-style: none;
  overflow: hidden;
}

#content_observ .breadcrumb {
  width: auto;
  margin: 5px auto 0 0;
  position: relative;
  left: -46px;
  height: 20px;
}

#content_observ .breadcrumb.normal {
  width: 500px;
  padding: 0;
  margin: 0 auto 2em;
  liste-style: none;
  overflow: hidden;
  left: 0;
  height: auto;
}

.breadcrumb_observ {
  width: 500px;
}

.breadcrumb li {
  float: left;
  padding: 0 .2em;
  margin: 0;
  list-style: none;
  font-size: 10px;
  color: #444;
  font-weight: bolder;
}

.breadcrumb li a {
  text-decoration: none !important;
  color: #777 !important;
  font-weight: normal;
}

.breadcrumb li a:hover {
  text-decoration: underline !important;
}

.breadcrumb li a img {
  vertical-align: top;
}

.puce_triangle {
  font-size: 1.1em;
  font-weight: bolder;
  color: #F49A00;
}

.page ul .puce_triangle {
  margin-left: -1.2em;
}

.demo_img {
  float: right;
  margin-left: .8em;
  width: 265px;
  height: 180px;
  background-color: #e5e5e5;
}

.intro {
  font-size: 1.1em;
  font-weight: bolder;
  color: #444;
}

.intro2 {
  font-size: 1.1em;
  font-weight: bolder;
  color: #8BA407;
  /*547E00;*/
}

.explic_champ_info {
  margin-left: 190px;
}

.explic_champ_info strong {
  display: block;
  float: left;
  margin-left: -190px;
  width: 190px;
  border-bottom: 1px dotted #ccc;
}

.legale_champ_info {
  margin-left: 160px;
}

.legale_champ_info strong {
  display: block;
  float: left;
  margin-left: -160px;
  width: 160px;
  border-bottom: 1px dotted #ccc;
  color: #888;
  font-weight: normal;
}

.nan {
  font-size: .9em;
  color: #999;
}

.safer_sticky {
  float: right;
  margin: 0 0 1em 1em;
  width: 210px;
  background: #E8EDCE;
  border: 1px solid #ccc;
}

.safer_sticky p {
  margin: 0;
  padding: .5em;
}

.page {
  width: 500px;
  margin: auto;
}

.page.wider {
  width: 700px;
}

.page h1 {
  font-size: 2.6em;
  background-color: #f0f0f0;
  border-bottom: 1px solid #e5e5e5;
}

.page h2 {
  font-size: 2em;
}

.page h1,
.page h2 {
  color: #336600;
  line-height: 1em;
  font-weight: normal;
}

.page h3 {
  font-size: 1.5em;
  color: #336600;
  line-height: 1em;
  font-weight: normal;
}

.page h4,
.page h5,
.page h6 {
  color: #666;
  font-size: 1.4em;
  font-weight: normal;
}

.page h1 em {
  font-size: .5em;
  vertical-align: top;
}

.page p,
.page ul {
  font-size: 1.1em;
}

.page ul {}

.page ul ul {
  margin: 0;
  padding: 0.5em 0 1.4em;
  list-style: none;
}

.page ul ul li {
  margin: 0;
  padding: 0 0 0 1.2em;
  list-style: none;
}

.page_date {
  clear: both;
  padding: 0;
  margin: 1em auto;
  width: 550px;
  text-align: left;
  font-size: .9em;
  color: #999;
}

.page_date_observ {
  width: 900px;
}

.page_date span {
  color: #222;
}

.inblock {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

.anchor {
  float: right;
  margin: 0 0 1em 1em;
  padding: 10px;
  width: 190px;
  background: #E8EDCE;
  border: 1px solid #ccc;
}

.anchor p {
  padding: 0;
  margin: .5em 0 0;
  font-size: .9em;
}

.gotop {
  clear: both;
  position: relative;
  padding: 10px 0
}

.gotop a {
  position: absolute;
  top: 3px;
  right: 0;
  padding: 0 16px 0 5px;
  background: #E8EDCE url(../img/gotop.png) no-repeat right center;
  border: 1px solid #ccc;
  text-decoration: none;
}

.gotop hr {
  margin: 1px 0;
}

.sub_select {
  padding-left: 14px;
  background: url(../img/sub_select.png) no-repeat left center;
}

.btn_edit_observ {
  margin: 2px;
}

.param_label {
  margin: 0 1em 0 0;
}

.param_span {
  padding-right: 1em;
  border-bottom: 1px dotted #ccc;
}

.param_span_medium {
  width: 120px;
  border-bottom: 1px dotted #ccc;
}

.input_small {
  width: 32px;
}

#content_observ h1,
#content_observ h2 {
  color: #8c161b;
  margin: .5em 0 0;
}

#content_observ h3 {
  color: #d16642;
}

.sidebar1,
.sidebar2 {
  width: 240px;
  padding: 1px 5px;
  margin: 0;
}

.sidebar1 {
  float: left;
  font-size: 1.1em;
  /*padding-top:11px;*/
}

.sidebar2 {
  float: right;
  font-size: 1.1em;
}

.page_observ {
  margin: 0 0 0 250px;
  padding: 1px 1em 1px 0;
}

.page_observ h1 {
  font-size: 2.6em;
  background-color: #f0f0f0;
  border-bottom: 1px solid #e5e5e5;
}

.page_observ h2 {
  font-size: 2em;
}

.page_observ h1,
.page_observ h2 {
  line-height: 1em;
  font-weight: normal;
}

.page_observ h3 {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: normal;
}

.page_observ h4,
.page_observ h5,
.page_observ h6 {
  color: #666;
  font-size: 1.4em;
  font-weight: normal;
}

.page_observ h1 em {
  font-size: .5em;
  vertical-align: top;
}

.page_observ p,
.page_observ ul {
  font-size: 1.1em;
}

.page_observ ul {}

.page_observ ul ul {
  margin: 0;
  padding: 0.5em 0 1.4em;
  list-style: none;
}

.page_observ ul ul li {
  margin: 0;
  padding: 0 0 0 1.2em;
  list-style: none;
}

#content_observ .intro {
  font-size: 1.2em;
  /*font-weight:normal;*/
  color: #444;
}

#content_observ a {
  color: #D16642;
  text-decoration: none;
}

#content_observ a:hover {
  text-decoration: underline;
}

#content_observ a.switch_box:hover {
  text-decoration: none;
}

#content_observ .puce_triangle {
  font-size: 14px;
}

#content_observ .puce_triangle.toggle {
  display: inline-block;
  background: url(../img/toggle-small-expand.png) no-repeat;
  width: 16px;
  height: 16px;
  text-indent: -999em;
}

#content_observ .puce_triangle.toggle.opened {
  background: url(../img/toggle-small.png) no-repeat;
}

#content_observ .breadcrumb .puce_triangle.toggle {
  display: none;
}

.top_line {
  padding: 10px 10px 10px 30px;
  background: #F9F1ED;
  overflow: hidden;
}

#ficheIndic,
#no_indic_card {
  margin-right: 200px;
  padding-left: 30px;
}

.containe_map_and_legends {
  margin-right: -200px;
}


/*  -- debut bricolage a revoir !!! -- */

.observ_content .indic_bloc.carte {
  margin-right: -200px !important;
  float: right;
  margin-left: 270px;
  overflow: visible !important;
  width: 530px;
}

.observ_content .indic_bloc.carte h3.title_indicateur {
  margin-left: -275px !important;
}

.observ_content .indic_bloc.carte p.info_indicateur {
  margin: -5px 0 0 -275px;
}

.observ_content .indic_bloc.legende {
  margin-right: -200px !important;
  float: left;
  margin-right: 0 !important;
  margin-top: 65px !important;
  width: 270px;
}

.observ_content .containe_map_and_legends .indic_bloc.carte,
.observ_content .containe_map_and_legends .indic_bloc.legende {
  margin-right: 0 !important;
}


/*  -- fin bricolage a revoir !!! -- */

.page_observ .puce_box {
  padding: 1em 0 1em 24px;
  margin: 0;
  position: relative;
  font-size: 1.2em;
}

.page_observ .puce_box span.puce_triangle {
  position: absolute;
  left: 4px;
}

.refresh {
  display: inline-block;
  height: 24px;
  width: 24px;
  text-indent: -999em;
  background: url(../img/refresh.png) no-repeat center center;
}

.dl_pdf_observ {
  display: block;
  height: 24px;
  width: 24px;
  text-indent: -999em;
  background: url(../img/icon_export_pdf.png) no-repeat center center;
}

.dl_pdf_observ.pdf_loading {
  background: url(../img/ajax-loader.gif) no-repeat center center;
}

.territoire_actuel {
  float: left;
  /*width:475px;*/
  line-height: 24px;
  color: #000;
}

.buttons {
  float: right;
  height: 24px;
  border-left: 1px solid #D16542;
  padding-left: 10px;
}

.buttons ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.buttons ul li {
  float: left;
  padding: 0;
  margin: 0;
}

#bloc_paramsFicheIndic {
  float: right;
  height: 24px;
  line-height: 24px;
  border-left: 1px solid #D16542;
  padding-left: 10px;
}

ul.side_nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.side_nav > li {
  padding: 8px 0 8px 18px;
  margin: 0;
  position: relative;
}

#content_observ ul.side_nav a {
  color: #333;
}

#content_observ ul.side_nav a.imbricate_subcategory_label {
  font-weight: bolder;
}

ul.side_nav li span.puce_triangle {
  position: absolute;
  left: 0;
}

ul.side_nav ul {
  padding: 0;
  margin: 0;
}

ul.side_nav ul li {
  padding: 4px 0;
}

ul.side_nav ul li.current a {
  font-weight: bolder;
}

#load_bloc_reporting,
#etatFicheIndic {
  text-align: center;
  background: white;
}

#load_bloc_reporting {
  font-size: 1.5em;
  margin-top: 3em;
}

/* style des listes d'actions de boutons */

body ul.proprio *{}
body ul.proprio{display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;
position:relative;z-index:998;margin:0 1px;padding:0;line-height:24px;text-decoration:none;font-size:1em;text-align:left;
cursor:pointer;vertical-align: middle;white-space:nowrap;list-style:none;}
body ul.proprio:hover{z-index:9999;}
body ul.proprio a{text-decoration:none;}
body ul.proprio>li{display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;
color:#333;padding:0 5px 0 0;width:210px;height:24px;text-decoration:none;margin:0;border:1px solid #ccc; border-top-color:#999;font:1em/1.2em Arial, Verdana, Helvetica, sans-serif;vertical-align: middle;white-space:nowrap;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background:#fff url(/engine/img/btn_arrow.png) no-repeat right center;overflow:hidden;}
body ul.proprio>li:hover{background-color:#f5f5f5;}
body ul.proprio>li>a{display:block;line-height:23px;height:24px;white-space:nowrap;margin:0;float:none;padding:0 0 0 6px;}
body ul.proprio li a.proprio_actif{/* display:block; *//* line-height:23px; *//* height:24px; *//* white-space:nowrap; *//* margin:0; *//* float:none; *//* padding:0 0 0 6px; *//* width:195px; *//* overflow:hidden; */}
body ul.proprio>li:hover>a{}
body ul.proprio:hover>li>a{}
body ul.proprio>li>a span.label_item{cursor:default;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle; padding:0;margin:0 20px 0 0;}
body ul.proprio li a span.commune_color{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align: middle; width:16px;height:16px;border:1px solid #ccc;background:#f0f0f0;}

body ul.proprio li ul{display:none;position:absolute;z-index:999;top:24px;left:0;padding:0;margin:0;min-width:100%;list-style:none;text-align:left}
body ul.proprio li:hover > ul{display:block;}
body ul.proprio li ul li{margin:0;background-color:#f0f0f0;border-right:1px solid #c6c6c6;border-left:1px solid #c6c6c6;border-bottom:1px solid #c6c6c6;}
body ul.proprio li ul li:first-child{border-top:1px dotted #A5A5A5;}
body ul.proprio li ul li:last-child{border-bottom:1px solid #c6c6c6;}
body ul.proprio li ul li a{display:block;padding:3px 6px;line-height:22px;background:url(/engine/img/btn_bg.png) repeat-x left top;}
body ul.proprio li ul li:hover a{background-position:left bottom;}
body ul.proprio li ul li:first-child,
body ul.proprio li ul li:first-child a{-moz-border-radius: 4px 4px 0 0;-webkit-border-radius: 4px 4px 0 0;border-radius: 4px 4px 0 0;}
body ul.proprio li ul li:last-child,
body ul.proprio li ul li:last-child a{-moz-border-radius: 0 0 4px 4px;-webkit-border-radius: 0 0 4px 4px;border-radius: 0 0 4px 4px;}

tr.table_sub_item td{background-color:#fff;}

/* footer 
------------------------------------------------------*/

#footer {
  margin: 1em 0 1em 200px;
  /* padding: .5em 0 0; */
  padding: 0;
  width: 550px;
  overflow: hidden;
  border-top: 2px solid #8AA307;
}
.fullapp #footer {
  display: none;
}

#footer.foot_observ {
  /*width:690px;*/
  margin: 0 auto 1em;
}

#footer.minifoot {
  margin: 1em auto;
}

#footer ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer ul li {
  float: left;
  margin: 0 .4em;
  padding: 0;
}

#footer ul li a {
  color: #839D08;
  text-decoration: none;
  line-height: 48px;
}

#footer ul li a:hover {
  text-decoration: underline;
}

.mini_safer {
  /* float: left; */
  display: block;
  /* margin: -0.4em 0 0; */
  /* line-height: 40px; */
  width: 100px;
  height: 52px;
  display: table-cell; /* comportement visuel de cellule */
  vertical-align: middle;
}
.mini_safer img {
  width: 100%;
  vertical-align:middle;
}

#footer.veille {
  width: auto;
  margin: auto;
  border:0 none;
}
#footer.veille ul {
  padding-top: 4px;
}
#footer.veille ul li a {
  line-height: 20px;
}

#footer.veille .mini_safer {
  width: 50px;
  height: 30px;
  /* height: 20px; */
  /* background: url(/engine/img/mini_safer_veille.png) no-repeat; */
  /* text-indent: -999em; */
  /* line-height: 20px; */
}

#customize_mails-form {}

#customize_mails-form fieldset {
  padding: 1em;
  border: 1px solid #9ABA59;
  border-radius: 8px;
}

#customize_mails-form label {
  display: block;
  font-size: 1em;
  margin: 0.4em 0;
  font-weight: bold;
}

#customize_mails-form input.subject,
#customize_mails-form textarea.text {
  width: 99%;
  font-size: 1em;
  font-family: inherit;
}

#customize_mails-form .actions {
  text-align: center;
}

#customize_mails-form .default em {
  font-style: normal;
  text-decoration: underline;
}

#customize_mails-form .default {
  font-style: italic;
}


.group_definition {
	font-style: italic;
}

.infos_compl{
  border:1px solid #eee;
  background-color: #f9f9f9;
  padding: .4em .8em;
  margin: 1em 0;
  color: #999;
  font-size: .9em;
}
.admin_form_item{
  margin: .4em 0;
}
.admin_form_item label{
  display: inline-block;
  width:190px;
}

#login_email{
  padding: .6em .8em;
  width: 80%;
  height: auto;
}



.content_table,
.fiche {
  /* rule to disable text selection highlighting */
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently not supported by any browser */
}