/* HEADER */
#header_block {
	background-color:#006e9f; /* a garder */
}

#titreSite a {
	color: white; /* a garder */
}

.lglink img {
    height:15px;
}
#titreSite a:hover {
	color: #CCC; /* a garder */
}

/*  NAVIGATION ----------------------------------------------- */

.nav-outer-repeat {
	border-top: solid 1px black; /* a garder */
}


.loader-container {
	z-index: 1000;
	background-color: #d8d4d478;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: fixed;
	border-color: transparent;
	display: none;
}
.loader,
.loader:before,
.loader:after {
	background: #7b7979;
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: 2em;
	height: 4em;
}
.loader:before,
.loader:after {
	position: absolute;
	top: 0;
	content: "";
}
.loader:before {
	left: -2.5em;
}
.loader {
	text-indent: -9999em;
	margin: 8em auto;
	position: relative;
	font-size: 12px;
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loader:after {
	left: 2.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
@-webkit-keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0 #7b7979;
		height: 5em;
	}
	40% {
		box-shadow: 0 -2em #7b7979;
		height: 6em;
	}
}
@keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0 #7b7979;
		height: 5em;
	}
	40% {
		box-shadow: 0 -2em #7b7979;
		height: 6em;
	}
}

a.btn_export_facturation {
	width: auto;
	float: right;
	margin: 0 0 10px 10px;
	padding: 4px 10px 4px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #CCC;;
	color: black;
	text-decoration: none;
	font-size: 14px;
}