body {
	margin: 0px;
	padding: 0px;
	background: #FFF
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #C90801;
	text-decoration: underline;
	margin-bottom: 10px;
	padding: 0;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table .titre_table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	color: #FFF;
}

table .sous_titre
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

table .date
{
	font-weight: bold;
	color: #C90801;
}

.separation
{
	background: url(../image/separation.gif) repeat-x;
	height: 2px;
}

.copyright
{
	font-weight: bold;
}

@page { 
    size: auto;
	margin: 1cm; 
}