/*
 * Feuille de style specifique a l'impression
 */
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
       /*  text-decoration: underline; */
    }
    a[href]:after {
        /* content: " (" attr(href) ")"; */
		content: "";
    }
	.tableau,
	.liste_item	{ page-break-inside:auto }
	.ligne-tableau,
	.item,
	li.item{ page-break-inside:avoid; page-break-after:auto }
	
    abbr[title]:after {
        /* content: " (" attr(title) ")"; */
		content: "";
    }
    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1pt solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
/* Pour les liens, on desactive les couleurs
   et on affiche l'URL cible a la suite du lien (!) */

a { color: black;  }
a:visited { color: black;  }
a.spip_in { color: black;  }
a.spip_out { color: black;  }



.cufon_KG
{font-size: 15pt;}
.programme .item_info_spectacle  { font-size:1.2em}
a:after
{
	display: inline;
	/* content: " [" attr(href) "]"; */
	content: "";
	text-transform: normal;
	
}
.item_logo a:after,
#logo_site a:after
{
	display: none;
}

/*
 * Un peu de coquetterie
 */

.chapo {

}
.texte {
}
.ps {

}
.notes {

}
.structure {
	display: none;
}
.spip-admin {
	display: none;
}

/*
 * Disposition : on elimine les elements de navigation (display: none)
 * et on choisit un affichage de base pour le principal
 */

#lang,
#form_rech,
#menu_vertical
#menu,
#navigation,
#menu_horizontal,
#accordeon,
#bloc_droite,
#pied_article,
.facebook_article,
.item_bouton_reserver ,
.reservez_bloc_kino_35,
#documents_portfolio,
ul.menu_spectacles,
ul.menu_spectacles li,
ul.menu_spectacles li a.onglet,
#footer {
	display: none;
}


#bloc_haut,
#content,
#content_article{
	width:100%;	
	padding : 0 0 10mm 0;
	clear:both;
	position:relative;
	float:none;
}

.encart {
	display: none;
}

.cartouche {
	margin-top: 0.5em;
	padding-top: 1em;
	margin-bottom: 1em;
}

.cartouche .spip_logos {
	margin-left: 0pt;
	padding-left: 0pt;
	margin-right: 0.8em;
}


/*
 *  Images typographiques (via image_typo)
 */
.image_typo {
	behavior: url("../win_png.htc");
}

/*
 * Boutons admin
 */
.article-info-rubrique { display: none; }
.spip-admin-float {
	display: none;
}
.ps h3, .ps h4, .ps ul { display: none; }
.cartouche .texte h2,
.cartouche .texte form
{ display: none; }