img {
	border: 0px;
}

span.underline {
	text-decoration: underline;
}

span.barred {
	text-decoration: line-through;
}

span.monospace {
	font-family: monospace;
}

h1 {
	font-family: "Trebuchet MS";
	text-align: center;
	font-size: 25pt;
	padding-right: 10px;
}

h2 {
	font-family: "Trebuchet MS";
	text-align: left;
	font-size: 23px;
	margin-top: 30px;
}

pre {
	font-family: monospace;
	border: 1px dashed #888;
	background-color: #EEE;
	padding: 1ex;
}



/*
 * En-tête
 * Header
 */
#header {
	margin: 0px 0px 10ex 0px;
	padding: 0px;
}
#header h1 {
	text-align: center;
	font-weight: bold;
	font-size: 27pt;
	padding: 0px;
	margin: 0px;
}

#header h2 {
	font-weight: normal;
	text-align: center;
	font-size: 16pt;
	padding: 0px;
	margin: 0px;
}

#header h3 {
	font-weight: normal;
	text-align: center;
	font-size: 14pt;
	padding: 0px;
	margin: 2ex 0px 0px 0px;
}



/*
 * Pied-de-page
 * Footer
 */
#footer {
	margin: 10ex 0px 0px 0px;
	padding: 0px;
	text-align: center;
}



/*
 * Table des matières
 * Table of contents
 */
#tableOfContents {
	width: 80ex;
	margin-left: auto;
	margin-right: auto;
	background: #F8F8F8;
	border: 1px solid #CCC;
	margin-top: 7ex;
}

#tableOfContents h1 {
	text-align: center;
	font-size: 140%;
	text-decoration: underline;
	margin: 0.5ex 0px 1ex 0px;
	padding: 0px;
}



/*
 * Signature
 */
p.signature {
	margin-top: 7ex;
	text-align: right;
	margin-right: 5ex;
}

