/* Feuille de style de base de Bruno Déry */
body, p, a, ul, ol {
	background-color: #e3e8fb;
	color: #132673;
	border-style: none;
	text-align: justify;
	text-align-last: left;
	text-decoration: none;
	text-transform: none;
	text-indent: 0px;
	line-height: 1;
	letter-spacing: 0px;
	word-spacing: 0px;
	white-space: normal;
	text-shadow: 0px 0px 0px #e3e8fb;
	font-family: "Times New Roman", "Times", "serif";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 18px;
}
body, p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
body {
	min-width: 500px;
	max-width: 1000px;
}
body.center {
	margin-left: auto;
	margin-right: auto;
}
p.center {
	text-align: center;
	text-align-last: center;
}
p.right {
	text-align: right;
	text-align-last: right;
}
p.italic {
	font-style: italic;
}
p.bold {
	font-weight: bold;
}
p.small {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
}
a:hover {
	color: #1f3fbf;
	text-decoration-line: underline;
	text-decoration-color: #1f3fbf;
	text-decoration-style: wavy;
	text-decoration-thickness: 1px;
	font-weight: bold;
	background-color: #e3e8fb;
}
ul {
	list-style-type: circle;
	list-style-position: inside;
}
pre {
	background-color: #e3e8fb;
	color: #132673;
	border-style: none;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
	text-align-last: left;
	text-decoration: none;
	text-transform: none;
	text-indent: 0px;
	line-height: 1;
	letter-spacing: 0px;
	word-spacing: 0px;
	white-space: normal;
	text-shadow: 0px 0px 0px #e3e8fb;
	font-family: "Lucida Console", "Courier New", "monospace";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
	background-color: #e3e8fb;
	color: #132673;
	border-style: none;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
	text-align-last: left;
	text-decoration: none;
	text-transform: none;
	text-indent: 0px;
	line-height: 1;
	letter-spacing: 0px;
	word-spacing: 0px;
	white-space: normal;
	text-shadow: 0px 0px 0px #e3e8fb;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
h1.center {
	text-align: center;
	text-align-last: center;
}
h2.center {
	text-align: center;
	text-align-last: center;
}
h3.center {
	text-align: center;
	text-align-last: center;
}
h4.center {
	text-align: center;
	text-align-last: center;
}
h5.center {
	text-align: center;
	text-align-last: center;
}
h6.center {
	text-align: center;
	text-align-last: center;
}
hr {
	background-color: #e3e8fb;
	color: #132673;
	border-style: solid;
	border-width: 1px;
	border-radius: 0px;
	border-color: #b6c2f3;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 1;
}
table, tr, th, td {
	background-color: #e3e8fb;
	color: #132673;
	border-style: solid;
	border-width: 1px;
	border-radius: 0px;
	border-color: #b6c2f3;
	border-collapse: collapse;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: left;
	text-align-last: left;
	vertical-align: top;
	text-decoration: none;
	text-transform: none;
	text-indent: 0px;
	line-height: 1;
	letter-spacing: 0px;
	word-spacing: 0px;
	white-space: normal;
	text-shadow: 0px 0px 0px #e3e8fb;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
table, tr, td {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
}
table {
	width: 100%;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
tr, th, td {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
th {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #132673;
	border-bottom-color: #132673;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
}
table.hide, tr.hide, td.hide, th.hide {
	border-style: none;
	border-width: 0px;
	border-radius: 0px;
	border-color: #e3e8fb;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}
table.center {
	margin-left: auto;
	margin-right: auto;
}
th.center, td.center {
	text-align: center;
	text-align-last: center;
}
th.right, td.right {
	text-align: right;
	text-align-last: right;
}
th.nowrap, td.nowrap {
	white-space: nowrap;
}
th.bold, td.bold {
	font-weight: bold;
}
tr.head {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #132673;
	border-bottom-color: #132673;
}
tr.sum {
	border-top-width: 2px;
	border-top-color: #132673;
}
span.bold {
	font-weight: bold;
}
span.italic {
	font-style: italic;
}
span.normal {
	font-style: normal;
}
span.larger {
	font-size: 20px;
}
span.smaller {
	font-size: 14px;
}
span.nowrap {
	white-space: nowrap;
}
span.super {
    	vertical-align: super;
}
img {
	background-color: #e3e8fb;
	border-style: none;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	vertical-align: text-top;
}