/* style1.css */

body {font-family:'Times New Roman',Times,serif; font-size:16px; color:navy; font-weight:normal; font-style:normal;}
.accroche {font-size:25pt; color:white; font-weight:bold; font-style:normal;}
.annonce {font-size:45px; color:white; font-weight:bold; font-style:italic;}
.menu {font-size:18px; margin-left:10px;}
a:link { color:navy; text-decoration:underline; }
a:visited { color:navy; text-decoration:underline; }
a:hover { color:yellow; text-decoration:underline; }

h1 {  font-size:25pt;margin-top:3px;margin-bottom:18px; text-decoration:none;}
h2 {  font-size:20pt;margin-top:18px;margin-bottom:10px; text-decoration:underline;}
h3 {  font-size:18pt;margin-top:18px;margin-bottom:5px; text-decoration:underline;}
h4 {  font-size:15pt;margin-top:18px;margin-bottom:3px; text-decoration:none;}
h5 {  font-size:15pt;margin-top:8px;margin-bottom:3px; text-decoration:none;}
h6 {  font-size:15pt;margin-top:8px;margin-bottom:3px; text-decoration:none;}

.texte  {font-size:14px; margin-left:15pt; margin-right:15pt;}
.indenttexte  {margin-left:15pt;font-weight:bold;}
.footer {font-size:18px; color:white; font-weight:100; font-style:normal;}

/* font-family:'Times New Roman',Times,serif;
/* font-family:Verdana;
/* font-family:Wide Latin;
/* font-family:Comic Sans MS;
/* font-family:Avantgarde;
/* font-family:Balloon;
/* font-family:Bodoni;
/* font-family:Garamond;
/* font-family:Impact;
/* font-family:Helvetica,Helv;

/* font-weight:normal; bold = gras. bolder = très gras.lighter = plus fin. 100,200,300,400,500,600,700,800,900 = très fin (100) jusqu'à très gras (900).

/* font-style:normal;italic = style de police italique. oblique = style de police oblique. normal = style de police normal.

/*  margin-top:3px;margin-bottom:18px;margin-left:15px; margin-right:15px;
