/*
lors de l'impression, enleve les fond,... + diverses adaptations
*/

body {
	background-image:none !important;
	background-color:#FFF !important;
	font-size: 0.8em; /*reduit un peu la taille du texte de façon globale*/
}

  #zoneMenu1
, #zoneFiltre
, .zoneFiltreEnPlus
, #declencheurSuite1
, footer
, .noPrint /* 23/08/2021 : + générique pour ne pas être visible à l'impression*/
{
	display: none!important;
}

/*exception : si on veut laisser #zoneFiltre visible pour page stat*/
body.page_statCVE #zoneFiltre {
	/*display: block!important;*/
  /*pour l'instant, pas utile de l'afficher (à voir si utilisateurs le veulent)*/
}

/*met cellule en fond blanc + avec ligne de séparation horizontal (économie encre)*/
body.page_statCVE table thead tr {
  background-color: #EEE;!important
}
body.page_statCVE table tbody tr {
  background-color: #FFF!important;
}
body.page_statCVE table tbody td {
  border: none;
  border-top: 0.2mm solid #999!important;
}
body.page_statCVE table .tablesorter-header {
  background-color: initial!important; /*enlève fond coloré si colonne triée*/
  background-image: none!important; /*enlève picto de tri*/
  padding: 4px 4px!important; /*remet padding basique car picto tri masqué*/
}

  .caseDeFermeture  /*croix en haut a droite sur page ouverte dans nouvelle fenetre*/
, .bouton.info /*bouton aide "?"*/
{
	display: none!important;
}


/*Liste articles*/
body.style2 > section {
	padding-left: 0; /*liste article. Avait ete decale pour voir filtre recherche sur la gauche*/
}

section#listeArticlesXXXX
, .blocMax {
	width: 100%;
	max-width: none!important;
}

ul.articles {
	width:100%;
}

.articles li.indisponibleVenteEnLigne /*fev2013: les remet pleinement visibles. ex: si modeTarfi*/
{	opacity: 1;
}
/*FIN Liste articles*/


/*STOCK*/
table.liste_ST td:nth-child(1) {
	display:none;
}
/*fin STOCK*/


/*Tableaux*/
table.type1 tbody tr.cumul
, table.type1 tbody tr.cumul {
	/*je pourrai changer la couleur de fond des ligne de cumul*/
}

  fieldset > ul
, .zone-bloc
{ /*bloc ul*/
	box-shadow:none !important;  border-radius: 0px !important; /*pas d'ombre*/
}

body fieldset#zone-documents ul {
	padding: 0px !important; /*pas de marge a gauche et a droite*/
}
/*FIN Tableaux*/



.logoPrint { /*logo qui s'affiche si impression (tarif)*/
	background-image: url(../images/logos/logoCVE.png); /*logo fond blanc*/
	background-repeat: no-repeat;
	-webkit-background-size: 156px 62px;
	-moz-background-size: 156px 62px;
	-o-background-size: 156px 62px;
	background-size: 156px 62px;
	background-size: 100%;	/* background-position: center 0px; */

	margin: 0;
	margin-right:40px;
	height: 65px;  /*48px normalement mais mis + pour laisser marge en-dessous*/
	width: 128px;

	/*display: inline-block;*/
	float: left; /*pourrait poser pb au filtre recherche a gauche mais comme pa svisible : ok*/
}

.logoPrint + h1 {
	padding-top:8px; /*pour que le h1 commecne un peu + bas pour meilleur alignement avec le logo*/
}
