html
{
	/*
	background-image: url("background_inter1.png");
	background-repeat: repeat-x;
	background-position: top;
	*/
	background-color: #d4dce0;
}
body
{
	background-image: url("logo_whitefire.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #f3f3f3;
	
	border-left: 2px solid #ededed;
	border-right: 2px solid #ededed;
	border-bottom: 2px solid #ededed;
	
	margin: auto;
	
	width: 640px;
	padding-top: 150px;
	padding-bottom: 10px;
	
	font-family: "Trebuchet MS",Verdana,Arial,serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #3183aa;
	text-align: left;
}
h1
{
	text-transform: uppercase;
	margin: 0px;
	
	font-size: 3em;
	
	display: none;
}
h2
{
	font-variant: small-caps;
	margin: 0px;
	
	font-size: 1.7em;
}
h3
{
	margin: 0px;
	
	font-size: 1.3em;
	border-right: 1em solid white;
}
h4
{
	margin: 0px;
	
	font-size: 1.1em;
	border-right: 2em solid white;
}
h1,h2,h3,h4,h5
{
	background-color: #7bc4e7;
	color: white;
	margin-bottom: 0.7em;
	line-height: 1.2em;
	
	text-align: center;
}
p
{
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	
	text-indent: 1em;
	margin: 0.5em;
	
	text-align: justify;
}
hr
{
	clear: both;
	color: #7bc4e7;
	
	background-color: #7bc4e7;
	height: 6px;
	
	border: 0;
	
	margin-top: 4px;
	margin-bottom: 4px;
	
	width: 50%;
}
table
{
	font-size: 12px;
	line-height: 14px;
	margin: auto;
}
th
{
	text-align: right;
	font-weight: normal;
	width: 45%;
}
td
{
	text-align: left;
	font-weight: bold;
	width: 45%;
}
a
{
	color: #aa8331;
	text-decoration: none;
}
a:hover
{
	color: #c4932b;
}
a:focus
{
	color: #c46c2b;
}
acronym
{
	border-bottom: 1px dotted;
	cursor: help;
}
.flottant
{
	float: left;
	margin-left: 6px;
	margin-right: 6px;
}
.img_group
{
	clear: both;
	
	margin-top: 2em;
}
.img_group img
{
	border: 2px solid #7bc4e7;
}
#subheader
{
	clear: both;

	background-color: white;
	
	padding: 0.5em;
	margin: 8px;
	margin-left: 200px;
	border: 4px solid #7bc4e7;
	
	font-size: 0.7em;
	line-height: 1.2em;
}	
#footer
{
	clear: both;

	background-color: white;
	
	padding: 0.5em;
	margin: 8px;
	border: 4px solid #7bc4e7;
	
	font-size: 0.7em;
	line-height: 1.2em;
}
.highlightbox
{
	clear: both;

	background-color: white;
	
	padding: 0.5em;
	margin: 8px;
	border: 4px solid #aa8331;
	
	color: #c46c2b;
	
	font-size: 0.7em;
	line-height: 1.2em;
}	
.highlightbox h1,.highlightbox h2,.highlightbox h3,.highlightbox h4,.highlightbox h5
{
	background-color: #aa8331;
}	