@page {
	size: portrait;
}

* {
	background: white;
	color: black;
}

body {
	margin: 5%;
	float: none;
	background: white;
	color: black;
}

#conteneur {
	float: none;
	margin-left: 10%;
	margin-top: 30px;
	max-width: 55em;
}

.rubrique {
	font-family: Garamond, Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	text-align: justify;
	margin-bottom: 30px;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a:link:after, #conteneur a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

strong {
    margin-right: 0.2em;
}

h1 {
	font-family: 'Luxi sans', Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 20px;
}

h2 {
	font-family: 'Luxi sans', Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
}

.sstitre {
    font-size: 0.8em;
    display: block;
    margin-top: 1em;
    font-style:italic;
}

/* tableaux */

thead {
	vertical-align: top;
	font-weight: bold;
}

td {
	text-align: left;
	vertical-align: top;
	padding: 0px 25px 5px 0px;
}

/* bibliographies */

.auteur {
	font-variant: small-caps;
}

.ouvrage {
	font-style: italic;
}

/* on planque tout ce qui ne doit pas apparaître à l'impression */ 

#nav1 {
	display: none;
}

#nav2 {
	display: none;
}

#pied {
	display: none;
}

#logo1 {
	display: none;
}

#mail {
	display: none;
}

#photo {
	display: none;
}

#switcher {
	display: none;
}

