﻿a:link
{
	color: rgb(204,0,0); 
}
a:visited
{
	color: rgb(102,0,0); 
} 
a:active 
{
	color: rgb(0,0,204);
}
body
{
	background-size: 1920px 1200px;
	background-position: center top;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: rgb(0,0,102);
	background-image: url('fond_audet.jpg');
	background-repeat: repeat-y;
	background-attachment: fixed;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
}
h1
{
	color: rgb(51,51,204);
	font-size: x-large;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
h2
{
	color: rgb(0,153,51);
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
h3
{
	color: rgb(204,51,51);
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
h4
{
	color: rgb(51,0,204);
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
h5
{
	color: rgb(0,153,51);
}
h6
{
	color: rgb(204,51,51);
}

