html, body {
	background: white !important;
	color: black !important;
	margin: 2cm 2.2cm 3cm 2.2cm;
	padding: 0;
	font-size: 12pt;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	margin: 0;
	font-size: 1em;
	text-align: justify;
	text-indent: 1.5em;
	widows: 2;
	orphans: 2;
}

.nop {
	display: none;
}

.mention
{
	margin-top: 1.5em;
	text-align: center;
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
}

#menu {
	display: none;
}

h1 {/* Non affichable, pour les moteurs de recherche */
	display: none;
}

h1.imp {
	display: block;
	margin: 0;
	width: auto;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: solid black 1px;
}

h2 {
	margin: 80px 42px 29px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: 700;
	height: 1.6em;
	line-height: 1.6em;
	font-style: normal;
	text-indent: 0;
	text-align: justify;
	color: black;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-color: black;
}

h3 {
	margin: 50px 0 1em 0;
	height: 45px;
	line-height: 45px;
	text-align: center;
	text-indent: 0;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 1.8em;
	color: black;
}

h3 span {
	display: none;
}

h4 {
	margin: 1.5em 0 1em 0;
	padding: 0.2em 1em;
	background-color: #e8e8e8;
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.33em;
	font-weight: bold;
	text-align: left;
}

h6 {
	text-align: right;
}

.centrage {
	margin: 1.5em auto;
	text-align: center;
}

#nav {
	display: none;
}

#bloc-page blockquote {
	margin: 1em 0 1em 7em;
}

#bloc-page blockquote p {
	text-indent: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #999999;
}

#bloc-page blockquote p.retrait {
	text-indent: 4em;
}

#bloc-page p.rs { /* Retrait simple */
	text-indent: 3em;
}

#bloc-page p.rd { /* Retrait double */
	text-indent: 5em;
}

li {
	list-style-type: none;
	list-style-position: inside;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

sup {
	vertical-align: 30%;
	_vertical-align: super;
	font-size: 60%;
}

.droite {
	float: right;
	margin: 12px 0 12px 20px;
}

p img.droite {
	margin-right: 0;
}

.gauche {
	float: left;
	margin: 12px 20px 0 0;
}

p img.gauche {
	margin-left: 0;
}

#logo-blason {
	display: none;
}

#pied {
	display: none;
}