<!-- AUTEUR: Stéphane BOULARAND -->

body {
	background-attachment: scroll;
	background-repeat: repeat-y;
	margin: 4 pt;
	font-family: Arial, Verdana;
	font-size: 10pt;
	}

/*texte*/
.t {font-family: Arial;font-size: 11px;font-weight: normal;color: #000000;}

<!-- style perso -->
.soustitre { color:#000080; font-size: 12pt; text-decoration:none; }
.sans-espace { margin-bottom: 0; margin-top: 0; }


.title       { position: absolute;  width: 100px; height: 20px; left: 10px; z-index: 10; 
               font-family: verdana, helvetica, sans-serif; font-weight: bold; 
               font-size: 12px }
.submenu     { position: absolute; left: 25px; width: 120px; background-color: white; 
               layer-background-color: yellow; font-family: 
               verdana, helvetica, sans-serif; font-size: 10px; visibility: 
               hidden; border: 0px solid black }


<!-- lien -->
a { color:#0000FF; text-decoration:underline; }
a:visited 	{ color:#0000C0; 	text-decoration:underline; }
a:hover { 	color:#FF40FF; text-decoration:none;	}

<!-- Blanc -->
.blanc { color: #FFFFFF;}
a.blanc {color: #FFFFFF; text-decoration:none; }
a.blanc:visited {	color: #EEEEEE; text-decoration:none; }
a.blanc:hover {color:#FF40FF; text-decoration:none; }

<!-- paragraphe -->
p {font-size: 10pt; }

<!-- tableau -->
table { color: #336699; border-color: #336699; }	

<!-- cellule -->
td { color: #000080; border-color: #5577BB;font-size: 10pt; }

<!-- ligne -->
tr { }
<!-- cellule en tete-->
th {border-color: #336699;}
<!-- listes  -->

<!-- liste ordonnée -->
ol {}
li {margin-bottom: 0; margin-top: 0; }

<!-- Formulaire -->

<!-- zone de texte (formulaire) -->
textarea {	font-size: 10 pt; }	

<!-- entrée (formulaire) -->
INPUT {font-size: 10 pt;  }

<!-- liste déroulante (formulaire) -->
SELECT {font-size: 8 pt; }

iframe { }
title { font-size: 24 pt }
button {}
caption {}
fieldset {	}
h1 { font-style: normal; font-size: 24pt; }
h2 { font-style: normal; font-size: 18pt; }
h3 { font-style: normal; font-size: 14pt; }
h4 { font-style: normal; font-size: 12pt; }
h5 { font-style: normal; font-size: 10pt; }
h6 { font-style: normal; font-size: 8pt; }
label {}
legend {}
marquee {}