html		{ height: 100%; }

body        { font-family:"dejavu sans","arial",sans-Serif; font-size: 82%; margin: 2px; height:99%; }

#bloc_page { width: 530px; margin: auto; }

 h1
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #006FB7;
}
h2
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #006FB7;
}
h3
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #006FB7;
}
table{
    border-collapse: collapse; /* bordure collee */
}
td
{
   width : 530px;
	border: 0;
   /*border: 1px solid;*/
	color: #006FB7;
}