﻿h1, h2, h3, h4, h5, h6 {
  font-family: 'Times New Roman', Times, serif;
}

h1, h2 {
  text-align: center;
	line-height: 1em;
}
	
h1, h2, h3, h4, h5 {
	font-weight: bold;
}

h4 {
  font-style: italic;
}

h6 { 
  text-align: justify; 
} 

h1 { font-size: 18px; color: #006600; }
h2 { font-size: 14px; color: green; }
h3 { font-size: 14px; color: #006600; }
h4 { font-size: 16px; color: #664400; }
h5 { font-size: 18px; color: black; }
h6 { font-size: 14px; color: black; }

table.spacing { 
	padding: 0pt;
	border-width: 0pt;
	margin: 0pt;
	height: 3pt;
	background: white; 
} 

table.standard, table.standard_inc, table.login, table.within, table.alarmes {
  background-color: #BBEEFF;
}

table.standard, table.standard_inc {
  position: relative; 
	width: 90%;
	left: 5%;
}

table.login {
  position: relative; 
	width: 50%;
	left: 25%;
}

table.within, table.alarmes {
  position: relative; 
	width: 100%;
	left: 0%;
}

table.standard, table.alarmes {
  border: 1px double #444477;
}

table.standard_inc, table.login, table.within {
  border: 0;
}

table.tableauCSV {
  width: 100%;
	border: 1px double #444477;
	background-color: #BBEEFF;
}
