html {
	/*height: 100%;
	background-color: #ccd8ce;
	background-image: url('http://observatoire-biodiversite-centre.fr/sites/all/themes/orb/images/background/bg_deco_top.png');
	background-repeat: no-repeat;*/
}

body {
	/*padding-top: 70px;*/
	background-color: #ccd8ce;
	background-image: linear-gradient(#e5ece4, #ccd8ce);
	background-repeat: no-repeat;
}

footer {
	background-color: #a8b8a9;
	bottom: 0;
}

#header {
	top: 0;
	background-color: white;
	background-repeat: no-repeat;
	height: 125px;
}

#logo-footer {
	width: 10%;
	padding: 10px;
}

#content {
	position: absolute;
	float: left;
	height: 325px;
	width: 200px;
	margin-left: -155px;
	background-image: url('../images/Elements_charteG_ORB/bg_deco_top.png');
	background-repeat: no-repeat;
}

#body_annuaire {
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.4);
	box-shadow: 0 1px 10px rgba(0,0,0,0.4);
}

#table_annuaire_body {
	background-color: white;
	padding: 6px;
}

#sites-map {
	margin-top: 5px;
	height: 100%;
}

.legend {
    line-height: 18px;
    color: #555;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.8;
}

.info {
    padding: 6px 8px;
    background: white;
    background: rgba(255,255,255,1);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}

.info h4 {
    margin: 0 0 5px;
    color: #777;
}

 #filters-div {
 	background-color: white;
	padding: 6px;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.4);
	box-shadow: 0 1px 10px rgba(0,0,0,0.4);
 }

 @media print {
 	.bootstrap-table {
 		font-size: 8px !important;
 	}
	#header, #navbar, .fixed-table-toolbar, .filterControl, .fht-cell, .fixed-table-pagination, .detail, footer, .content, a {
		display: none;
	}
}

/*#loading-indicator {
	position: absolute;
  	left: 50%;
  	z-index: 9999;
}*/