a:hover { color : white; }
.titre12 {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; font-weight: bold}
.titre10 {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold}
.font7 {  font-family: Arial, Helvetica, sans-serif; font-size: 7pt; font-style: normal; font-weight: bold}
.font10 {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal}
.font12 {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal}
/* centrage de tableau et d'image quelque soit la taille de la fenetre : CSS en action ed. O'Reilly  p.44 */
.centerframe {  position: absolute; top: 50%; left: 50%;
                /*ajuste la valeur négative jusqu'à ce que le contenu soit centré */
                margin-top: -210px; margin-left: -325px; width: 650px; }
.centertls { position: absolute; top: 50%; left: 50%; margin-top: -270px; margin-left: -250px; width: 501px; }
.center { text-align: center; }
.center table { width: 50%, margin-left: auto; margin-right: auto; text-align: left; }
.centeracal { position: absolute; top: 50%; left: 60%; margin-top: -245; margin-left: -250px; width: 501px; }

