/* Feuille de style specifique a l'impression */

a { 
	color: #000;
	text-decoration: none; 	 	
}
a:visited { 
	color: #000;
	text-decoration: none; 
}

a.spip_in { 
	color: #000;
	text-decoration: none; 	
}
a.spip_out { 
	color: #000;
	text-decoration: none; 	 
}

/* Typographie */

body {
	margin: 0.5cm auto;
	padding: 0;
	font: 12px/1.2em;
	text-align: justify;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#page {
	position: relative;
	width: 18cm;
	margin: 0 auto;
	background: none;
}

/* Typo */

p {	
	margin-top: 2px;
	text-align: justify;
	line-height: 13px;
}
h1,h2,h3,h4,h5,h6 {
	margin: 10px 0 10px 0;
	font-size: 9px;
	color: #000;
    font-family: "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;
}

blockquote {
	font-size: 11px;
	color: #000;
	padding-left: 6px;
}
code {
	color: #000;
	font-size: 12px;
	text-align: left;
}
code strong {
	color: #000;
	font-weight: bold;
}
abbr, acronymn {
	font-style: normal;
	border-bottom: 1px dotted;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
strike {
	text-decoration: line-through;
}

br {
	display: none;
}

/* Classes */

.nom_site {	
	color: #000;	
	font-size: 15px;
	font-family: Verdana, sans-serif;
	font-stretch: expanded;
	font-weight: bold;	
}
.titre {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
    margin-bottom: 5px;		
}
.intertitre {	
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
.date {	
	color: #CCC;		
    font-family: "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;
    font-style: italic;
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.vernissage {	
	color: #CCC;		
    font-family: "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;
    font-style: italic;
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.copy {
	font-size: 10px;
	text-decoration: none;
	color: #000;
	font-style: italic;
}
.venir {
	font-size: 11px;
	font-weight: bold; 
	color: #000;
	margin-top: 20px;
}
.texte {	
	text-align: justify;
	font: 10px/1.1em "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;
}
.infotitre {
    font-size: 11px;
    font-style: italic;
	text-decoration: none;
	marquee: none;
}
.evenement {
    font-size: 11px;
    font-style: italic;
	text-decoration: none;
}
.duree {	
	color: #CCC;		
	font-style: italic;
	font-size: 11px;
}
.soustitre {	
	color: #CCC;		
	font-style: italic;
	font-size: 11px;
}
.descriptif {
	color: #CCC;
	font-size: 11px;
}
.chapo {
    color: #CCC;
	font-size: 11px;
	padding: 0;
	margin: 0;
	line-height: 1.1em;
}
.type {	
	color: #000;		
    font-family: "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;
    margin-top: 5px;
}

.ps {
	color: #CCC;
   padding-top: 5px;
   font-size: 9px;
}

td {
	font-family: "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;
}
table {
	margin: 0;
	padding: 0;
	width : 98%;
}
/*
 * Disposition : on elimine les elements de navigation (display: none)
 * et on choisit un affichage de base pour le principal
 */
 

#imprimer {
	margin-top: 0;
	margin-left: 10%;
	margin-right: 10%;
}

#header {
	display: none;
}

#navigation {
	display: none;
}
#hierarchie {
	display: none;
}
#recherche {
	display: none;
}

#cartouche {
	display: none;
}
.barre_option {
	display: none;
}

.archive {
	display: none;
}

#lesmenus {
	display: none;
}
#footer {
	display: none;
}
.column_grisdegris {
	display: none;
}
#lesmenusgauche {
	display: none;
}
.spip-admin {
	display: none;
}
.spip-admin-float {
	display: none;
}
.spip-admin-bloc {
	display: none;
}
.spip_documents {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
	position: relative;
}
.spip_doc_titre { margin-right: auto; margin-left: auto; font-weight: bold; font-size: 0.90em;
	margin-top: 3px;
}
.spip_doc_descriptif { clear: both; margin-right: auto; margin-left: auto; font-size: 0.90em; }
form {
	font-size: 10px;
}



/*
 * Forums
 */

#forum {
	display: none;
}

