/* ====================================================================== CONTAINER DU GRAPHE */
.multinatgraph {
	float: left;
	position: relative;
	width: 90%;
	margin: 10px 0;
	padding: 0;
	font-size: 0.6em;
}

.graphcontainer {
	position: relative;
	width: 100%;

}


.graphcontainerwrap {
	position: relative;
	display: block;
	/* 	overflow:hidden; */
	background-color: #fff;
	padding-top: 90px;
}

.graphbar {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* -------------- SCROLL PREV/NEXT --------------------------------------------------------- */
.graphcontainerwrap .graphscroll {
	position: absolute;
	left: 0;
	width: 30px;
	padding: 7px;
	background-color: #808080;
	font-size: 1.5em;
	font-family: verdana;
	text-align: center;
	z-index: 10000;
}

.graphcontainerwrap .graphprev {
	top: 120px;
}

.graphcontainerwrap .graphnext {
	top: 160px;
}

.graphcontainerwrap a, .graphcontainerwrap a {
	color: #fff;
	text-decoration: none;
}

.graphcontainerwrap a .graphprev, .graphcontainerwrap a .graphnext {
	color: #fff;
	text-decoration: none;
}

.graphcontainerwrap a:hover .graphprev, .graphcontainerwrap a:hover .graphnext
	{
	background-color: #A0A0A0;
}

/* -------------- FIN SCROLL PREV/NEXT --------------------------------------------------------- */

/* ====================================================================== ETIQUETTES */
.graphValuestackedGraph { /* ETIQUETTES */
	position: relative;
	display: inline-block;
	background-color: #F0F0F0;
	color: #404040;
	width: 80%;
	font-size: 1.2em;
	padding: 5px;
	margin-bottom: 15px;
	text-align: center;
}

.graphValuestackedGraph:before {
	content: '';
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #c0c0c0;

	/* avec un caract�re sp�cial
    color: #808080;
    content: "\25bc";
    font-size: 10px;
    left: 5px;
    line-height: 0;
    position: absolute;
    bottom: -3px;
*/
}

/* ====================================================================== LABELS DE L'AXE DES X */
.graphLabelstackedGraph {
  display: block;
  max-width: 100%;
  font-size: 1.1em;
  font-family: verdana;
  word-wrap: break-word;
}
/* ====================================================================== BLOC COMMAND (� droite du graphe) */
.graphcommand {
	float: left;
	width: 25%;
	text-align: center;
	font-family: verdana;
	font-size: 1.1em;
	color: #404040;
	overflow: hidden;
}

.graphcommand h2 {
	line-height: 1em;
	font-size: 1.2em;
	font-weight: normal;
	padding: 15px 0px 15px 0px;
	background-color: #C0C000;
	color: white;
}

/* -------------- COMMANDES DE SELECTION DE LA GRANULARITE --------------------------------------------------------- */
.selectcmd {
	/*float:left;*/
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	display: block;
	margin: auto;
}

.graphcommand a .cmdgranuzoom {
	text-decoration: none;
}

.graphcommand .cmdgranuzoom {
	display: inline-block;
	width: 100%;
	text-align: center;
	height: 36px;
}

.graphcommand .cmdgranuzoom.moins {
	margin-top: 2px;
	/*background:url(../images/zoommoins.png) no-repeat top center;*/
	padding-top: 21px;
}

.graphcommand .cmdgranuzoom.plus {
	margin-bottom: 1px;
	/*background:url(../images/zoomplus.png) no-repeat bottom center;*/
	padding-top: 0px;
}

.graphcommand .cmdgranucurrent {
	display: inline-block;
	font-size: 1em;
	padding: 5px 10px 5px 10px;
	background-color: #808080;
}

.graphcommand a .cmdgranucurrent {
	color: white;
	text-decoration: none;
}

/* -------------- FIN COMMANDES DE SELECTION DE LA GRANULARITE --------------------------------------------------------- */

/* -------------- LEGENDES (TOTAUX) --------------------------------------------------------- */
.legende {
	display: block;
	float: left;
	width: 100%;
	font-size: 1em;
	padding-left: 5%;
	margin-top: 40px;
	text-align: left;
}

.legende .item {
	display: inline-block;
	width: 100%;
}

.legende .pastille {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 10px;
}

.legende .facture {
	background-color: #C0C000;
}

.legende .nonfacture {
	background-color: #939300;
}

.legende .etiquette {
	background-color: #CCCCCC;
}

/* -------------- FIN LEGENDES (TOTAUX) --------------------------------------------------------- */
#selnaturegraph {
	display: block;
	float: left;
	position: relative;
	clear: both;
	font-family: verdana;
	font-size: 1.2em;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	text-transform: capitalize;
	border-bottom: solid 1px #E0E0E0;
}

#selnaturegraph p {
	margin: 0;
	padding: 0;
}

#selnaturegraph a {
	display: block;
	float: left;
	height: 30px;
	padding: 3px 10px 2px 10px;
	color: white;
	text-decoration: none;
	background-color: #fff;
	margin: 5px 5px 0 0;
	cursor: pointer;
}

#selnaturegraph input[type=button] {
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
}

/* -------------- SCROLL PREV/NEXT --------------------------------------------------------- */
.prevnexthisto {
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.prevnexthisto .graphscroll {
	display: inline-block;
	width: 30px;
	padding: 7px;
	font-size: 1.5em;
	font-family: verdana;
	text-align: center;
}

.prevnexthisto .graphprev {
	top: 120px;
}

.prevnexthisto .graphnext {
	top: 160px;
}

.prevnexthisto a, .prevnexthisto a {
	color: #fff;
	text-decoration: none;
}

.prevnexthisto a .graphprev, .prevnexthisto a .graphnext {
	color: #fff;
	text-decoration: none;
}

/* -------------- FIN SCROLL PREV/NEXT --------------------------------------------------------- */
.graphLabelstackedGraph {
	margin: auto;
}

.graphLabelstackedGraph>div.day, .graphLabelstackedGraph>div.year {
	font-size: 1.7em;
}

.graphLabelstackedGraph.verySmallChartsDate {
	display: block;
	height: 95px;
	word-wrap: break-word;
	overflow: inherit;
	white-space: normal;
}
@media ( max-width : 768px) {
	.graphcontainer {
		width: auto !important;
		overflow-x: auto;
	}
	.legende .item {
		width: 50%;
	}
}
