/*
 * ROBOTO fonts
 */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'),
		url(../fontes/Roboto-normal-400.woff2) format('woff2'),
		url(../fontes/Roboto-normal-400.woff) format('woff');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: local('Roboto Medium'), local('Roboto-Medium'),
		url(../fontes/Roboto-normal-500.woff2) format('woff2'),
		url(../fontes/Roboto-normal-500.woff) format('woff');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'),
		url(../fontes/Roboto-normal-700.woff2) format('woff2'),
		url(../fontes/Roboto-normal-700.woff) format('woff');
}

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: local('Roboto Italic'), local('Roboto-Italic'),
		url(../fontes/Roboto-italic-400.woff2) format('woff2'),
		url(../fontes/Roboto-italic-400.woff) format('woff');
}

@font-face {
	font-family: 'roboto_condensed';
	src: url('../fontes/robotocondensed-bold-webfont.eot');
	src: url('../fontes/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fontes/robotocondensed-bold-webfont.woff') format('woff'),
		 url('../fontes/robotocondensed-bold-webfont.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;

}
@font-face {
	font-family: 'roboto_condensed';
	src: url('../fontes/robotocondensed-bolditalic-webfont.eot');
	src: url('../fontes/robotocondensed-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fontes/robotocondensed-bolditalic-webfont.woff') format('woff'),
		 url('../fontes/robotocondensed-bolditalic-webfont.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;

}
@font-face {
	font-family: 'roboto_condensed';
	src: url('../fontes/robotocondensed-italic-webfont.eot');
	src: url('../fontes/robotocondensed-italic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fontes/robotocondensed-italic-webfont.woff') format('woff'),
		 url('../fontes/robotocondensed-italic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;

}
@font-face {
	font-family: 'roboto_condensed';
	src: url('../fontes/robotocondensed-light-webfont.eot');
	src: url('../fontes/robotocondensed-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fontes/robotocondensed-light-webfont.woff') format('woff'),
		 url('../fontes/robotocondensed-light-webfont.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;

}
@font-face {
	font-family: 'roboto_condensed';
	src: url('../fontes/robotocondensed-lightitalic-webfont.eot');
	src: url('../fontes/robotocondensed-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fontes/robotocondensed-lightitalic-webfont.woff') format('woff'),
		 url('../fontes/robotocondensed-lightitalic-webfont.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;

}
@font-face {
	font-family: 'roboto_condensed';
	src: url('../fontes/robotocondensed-regular-webfont.eot');
	src: url('../fontes/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fontes/robotocondensed-regular-webfont.woff') format('woff'),
		 url('../fontes/robotocondensed-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}
html {
	color: #23262a;
	font-size: 0.875em;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

body {
	font-family: roboto_condensed, Roboto;
	font-size: 1em;
	line-height: normal;
	margin: 0;
	padding: 0;
	background-color: #d2cfc8;
}

.left {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.left>p {
	display: table-row;
}

.center {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	width: 33%;
}

.right {
	display: inline-block;
	float: right;
}

.demi {
	width: 48%;
}

.line {
	display: inline-flex;
}

.justify {
	text-align: justify;
}

#headerToolbar {
	background-color: white;
	height: 50px;
	left: 0;
	line-height: 35px;
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: top;
}

#headerToolbar .logo {
	display: inline-block;
}
#headerToolbar .logo a{	
	text-decoration: none;
}
#headerToolbar .logo img{
	margin:0;
	border:0;
}
#headerToolbar .headerTitle {
	display: inline-block;
	white-space: nowrap;
	height:50px;
	vertical-align:inherit;
	width: calc(100% - 140px - 240px);
}

#headerToolbar .exportButtons {
	display: inline-block;
	width: 92px;
	float: right;
	margin-right: 5px;
}

#headerToolbar .exportButtons a {
	float: left;
}
#headerToolbar .exportButtons i{
	display: block;
	height: 45px;
	width: 34px;
	margin: 2px 6px;
}
.export-csv {
	background: url("../img/csv.png") no-repeat;
}
.export-pdf {
	background: url("../img/pdf.png") no-repeat;
}

#resultHeader {
	/*overflow: auto;*/
	position: absolute;
	top: 144px;
	left: 0;
	right: 0;
	height: 23px;
	padding: 11px;
	background-color: #d2ccbe;
}

#resultHeader .deselectLink {
	display: inline-block;
	width: 215px;
}

#resultHeader #deselectLink {
	margin-left: 10px;
}

#resultHeader .filterSelect {
	display: inline-block;
	text-align: left;
	white-space: nowrap;
	/*width: calc(100% - 510px);*/
}

#resultHeader .selectioncount {
	display: inline-block;
	float: right;
	line-height: 23px;
	text-align: right;
	/*width: 290px;*/
}

#resultSearch {
	overflow: auto;
	position: absolute;
	top: 190px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background-color: #EBEBEB;
}

#resultSearch.single {
	top: 60px;
}

#search {
	padding: 5px;
	vertical-align: top;
	/*width: 25%;*/
	/*height: 255px;*/
}

.light {
	font-size: 0.90em;
}

.bottom {
	margin-top: 30px;
}

select {
	background: #404953;
	border: medium none;
	color: #ffffff;
	padding: 3px;
}

select:focus, select:active{
	outline: none;
}

#listDocument {
	padding: 0px;
}

#listDocument article .open {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.titleDoc {
	height: 25px;
	background: #ffffff;
	white-space: nowrap;
	padding: 4px 4px 4px 7px;
}
.titleDoc:hover {	
	background: #F7F7F7;
}

.selected {
	background: #D2CFC8 !important;
}

.selected:hover {
	background: #CAC7C0 !important;
}

.contentDoc {
	background: #ffffff;
	border-top: 1px dotted grey;
	
	/***height: 725px;*/
	max-height: 680px;
	vertical-align: top;	
	padding-right: 30px;
    padding-bottom: 30px;

	
}


.contentDoc .leftDetailsBlock {
	width: calc(100% - 770px);
	min-width: 405px;	
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	/*overflow-y: auto;*/
	max-height:360px;
	/***max-height: 625px;*/
	/***max-width: 30%;*/
}

.contentDoc .rightDetailsBlock {
	width: 745px;
	max-width: calc(100% - 430px);
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;		
	max-height:500px;		
	/***min-width: 60%*/
}

.rightDetailsBlockSingle {
	width: 745px;
	/*max-width: calc(100% - 430px);*/
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;		
	background: #ffffff none repeat scroll 0 0;
		
	/***min-width: 60%*/
}

.contentDoc .rightDetailsBlock .info {
	max-height: 305px;
	overflow-y: auto;
	background: #d2cfc8;
	padding: 10px;
}

 .rightDetailsBlockSingle {
	
	overflow-y: auto;	
	padding: 0px 0px 0px 10px
}

.contentDoc .label {
	font-weight: bold;
}

.contentDoc .loading {
	width: 100%;
	height: 100%;
	display: inline-flex;
}

.contentDoc .loading img {
	margin: auto;
	width: 32px;
	height: 32px;
}

.checkbox {
	display: inline-block;
	position: relative;
	top: 6px;
	width: 20px;
	vertical-align: top;
}

.checkbox input[type="checkbox"] {
	display: none;
}

.checkbox label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: -4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, .4);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, .4);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, .4);
	background: -webkit-linear-gradient(top, #23262A 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #23262A 0%, #45484d 100%);
	background: -o-linear-gradient(top, #23262A 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #23262A 0%, #45484d 100%);
	background: linear-gradient(top, #23262A 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23262A', endColorstr='#45484d', GradientType=0);
}

.checkbox label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.checkbox label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity = 30);
	opacity: 0.3;
}

.checkbox input[type=checkbox]:checked+label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
	opacity: 1;
}

.titleBlock {
	width: calc(100% - 74px);
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
}

.titleBlock .pictos {
	font-size: 28px;
	margin-left: 10px;
	margin-top: -2px;
}

.showHideDetailsBlock {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	position: relative;
	width: 30px;
	cursor: pointer;
}
.showHideDetailsBlock .pictos{
	margin-top: 0px;
	position: absolute;
	height: 30px;
	width: 30px;
	font-weight: bold;
	font-size: 30px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.listImage {
	background: #d2cfc8;
	
	max-height: 483px;
	overflow: auto;
	
	/***height: 625px;*/
	/***overflow: hidden;
	min-height:75%;*/
}

.listImage img {
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 4px;
	box-shadow: 1px 1px 5px;
	max-width: 700px;
	border:1px solid #dedede;
	-webkit-transition: border .2s ease-in-out;
	-moz-transition: border .2s ease-in-out;
	-ms-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}
.listImage img:hover{
	border:1px solid #343b43;	
}

.listImage .loading {
	height: 32px;
}

.snippetLegend {
	font-size:0.825em;
	width:700px;
	text-align:right;
	margin-bottom: 5px;
	margin-left: 12px;
	margin-right: 12px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.frameDetailDoc {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	width: calc(100% - 280px);
	vertical-align: top;
	min-width: 180px;
}
.frameDetailDoc>p:not(:first-child) {
	margin-top:5px;
}

.frameImgDoc {
	display: inline-block;
	border: 1px solid #dedede;
	background: #d2cfc8;
	position: relative;
	height: 200px;
	width: 230px;
	-webkit-transition: border .2s ease-in-out;
	-moz-transition: border .2s ease-in-out;
	-ms-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}
.frameImgDoc:hover{
	border:1px solid #343b43;	
}
.imgDoc {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-height: 190px;
	max-width: 240px;
	box-shadow: 1px 1px 5px;
}

.frameDetailDoc ul {
	margin: 0;
	padding: 0;
}

.frameDetailDoc ul li {
	margin: 0 0 0 30px;
	padding: 0;
}

.rightDetailsBlock ul {
	margin: 0;
	padding: 0;
}

.rightDetailsBlock ul li {
	margin: 0 0 0 30px;
	padding: 0;
}

.rightDetailsBlockSingle ul {
	margin: 0;
	padding: 0;
}

.rightDetailsBlockSingle ul li {
	margin: 0 0 0 30px;
	padding: 0;
}



/* Default element style */
h1 {
	margin: 5px;
	text-align: center;
}

.documentTitleList {
	display: inline-block;
	line-height: 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 30px);
}

h4 {
	margin-bottom: 6px;
	margin-top: 6px;
}

article header {
	margin: 10px;
}

p, h3 {
	margin: 0;
}

a {
	color: #000000;
}

#listDocument>article:not(:first-child) {
	margin-top: 2px;
}

.highlight {
	background-color: #faee6a;
}

.pie-legend li {
	font-size: 25px;
	line-height: 13px;
}

.pie-legend li span {
	color: #000000;
	font-size: 12px;
	line-height: 12px;
	margin-left: -8px;
	vertical-align: top;
}

span.pictos.icon-video {
    font-size: 1.5em;
    margin-top: 3px;
}

.loading {
	height: 32px;
	background: url(../img/loader.gif) no-repeat 50% 50%;
	margin: 5px 0;
}

.popupMessage{
	font-size: 1.0em;
	color: #23262a;
	font-weight: bold;
	padding: 25px;
	border: 3px #FFF solid;
	background: #ece6dd;
	width: 60%;
	text-align: center;
	display: inline-block;
}
.exportMessage{
	text-align: left;
	margin-top: 20px;
}
.progressWrapper {
	width:100%;
	height:20px;
	border:1px solid #a59a7e;
	background-color:white;
}
.progressValue {
	width:50%;
	height:20px;
	border:none;
	background-color:#d2ccbe;
}
.progressValue > span {
	position: absolute;
	right: 40px;
}
.button.bClose {
	border-radius: 12px;
	box-shadow: none;
	font: bold 15px sans-serif;
	padding: 4px 7px;
	position: absolute;
	right: -12px;
	top: -13px;
}
.button {
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	color: #23262a;
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
}
.button:hover {
	background-color: #a59a7e;
}

#summarySearch {
	position: absolute;
	/*height: 280px;*/
	top: 55px;
	left: 10px;
	right: 10px;
	background-color: #EBEBEB;
	overflow: auto;
}

#summarySearch.collapse {
	height: 30px;
}

.uncollapseTexte{
	text-decoration: underline;
	padding-left: 5px;
	position : absolute;
	cursor: pointer;
}


.collpaseTexte {
	visibility:hidden;
	position : absolute;
}

#summarySearch #collapse{
	float: right;
    height: 30px;
    width: 30px;
    position: initial;
    padding-right: 9PX;
    cursor: pointer;
}
#summarySearch .querySummary {
	display: inline-block;
	/*overflow: auto;*/
	/*width: 15%;*/
	min-width: 220px;
	font-weight:bold;
}
#summarySearch .querySummary .queryItem{
	margin-bottom:5px;
}

#summarySearch .querySummary .label{
	font-weight:100;
}


#summarySearch .repartitionChart {
	display: inline-block;
	width: 33%;
	min-width: 455px;
	margin-right: 10px;
}

#summarySearch .chartWhiteZone{
	background-color: white;
	padding:5px;
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
	width: 445px; 
}

#repartitionDateChart, #summarySearch .chartDateWrapper  {
	width: 445px; 
	height: 205px;
	display: inline-block;
	vertical-align: top;
}
#repartitionTypeChart, #summarySearch .chartTypeWrapper  {
	width: 220px; 
	height: 220px;
	display: inline-block;
	vertical-align: top;
}

#repartitionTypeLegendChart {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 1em;
}

#repartitionDateLegendChart {
	margin: -16px 0;
	padding: 0;
	text-align: right;
	top: 0;
	list-style-position: inside;
}

#exportButton{
	background: none;
    border: none;
    background-color: #FFF;
    padding: 15px 30px 15px 55px;
    font-size: 1.3em;
    font-weight: bold;
    position: absolute;
    top:10px;
    right:15px;
    margin-right: 15px;
}

#exportButton span.icon-download:before{
	font-family: 'pictos';
    font-size: 3em;
    font-weight: 100;
    position: absolute;
    top: 0px;
    left: 0px;
}

.searchResult{
	float:left;
	width: calc(100% - 170px);
}
#summarySearch .querySummary .queryItem{
	display:inline-block;
	margin-right: 40px;
}

.queryItem
{
	font-size: 1.3em;
}


#summarySearch .querySummary .result{
	display:block;
	font-size: 1.2em;
    font-weight: bold;
}
/*css exportFormPopup */
.exportFormPopupContainer{
	padding: 20px;
	background: #fff;
	max-width:300px;
	z-index: 1;
}
.exportFormPopupContainer .exportIntroduction{
	padding-right:25px;
	position:relative;
}

.exportFormPopupContainer .exportIntroduction .close{
	position: absolute;
    right: -10px;
    top: -5px;
    background: none;
    border: none;
    font-weight: bold;
    color: #848484;
    font-size:1.5em;
}

.exportForm{
	padding-top: 20px;
    border-top: 1px solid #ccc;
    margin-top: 10px;
}

.exportForm fieldset{
	border: none;
    padding: 0;
}

.exportForm fieldset ul{
	list-style-type: none;
    padding-left: 0px;
}

.exportForm fieldset ul li{
	padding-right: 50px;
    display: block;
    padding-left: 30px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.exportForm fieldset ul li:last-child{
	margin-bottom:30px;
}

.exportForm fieldset ul li label{
	position: relative;
	display:block;
}

.exportForm fieldset ul li label input{
	position: absolute;
    top: 0;
    left: -25px;
}

.exportForm .emailBox{
    padding: 3px 0px;
}
    
.exportForm fieldset ul li label i{   
    display: inline-block;
    height: 45px;
    width: 34px;
    position: absolute;
    top: 0;
    right: -50px;
}
.exportForm button[type="submit"]{
	display: block;
    border: none;
    background: #404953;
    color: #fff;
    padding: 8px 12px;
    margin-top: 15px;
}
.exportForm .selected {
    background: none !important;
}

.exportForm .msg{
	margin-top:20px;
	display:none;
}
.exportForm .success-msg{
	color:green;
}

.exportForm .generation-msg{
	color:green;
}
.exportForm .error-msg{
	color:red;
}
.exportForm legend{
	font-weight:bold;
}
.exportForm label span, .exportForm strong{
	font-weight:bold;
	text-transform:uppercase;
}
.querySummary ul{
    display: inline-block;
    padding-left: 0px;
    margin: 0px;
} 
/*end: css exportFormPopup */

/*css temporaire*/

#summarySearch .querySummary{
	width:calc(100% - 20px);
	height: auto;
    overflow-y: auto;
}
#summarySearch{
	overflow:visible;
}

.exportFormPopupContainer{
	position: absolute;
    top: 100%;
    right:0px;
    z-index: 10;
    display:none;
    box-shadow:5px 5px 5px #666;
}
/*end: css temporaire*/


/*start:customize scrollbar*/
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:9px !important;
}
.mCSB_inside>.mCSB_container {
    margin-right: 8px !important;
}
/*end:customize scrollbar*/


@media all and (max-width:1250px){
	.contentDoc{
		padding-right:0px;
		padding-bottom: 20px;
    	overflow: hidden;
    	max-height:initial;
	}

	.contentDoc .leftDetailsBlock {
		min-width:initial;
		width: 745px;
    	display: block;
    	margin: 0 auto;
    	padding-top: 10px;
	}
	.contentDoc .leftDetailsBlock .frameImgDoc{
		display:none;
	}
	
	.contentDoc .rightDetailsBlock,.contentDoc .rightDetailsBlockSingle {
		max-width: initial;
		float:right;
		max-height: 700px;
		display: block;
    	margin: 0 auto;
    	float:none;
	}
	
	
	.frameDetailDoc{
		width:100%;
	}
	
	.contentDoc .leftDetailsBlock h4{
		display:none;
	}
	
}

@media all and (max-width:860px){
	.contentDoc .leftDetailsBlock {
		width: calc(100% - 100px);
		min-width:auto;
	}
	
	.contentDoc .rightDetailsBlock, .contentDoc .rightDetailsBlockSingle {
		width: calc(100% - 100px);
		max-width:100%;
	}
	.snippetLegend {
		width: auto;
	}
}

/*
@media all and (max-width:1015px){
	.contentDoc .rightDetailsBlock {
		width: calc(100% - 230px);
	}
	
	.contentDoc .rightDetailsBlockSingle {
		width: calc(100% - 230px);
	}
	
	
	.listImage img {
    	margin-left: 6px;
    	margin-right: 0px;
	}
}
*/
@media (min-width:1024px) and (max-width:1279px){
	#repartitionDateChart, #summarySearch .chartDateWrapper {width: 370px; height: 169px;}
	#repartitionTypeChart, #summarySearch .chartTypeWrapper {width: 169px; height: 169px;}
	#summarySearch .chartWhiteZone {width: 370px;}
	#summarySearch .repartitionChart {min-width: 370px;width: 30%;}
	/*#summarySearch .querySummary {width: 20%;}*/
	.pie-legend li span {font-size: 12px; line-height: 12px;}
	/*#search {height: 210px;}
	#summarySearch {height: 230px;}*/
	/*- #resultHeader {top: 285px;}
	#resultSearch {top: 332px;}*/
	.frameImgDoc {height: 150px; width: 188px;}
	.imgDoc {max-height: 140px; max-width: 178px;}
}
@media (max-width:1023px){
	body{ font-size: 0.8em;	}
	#repartitionDateChart, #summarySearch .chartDateWrapper {width: 250px; height: 119px;}
	#repartitionTypeChart, #summarySearch .chartTypeWrapper {width: 119px; height: 119px;}
	#summarySearch .chartWhiteZone {width: 250px;}
	#summarySearch .repartitionChart {min-width: 250px; width: auto;}
	/*#summarySearch .querySummary {width: 16%;}*/
	.pie-legend li span {font-size: 8px; line-height: 8px;}
	/*#search {height: 155px;}
	#summarySearch {height: 175px;}
	*/
	/*-
	#resultHeader {top: 230px;}
	#resultSearch {top: 277px;}
	*/
	.frameImgDoc {height: 150px; width: 188px;}
	.imgDoc {max-height: 140px; max-width: 178px;}
}

.nbr {
	color: #e33a23;
}
