/*
-----------------------------------------------
AJE_PRO
Author:   Henri Koenraad
Version:  1.22-07-2006

this section is divided in :
	html / body
	Links : tag "=link"
	Header : tag "=header"
	Content : tag "=content"
	Footer : tag "=footer"
	Headings : tag "=heading"
	Tables : tag "=table"
----------------------------------------------- */

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0px 0px; 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px; 
	color: #1B1B1F;   
}


/* Links =link
----------------------------------------------- */

a:link, a:visited {
	color: #004080;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #004080;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}


/* Content =content
----------------------------------------------- */

.normalTexte {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px; 
	color: #1B1B1F; 
}


/* Footer =footer
----------------------------------------------- */

#footer {
	font-size: 10px;
	font-weight: normal;
	padding: 0px;
	font-family: Verdana, Helvetica, sans-serif;
}

#footerCopyright {
	color: #1B1B1F;
	font-size: 10px;
	font-weight: normal;
}

#grayText {
	color: gray;
}


/* Headings =heading
----------------------------------------------- */

H1 {
	font-size: 18px;
	color: #6B6A68;
	font-weight: bold;
	margin : 0px;
}

H2 {
	font-size: 16px;
	color: #6B6A68;
	font-weight: bold;
}

H3 {
	font-size: 14px;
	color: #6B6A68;
	font-weight: bold;
}

H4 {
	font-size: 13px;
	color: #6B6A68;
	font-weight: bold;
}


/* Tables =table
----------------------------------------------- */

table {
	border-collapse: collapse;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

