p {color: blue;} /* tout le texte est en bleu sauf chagnement */
h1, em {color: red;} /*les titre (h1) et mot important (em) sont de coleur rouge */
.toto {color: green;} /* la class (toto) est écrit en vert */
.toto2 {color: grey} /* la class (toto2) est inscrit en gris */

body
{
background: url("logo_pg_croix_bte_grappe.jpg") fixed no-repeat top left;
color: rgb(255, 204, 0); background-color: black; direction: ltr; alink="#ffff99" link="#ffcc00" vlink="#ffcc00">
}