/*
--- feuille de style pour l'impression des pages ---
*/

@page {
  size: auto;   /* auto est la valeur initiale */
  margin: 0 !important;
}

#main{
	margin-left:20px !important;
	width: 95% !important;
}

#primary{
	margin:0px !important;
	width: 100% !important;
}

body{
	background: unset !important;
	margin: auto !important;
	width: 100% !important;
}

p{
	margin: 0px !important;
}

#masthead{
	display: none !important;
}

p#breadcrumbs{
	display: none !important;
}

.entry-content{
	width: 100% !important;
	margin: 0 !important;
}

.entry-title{
	display: none !important;
}

.entry-header{
	display: none !important;
}

.tools_div{
	display: none !important;
}

.tools_div_pages{
	display: none !important;
}

#result_sidebar{
	display: none !important;
}

.sidebar-container{
	display: none !important;
}

.site-main{
	float: unset !important;	
}

.site-footer .widget-area, .sidebar .site-footer{
	display: none !important;
}

.scrollG_annuel{
	width: 100% !important;
}

#results_annuels{
	width: 100% !important;
	margin: 0 !important;
}

#synthese_annuelle{
	/*width: 760px !important;*/
	width: 130% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top:10px;
}

.titre_tab_new{
	padding: 0 !important;
	border: 3px solid  red !important;
	background-color: unset !important;
}

.tab_synthese{
	border-left: 1px solid darkslategrey;
}