/*  ---------------------------------------------------------------- */
/*  Feuille de style specifique a l'impression                       */
/*  ---------------------------------------------------------------- */

/*  Correction des styles HTML par defaut
---------------------------------------------- */
body {
	background-color:#FFF;
	margin: 0;
	padding:0;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	text-align:left;
}


/*  Disposition a l'ecran
---------------------------------------------- */
.nettoyeur { clear: both; }


/* LIENS
---------------------------------------------- */
a, a:visited { color:#000; }

/*  Pour les liens, on affiche l'URL cible a la suite des liens sortants :
/* a.spip_out:after, a.spip_glossaire:after { display: inline; content: " [" attr(href) "]"; } */


/*  Ne pas imprimer : on elimine les elements de navigation (display: none;)
---------------------------------------------- */

#navigation, #hierarchie, #pied { display: none; }
.formulaire_recherche, .aide_rubrique, .info_recherche, .imprime { display: none; }
.spip-admin, .spip-admin-float, .invisible { display: none; }

#meme_service_article {display:none;}

/*  ------------------------------------------
/*  			MISES EN PAGES
/*  ------------------------------------------ */

#page, #conteneur {margin:0; padding:0; width:100%; background:none;}
#contenu {width:100%;}

/*positionnement du logo en en-tete pour l'impression*/

#entete {background:none; margin:0;}
#entete .spip_logos{ margin:10px; padding:0;}

#contenu .contact {
	border:1px solid #DDD;
}

.page_rubrique .info_rubrique {
	padding:10px;
	margin-bottom:10px;
	font-size:14px;
	background: #FFF;
	border-bottom:1px solid #009900;
	font-weight:bold;
}