﻿/* Global */
div,span,form 
{
	position:relative;
}


body, html 
{
  margin:0px;
  padding:0px;
  width:100%;
  height:100%;
  text-align:center;
  font:normal 12px Arial;
}

td {
	font:normal 12px Arial;
}
	
body {
	font : normal 12px Arial;
	background-color:white;
}

a {
	text-decoration : none;
}

a:link {
	color:#00008B;
}

a:visited {
	color:#66008B;
}

a:hover {
	color:crimson;
	text-decoration:underline;
}

.blacklink 
{
	color:Black;
}

.blacklink:link 
{
	color:Black;
}

.blacklink:visited 
{
	color:Black;
}

.blacklink:visited:hover 
{
	color:Crimson!important;
}

.blacklink:link:hover 
{
	color:Crimson!important;
}

li 
{
  margin-bottom:4px;
  list-style-type:none;
  list-style-position:outside;
  background-image:url(/Pics/Puce1.gif);
  padding-left:20px;
  background-repeat:no-repeat;
  padding-bottom:2px;
}

ul 
{
	padding-left:0px;
	margin:0px 0px 0px 16px;
}

.LinkList 
{

}

.LinkList ol 
{
	margin-left:0px;
	padding-left:0px;
}

.LinkList ol li 
{
	padding-left:20px;	
	margin-bottom:4px;
}




h1 
{
	margin:0px;
	font:normal 20px Arial;
}

h2 
{
	margin:0px;
	font:normal 14px Arial;
	color:DimGray;	
	margin-top:8px;
	margin-bottom:24px;
}


h3 {
	font:bold 16px Arial;
	border-bottom:solid 1px gainsboro;
	letter-spacing:1px;
}

h3 a {
	letter-spacing:normal;
	font:normal 11px arial;
	float:right;
	margin-top:3px;
}




div>.pageheadericon
{
	float:left;
	margin-right:8px;
	width:64px;
	height:64px;
	background-position:center center;
	background-repeat:no-repeat;
}