body {
	text-shadow: rgba(0,0,0,0.05) 2px 2px 2px;
	padding: 0;
	width: 17cm;
	margin: 0;
	background-image: none;
	background-color: white;
	font: 10pt "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @group Reglage de base du Texte */

p {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
	text-shadow: rgba(0,0,0,0.3) 3px 3px 3px;
}

h2 {
	font-size: 15pt;
	font-weight: bold;
	text-align: left;
	margin: 10px 0;
	text-shadow: rgba(0,0,0,0.2) 3px 3px 3px;
}
h3 {
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	margin: 10px 0;
	text-shadow: rgba(0,0,0,0.2) 2px 2px 2px;
}
h4 {
	font-size: 13pt;
	font-weight: bold;
	text-align: left;
	margin: 15px 0;
	text-shadow: rgba(0,0,0,0.2) 2px 2px 2px;
}

h4 img.vignette {
	vertical-align: middle; padding-right: 10px;
}

h5 {
	font-size: 12pt; text-align: left;
}

ul {
	text-align: left;
	list-style-type: disc;
	display: table;
	margin: 10px 0 10px 15px;
}

li {
	text-align: justify;
	list-style-position: outside;
	margin-bottom: 10px;
}

li a {
	text-decoration: none;
}

li a:hover {
	text-decoration: underline;
}

a {
	color: #0e3176;
	text-decoration: underline;
}

a:hover {
	color: #d5610f;
	text-decoration: underline;
}

a:active {
	color: #d33228;
}

img {
	border-width: 0;
}

code {
	font: 9pt "Courier New", Courier, mono;
}

/* @end */

/* @group Style Prédéfini */

.masquer {
	display: none;
}

/* @end */

/* @group Bloc Prédéfini */

/* @group Header */

#header {
	text-align: center;
	width: 16cm;
	display: table;
	margin-right: auto;
	margin-left: auto;
}

/* @end */

/* @group Main */

/* @group Menu */

#menu {
	display: none;
	width: 5cm;
	font-size: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}

/* @end */

/* @end */

/* @group Footer */

#footer {
	margin-top: 20px;
	display: block;
	padding-top: 20px;
	font-size: 0.8em;
	text-align: center;
}

#footer p {
	text-align: center;
}

/* @end */

/* @end */