<STYLE type="text/css">
a:hover 
{
color: #008000;
}

a:visited
{
color: #228B22;
}

a:link
{
color: #008000;
}

body
{ 
background-image: url('images/fond_logo-terre.jpg');
background-repeat: no-repeat;
color: #FFFFFF;
font-family: "Trebuchet MS", "Times New Roman", Tahoma, Arial;
font-size: 10pt;
cursor: url('ressources/lancejaffa.cur');
	//lien pour le curseur à utiliser. celui-ci doit être de 32x32 pixels, et être un .jpg/gif/ani renommé en .cur
scrollbar-arrow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-face-color: #6075AA;
scrollbar-3dlight-color: #6075AA;
scrollbar-shadow-color: #1B1F67;
scrollbar-darkshadow-color: #191F3D;
scrollbar-track-color: #9DB2D0;
	//NE FONCTIONNE QUE SOUS IE

}

H1
{
color: #0000FF;
font-family: "Comic sans MS", "Times New Roman";
font-size: 15pt;
font-weight: bold
}

H2
{
color: #0000FF;
font-family: "Trebuchet MS", "Times New Roman";
font-size: 11pt;
font-weight: bold
}

H3
{
font-family: "Trebuchet MS", "Times New Roman";
font-size: 11pt;
font-weight: bold
}

H4
{
font-family: "Trebuchet MS", "Times New Roman";
font-size: 11pt;
//sert de "dé-titre": écrire des petites remarques, comme la date du fichier dans le footer
}
