/*  print.css - MoinMoin Default Styles

Copyright (c) 2001, 2002, 2003 by Juergen Hermann
*/

/* content styles */

html {
font-family:Verdana, sans-serif;
	font-size: 8pt;
}

body { margin: 5px; }

a, a:visited, a.nonexistent, a.badinterwiki {
	color: black;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.info a {
    color: gray;
}

pre {
	font-size: 8pt;
}

a.interwiki:before, a.badinterwiki:before {
	content: attr(title) ":";
}

a.interwiki img, a.badinterwiki img {
	display: none;
}

.footnotes div {
	width: 5em;
	border-top: 1pt solid gray;
}

/* user interface styles */

#header, #sidebar, #footer, #timings, #credits, /* #interwiki, */ #pagelocation {
	display: none;
}

#interwiki span {
	display: list-item; 
	float: right;
	list-style-image: url(https://wiki.koumbit.net/_static/alex/img/logo2010_rgb_web_200x35.png);
	list-style-position: inside;
}

#interwiki span a {
	display: none;
}

a.http:before {
	content: none; margin: 0;
}

h1 a img, h2 a img, h3 a img, h4 a img {
	display: none;
}

.table-of-contents a {
	text-decoration: none;
}

h1#head-service-contract {
	page-break-before: always;
}

/* trop de problemes
h1 {
	page-break-before: always;
	page-break-after: avoid;
}
*/

h1 {
	page-break-after: avoid;
}

h1#Objectifs_du_projet {
	page-break-before: always;
}

