html		{ height: 100%;  }

body        { font-family:"Trebuchet MS", Helvetica, sans-serif; padding: 0px; box-sizing: border-box; font-size: 82%; margin: 0px; height:99%;background-color: #ededed}

header {
  /*height: 5%;*/
  /*background-color : #424242;*/
  /*line-height: 0px;*/
}

h1 {color:#5c6b80}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
}

li {
    float: left;
}

li a {
    display: block;
    color: #5c6b80;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	font-weight:bold;
}

li a:hover {
    background-color: #a2a1a1;
	color: white;
}

.active {
    background-color: #b8d342;
}

#mapdiv 	{ width:80%; height:100%; border: solid 1px #5c6b80; float: left;}

#colreq { margin-left:80%; height:100%; padding:3px; border: solid 1px #5c6b80; overflow: auto; background-color: white;
}

  .split {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

    overflow-y: auto;
    overflow-x: hidden;
  }

  .content {
    border: 1px solid #C0C0C0;
    box-shadow: inset 0 1px 2px #e4e4e4;
    background-color: #fff;
  }

  .gutter {
    background-color: #d8d8d8;

    background-repeat: no-repeat;
    background-position: 50%;
  }

  .gutter.gutter-horizontal {
    cursor: col-resize;
    background-image: url('images/vertical.png');
  }

  .gutter.gutter-vertical {
    cursor: row-resize;
    background-image: url('images/horizontal.png');
  }

  .split.split-horizontal, .gutter.gutter-horizontal {
    height: 100%;
    float: left;
  }
  
  iframe {
    display:block;
    width:100%;
	height:100%;
  }
  
  .leaflet-popup-content {
width:auto !important;
}

a.lk{
	margin-right:5px;
	font-weight:bold;
}
a.lk:link, a.lk:visited {
    background-color: #b8d342;
    color: #5c6b80;
    padding: 14px 25px;
    text-align: center;	
    text-decoration: none;
    display: inline-block;
}


a.lk:hover {
    background-color: #a2a1a1;
	color: white;
}

a.button {
text-decoration : none;
color : initial;
}

.corps{
	padding: 20px;
}

#banniere
{
height: 50px; 
width: 100%; 
background-color : white;
background-image: url('images/ban.png');
background-repeat: no-repeat;
background-position: right;
border-bottom: solid 1px #5c6b80;
}

#banniere1
{
height: 100px; 
width: 100%; 
background-color : white;
background-image: url('images/ban1.png');
background-repeat:no-repeat;
}


span.bann {
	font-size:24px;
	font-weight: bold;
	vertical-align:middle;
	line-height:50px;
	padding:10px;
	color:#5c6b80;
}

select {
  font-family: inherit;
}

.reference{
	position: absolute;
	top:70px;
	right:2px;
	z-index:10000;
	background:#b8d342;
	color:#5c6b80;
	padding:.5em .75em;
	font-size:14px;
	display:none;
}	
.valid{
	display:none;	
}
.essai{
	display:none;	
}