/* FEUILLE DE STYLE */

/* Paragraphes */
P    	{
	margin-left: 24pt;
	margin-right:24pt;
     	}

/* Titres */
h1 {
	font-family:  Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: bold;
	line-height: 20px;
	font-weight: bold;
	color: #FFC513;
}
h2 {
	font-family: Chiller, Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: bold;
	line-height: 32px;
	font-weight: bold;
	color: white;
}

h3 {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: bold;
	line-height: 22px;
	font-weight: bold;
	color: #FFC513;
}	
h4 {
	font-family: Chiller, Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	line-height: 14px;
	font-weight: bold;
	color: #FFC513;
}
h5 {
	font-family: Chiller, Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #FFC513;
}
h6 {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
}	
/* Tableau */
.Style1 {font-family: Comic Sans MS, Arial; font-size: 20px;font-style: normal; font-weight: bold; color: yellow; background-image: url('images/fondtable.jpg')}
.Style2 {font-family: Comic Sans MS, Arial;font-size: small; color: white; background-color:black; background-image: url('images/fondtable2.jpg')}
.Style3 {font-family: Comic Sans MS, Arial;font-size: 11px; font-style: italic; color: white; background-color:black;}
.Style4 {font-family: Comic Sans MS, Arial;font-size: 22px;font-weight: bold;color: black; background-color:#FF8C10;  }
a:link {
	text-decoration: underline;
	color: #FFE65B;
}
a:visited {
	text-decoration: underline;
	color: #ECC200;
}
a:hover {
	text-decoration: none;
	color: white;
}
a:active {
	text-decoration: none;
	color: #FFC513;
}

/* Bas de page */

div.footnote {
	font-size: 9pt;
	line-height: 12pt;
	text-align: center;
	}