body, html
{
	margin: 0px;
	padding: 0px;
	color: #69001e;
	background-color: #69001e
}

body, input, textarea, select, option
{
	font-family: arial;
	font-size: 11pt
}

table
{
  padding: 0px
}

img
{
  border: 0px
}

.little
{
	font-size: 9pt;
	font-weight: bold;
	color: #69001e
}

a
{
	font-size: 10pt;
	font-weight: bold;
	color: #69001e;
  text-decoration: underline
}
a:hover
{
	font-size: 10pt;
	font-weight: bold;
	color: #69001e;
  text-decoration: none
}

a.little
{
	font-size: 9pt;
	font-weight: bold;
	color: #69001e;
  text-decoration: none
}
a.little:hover
{
	font-size: 9pt;
	font-weight: bold;
	color: #69001e;
  text-decoration: underline
}

table.border_grey
{
  border-color: #c5c5c5;
  border-style: solid;
  border-width: 1px;
}

tr.red
{
	font-size: 9pt;
	font-weight: bold;
	color: white;
  background-color: #69001e;
  text-transform: uppercase
}

td.bl
{
  border-left-color: #e5e5e5;
  border-left-style: solid;
  border-left-width: 2px;
}
td.bt
{
  border-top-color: #e5e5e5;
  border-top-style: solid;
  border-top-width: 2px;
}
td.br
{
  border-right-color: #e5e5e5;
  border-right-style: solid;
  border-right-width: 2px;
}
td.bb
{
  border-bottom-color: #e5e5e5;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.titre {
	color: #69001e;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
}

.black {
	font-size: 9pt;
  color: black;
	font-weight: bold;
}

.mentions {
	font-size: 7pt;
}

