@charset "iso-8859-1";
body
{
	background-image: url(background.jpg);
	background-color: #324554;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	background-repeat: repeat-x;
}
.Texte { font-family: Arial; font-size: 9pt; color: black } 
.TexteGrosGras { font-family: Arial; font-size: 10pt; color: black; font-weight: bold } 
.TexteGras { font-family: Arial; font-size: 9pt; color: black; font-weight: bold } 
.TexteGras7pt { font-family: Arial; font-size: 7pt; color: black; font-weight: bold } 

P { font-family: Arial; font-size: 9pt; color: black } 
P.Menu { margin-left: 15px; margin-right: 5px; font-size: 9pt; font-family: Arial; color: #000000; font-weight: bold }
DIV { font-family: Arial; font-size: 9pt; color: black } 
DIV.Titre { font-family: Arial; font-size: 13pt; color: black; text-decoration: underline } 
LI { font-family: Arial; font-size: 9pt; color: black } 
H2
{
	font-variant: small-caps;
	font-family: Arial;
	color: white;
	font-size: 16pt;
} 

A.Item { font-size: 9pt; font-family: Arial; color: #0b55c4; text-decoration: none }
A.Item:hover { font-size: 9pt; font-family: Arial; color: #0b55c4; text-decoration: underline }
A.ItemNoir{ font-size: 9pt; font-family: Arial; color: #000000; text-decoration: none }
A.ItemNoir:hover { font-size: 9pt; font-family: Arial; color: #000000; text-decoration: underline }
A.ItemNoirGros{ font-size: 11pt; font-family: Arial; color: #000000; text-decoration: none }
A.ItemNoirGros:hover { font-size: 11pt; font-family: Arial; color: #000000; text-decoration: underline }

INPUT { font-family: Arial; font-size: 9pt; color: black; }  
SELECT { font-family: Arial; font-size: 9pt; color: black; } 
TEXTAREA { font-family: Arial; font-size: 9pt; color: black; }  

HR
{
	color: #d8d8d8;
}