#toc,
h2, h3, h4 {
	page-break-before: always;
}
#llogo {
	display: block;
	margin: 5em;
	text-align: center;
/*
	margin-top: 10em;
	margin-bottom: 12em;
*/
}
#url {
	display: block;
	margin-bottom: 12em;
	font-size: smaller;
	text-align: center;
}
.navbar {
	display: none;
}
#abstract {
	margin: 3em;
	text-align: center;
}
a { 
	text-decoration: none;
}
h1 {
	letter-spacing: 0.1em;
	word-spacing: 0.3em;
}
h2 {
	border-bottom: 1px solid #003;
}
h3, h4 {
	border-bottom: 1px solid #669;
}
ul li {
	list-style-type: disc;
	padding: 0.2em;
}
.liens {
	border-top: 1px solid #003;
}
.liens a {
	color: #669; 
}   
.liens a:hover {
	text-decoration: underline;
	color: #003; 
}
acronym {
	border: none;
}
acronym[title]:after {
	content: " (" attr(title) ") ";
}

h3,
table,
p,
ul,
ol,
pre,
dl,
.code,
.liens,
.code p,
.code ul,
h4 {
	margin-left: 0;
}
h1, h2, h3, h4 {
	font-weight: bold;
}
