<!-- définition de la balise title{  }
title{font-family:verdana; font-size:150%; text-align:center; font-weight:bold; color:blue; background-color:yellow; border-bottom:2px solid black;}
<!-- définition de la balise body{  }
body {width:760px; margin:auto; margin-top:20px; margin-bottom:20px;}   
<!-- mettre un style pour le premier caractère de chaque paragraphe{  }
p:first-letter {font-weight:bold; font-size:120%;}
<!-- formatage général pour les paragraphes{  }
p {font-family:verdana; font-size:100%; text-align:justify; text-indent:30px; padding:12px;}
<!-- formatage pour les titres de niveau 1{  }
h1 {font-family:arial; font-size:150%; text-align:center; font-weight:bold; color:red; background-color:yellow;
border-bottom: 2px solid black;}
<!-- formatage pour les titres de niveau 2{  }
h2 {font-family:arial; font-size:125%; font-indent:40px; font-style:italic; color:green;}
<!-- formatage pour les liens non visités{  }
a {font-family:times new roman; font-size:120%; color:blue; font-weight:bold; text-decoration:underline;}
<!-- formatage pour les liens visités{  }
a:visited {font-family:times new roman; font-size:120%; color:green; font-weight:bold; text-decoration:underline;}
<!-- définition de la classe capitale{  }
.capitale {font-variant:small-caps;}
<!-- formatage pour la balise <dt> des éléments de listes de définitions{  }
dt {background-color:red;  font-size:130%;}
<!-- formatage pour la balise <dd> des éléments de listes de définitions{  }
dd {background-color:green;  font-size:110%; font-style:italic;}
<!-- définition de la taille du sommaire de haut de page{  }
.sommaire { width:750px;; height:200px; overflow:scroll;   padding:5px; border:3px red solid;}
<!-- définition de la taille du contenu de la page{  }
.page { width:750px; height:300px; overflow:scroll;   padding:5px; border:2px green solid;} 
<!-- attribution de la valeur italique pour la balise em{  }
em {font-style:italic; }
<!-- construction d'une classe pour les images flottantes à gauche -->
.imageflottantegauche {float:left; clear:both; }
<!-- construction d'une classe pour les images flottantes à droite{  }
.imageflottantedroite {float:right; clear:both;}
<!-- définition des titres de tableaux{  }
caption {margin:auto; font-family: Arial, Times, "Times New Roman", serif;   font-weight: bold; font-size: 1.2em;   color: #009900; margin-bottom: 20px; text-align:center;} {  }
 définition des tableaux{  }
 table {margin: auto; border: 4px outset green; 
border-collapse: collapse;} {  }
 définition des titres de colonnes{  }
 th {background-color: #006600; 
   color: white; font-size: 1.1em; font-family: Arial, "Arial Black", Times, "Times New Roman", serif;} {  }
 Définition des cellules ordinaires -- <
 td {border: 1px solid black; font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif; 
padding: 5px;} {  }
 définition des les labels de formulaires{  }
label {color: blue; }