<HTML>
<HEAD>
..:: Les différentes feuilles de style ::..
</HEAD>
<BODY>

{ margin-top: 5px } 
{ margin-right: 5px } 
{ margin-bottom: 5px } 
{ margin-left: 5px } 

BODY 
{
scrollbar-face-color: white; 
scrollbar-highlight-color: #ffffff; 
scrollbar-shadow-color: #EC6C47; 
scrollbar-arrow-color: black; 
scrollbar-base-color: #000000; 
background-image:url(background_index.jpg); 
font-weight: bold;
}

a:link
{
color: orange;
text-decoration: none;
}

a:visited
{
color: tomato;
text-decoration: none;
}

a:hover
{
color: tomato;
text-decoration: underline;
}

.titre
{
font-family: Comic sans MS; 
font-size: 11pt; 
color: #FF6600; 
text-align: center; 
}

.texte
{
font-family: Comic sans MS; 
font-size: 9pt; 
color: darkblue; 
text-align: center; 
}

</BODY>
</HTML>