body
{
  counter-reset: h1counter;
}

h1.titredoc {
  border-style: solid solid solid solid;
  border-color: -moz-use-text-color -moz-use-text-color windowtext;
  border-width: 1.5pt 1pt 1pt 1.5pt;
  padding: 5pt 5pt 5pt;
  margin-left: 20pt;
  margin-right: 20pt;
  /*text-indent: 10pt;*/
  text-align: center;
}

h1.titretoc {
  /*border-style: solid solid solid solid;*/
  border-color: -moz-use-text-color -moz-use-text-color windowtext;
  border-width: 1.5pt 1pt 1pt 1.5pt;
  /*padding: 5pt 5pt 5pt;*/
  margin-left: 10pt;
  margin-right: 10pt;
  /*text-indent: 10pt;*/
  text-align: center;
  font-size: 18pt;
  font-weight: normal;
  text-decoration: underline;
}

h1.toc {
  border-style: none none solid;
  border-color: -moz-use-text-color -moz-use-text-color windowtext;
  border-width: medium medium 1pt;
  padding: 0pt 0pt 1pt;
  margin-left: 10pt;
  margin-right: 10pt;
  text-indent: 10pt;
  font-size: 14pt;
  font-weight: normal;
}

h2.toc {
  /*border-style: none none solid;*/
  border-color: -moz-use-text-color -moz-use-text-color windowtext;
  border-width: medium medium 1pt;
  /*padding: 0pt 0pt 1pt;*/
  margin-left: 20pt;
  margin-right: 10pt;
  text-indent: 10pt;
  font-size: 12pt;
}

h3.toc {
  /*border-style: none none solid;*/
  border-color: -moz-use-text-color -moz-use-text-color windowtext;
  border-width: medium medium 1pt;
  /*padding: 0pt 0pt 1pt;*/
  margin-left: 30pt;
  margin-right: 10pt;
  text-indent: 10pt;
  font-size: 11pt;
}

h4.toc {
  /*border-style: none none solid;*/
  /*border-color: -moz-use-text-color -moz-use-text-color windowtext;*/
  /*border-width: medium medium 1pt;*/
  padding: 0pt 0pt 1pt;
  margin-left: 40pt;
  margin-right: 10pt;
  text-indent: 10pt;
  font-style: italic;
  font-size: 10pt;
}

a:link {color:#000000;}      /* unvisited link */
a:visited {color:#000000;}  /* visited link */
a:hover {color:#000080;}  /* mouse over link */
a:active {color:#000080;}  /* selected link */ 

a
{
  text-decoration: none;
}


table.bloc
{
	border-width:1px;
	border-color: #C0C0C0;
	border-collapse: collapse;
  width:950px;
  padding: 2px 0;
  vertical-align: middle;
}

td.titre
{
	/*background-color: #CFCFCF;*/
	height:30px;
	/*text-align: center;*/
	vertical-align: middle;
  font-weight: bold;
	font-style: normal;
  
}

td.centre
{
	text-align: center;
}

td.droite
{
  text-align: right;
}

a.info
{
  font-size: 11pt;
  font-style: italic;
}

/*
h1.btn:before
{
  content: url('../btn1.png') " " counter(h1counter) ". ";
}

h1.btn {
  text-indent: -5pt;
}
*/

a.btn:before
{
  content: url('../btn1.png');
}

a.btn {
  margin-left: -28pt;
}

a.btnoff:before
{
  content: url('../btn2.png');
}

a.btnoff {
  margin-left: -28pt;
}

a.btn10:before
{
  content: url('../btn1.png');
}

a.btn10 {
  margin-left: -35pt;
}

a.btnoff10:before
{
  content: url('../btn2.png');
}

a.btnoff10 {
  margin-left: -35pt;
}

a.h1 {
  margin-left : 20pt;
}

h1.toc:before {
	margin-left : 10pt;	
}
