/*
 * Feuille de style specifique a l'impression
 */
 
/* Pour les liens, on affiche l'URL cible a la suite du lien (!) */

a { color: #0F679B; text-decoration: underline; }
a:visited { color: #0F679B; text-decoration: underline; }
a.spip_in { color: #0F679B; text-decoration: underline; }
a.spip_out { color: #0F679B; text-decoration: underline; }
a:after {
	display: inline;
	border: 1px solid dotted;
	content: " [" attr(href) "]";
}

/*
 * Un peu de coquetterie
 */
body { font-family:  Arial, Verdana, Geneva, Helvetica, sans-serif; font-size: 13px;}
 
#conteneur {
	margin-left: 0;
}

#haut {
	border-bottom: 1px solid black;
}

#position {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px 0px;
}
 
#haut #titre-site {
	display: inline;
	font-size: 55px;
	color: black;
	font-weight: 700;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

#haut #titre-url {
	display: none;
}

.content h2 {
	border-top: 1px solid #ccc;
	padding-top: 40px;
}
p.knowmore, a.knowmore, div.knowmore, a.lienaccueilnews {
	text-align: right;
}

table.spip {
	border: 1px solid #5F5F5F;
}
 
.chapo {
	line-height: 1.4em;
	margin-top: 1em;
}

.spip-admin {
	display: none;
}

/*
 * Disposition : on elimine les elements de navigation (display: none)
 * et on choisit un affichage de base pour le principal
 */
 
#menu2, #footer, #recherche, .print {
	display: none;
}
 

/*
 *  Images typographiques (via image_typo)
 */
.image_typo {
	behavior: url("http://certu-liste.com/squelettes/win_png.htc");
}

/*
 * Boutons admin
 */
 
.spip-admin-float {
	display: none;
}