﻿/* CSS Document */
h1 { /* titres 14px  */ font-size:14px; font-weight:bold; }
h2 { /* titres 12px  */ font-size:12px; font-weight:bold; }
h3 { /* titres 10px */ font-size:10px; font-weight:bold; }
h5 { font-size:9px; font-weight:normal; }

.bleu { color:#4da5cb; }
.bleu_clair { color:#83c7e3; }
.bleu_fonce { color:#016093; }
.orange { color:#ff8f17; }

.gras { font-weight:bold; }
.maigre { font-weight:normal; }

.petit { font-size:9px; }
.normal { font-size:10px; }
.grand { font-size:12px; }