/* BODY */

body {
	color: #FFFFFF;
	background-color: #000000;
	font: normal 12pt arial, helvetica, sans-serif;
}

/* GENERAL */

.g {
	text-indent: 0px;
	text-align: left;
}

.d {
	text-indent: 0px;
	text-align: right;
}

.c {
	text-indent: 0px;
	text-align: center;
}

.m {
	text-indent: 0px;
	margin: 0px 0px 0px 40px;
	text-align: left;
}

.bl {
	text-indent: 40px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

.inv {
	text-indent: -40px;
	margin-left: 40px;
	text-align: left;
}

/* TITRES */

h1 {
	color: #FFFFFF;
	background-color: transparent;
	text-align: center;
	margin: 0px 0px 24px 0px;
	font: normal 24pt arial, helvetica, sans-serif;
}

h1.img {
	text-align: center;
	margin: 0px;
}

h2 {
	color: #FFFFFF;
	background-color: transparent;
	text-align: center;
	margin : 6px 0px 6px 0px;
	font: normal 16pt arial, helvetica, sans-serif;
}

h3 {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;
	text-align: left;
	text-indent: 0px;
	margin: 0px 0px 0px 40px;
	font: normal 12pt arial, helvetica, sans-serif;
}

/* PARAGRAPHES */

p {
	color: #FFFFFF;
	background-color: transparent;
	text-indent: 40px;
	font: normal 12pt arial, helvetica, sans-serif;
}

p.l {
	color: #FFFFFF;
	background-color: transparent;
	text-indent: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: normal 12pt arial, helvetica, sans-serif;
}

tt {
	color: #FFFFFF;
	background-color: transparent;
	font: normal 12pt "courier new", monospace;
}

pre {
	color: #FFFFFF;
	background-color: transparent;
	font: normal 12pt "courier new", monospace;
}

code {
	color: #FFFFFF;
	background-color: transparent;
	font: normal 12pt "courier new", monospace;
	margin: 0px 0px 0px 40px;
}

em {
	color: #33FFFF;
	background-color: transparent;
	font-style: italic;
}

b {
	font-weight: bold;
}

strong {
	color: #FF3333;
	background-color: transparent;
	font-style: italic;
}

ul {
	color: #FFFFFF;
	background-color: transparent;
	font: normal 12pt arial, helvetica, sans-serif;
}

ol {
	color: #FFFFFF;
	background-color: transparent;
	font: normal 12pt arial, helvetica, sans-serif;
}

dir {
	color: #FFFFFF;
	background-color: transparent;
	font: normal 12pt arial, helvetica, sans-serif;
}

/* NOTES */

sup {
	font-size: 8pt;
}

p.note {
	color: #FFFFFF;
	background-color: transparent;
	text-indent: 0px;
	margin: 0px 0px 0px 40px;
	text-align: left;
	font: normal 10pt arial, helvetica, sans-serif;
}

/* TABLES */

table {
	border: none;
}

td {
	color: #FFFFFF;
	background-color: transparent;
	text-indent: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: normal 12pt arial, helvetica, sans-serif;
}

/* LIENS */

a:link {
	color: #FFFF00;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #FF0000;
	background-color: transparent;
	text-decoration: none;
}

a:active {
	color: #FF8040;
	background-color: transparent;
	text-decoration: none;
}

p.feuillepre a:link {
	color: #AA0000;
	background-color: #FFFFFF;
}

/* FEUILLE */

table.feuille {
	color: #000000;
	background-color: #FFFFFF;
	border: none;
	margin: 0% 2%;
	width: 96%;
	padding: 12pt;
}

p.feuille {
	color: #000000;
	background-color: #FFFFFF;
	font: normal 12pt "courier new", monospace;
	text-indent: 40px;
	text-align: left;
}

p.feuillec {
	color: #000000;
	background-color: #FFFFFF;
	font: normal 12pt "courier new", monospace;
	text-indent: 0px;
	text-align: center;
}

p.feuilleg {
	color: #000000;
	background-color: #FFFFFF;
	font: normal 12pt "courier new", monospace;
	text-indent: 0px;
	text-align: left;
	white-space: pre;
}

p.feuillepre {
	color: #000000;
	background-color: #FFFFFF;
	font: normal 12pt "courier new", monospace;
	text-indent: 0px;
	text-align: left;
	white-space: pre;
}

table {
	border: 0px;
	width: 100%;
}

.maxs {
	width: 98%;
}

input,select,textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	margin: 2px 1%;
	background-color: #ffffff;
}

input.btn {
	width: auto;
	background-color: #ffffcc;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	margin: 2px;
	text-align: center;
}

div.inline {
	display: inline;
}
form.button-to {
	display: inline;
}


