/* FICHIER CSS pour la demo de l'emploi de fichier Include*/



/* Spécification des Liens situés dans le corps des pages HTML avec Polices, Couleurs, Décoration, Graisse */
a.Corp:link {font-family:"Times New Roman", Times, serif; font-size:14pt; color:#000099; text-decoration: underline; font-weight: bold;}

a.Corp:visited {font-family:"Times New Roman", Times, serif; font-size:14pt; color:#990000; text-decoration: underline; font-weight: bold;}

a.Corp:active {font-family:"Times New Roman", Times, serif; font-size:14pt; color:#FF0000; text-decoration: underline; font-weight: bold;}

a.Corp:hover {font-family:"Times New Roman", Times, serif;  font-size:14pt; color:#000099; text-decoration: none; font-weight: bold;}


/* Spécification des Liens situés dans le copyrigt avec Polices, Couleurs, Décoration, Graisse */
a.Copyright:link {font-family:"Times New Roman", Times, serif; font-size:12pt; color:#336633; text-decoration: underline; font-weight: bold;}

a.Copyright:visited {font-family:"Times New Roman", Times, serif; font-size:12pt; color:#336633; text-decoration: underline; font-weight: bold;}

a.Copyright:active {font-family:"Times New Roman", Times, serif; font-size:12pt; color:#336633; text-decoration: underline; font-weight: bold;}

a.Copyright:hover {font-family:"Times New Roman", Times, serif;  font-size:12pt; color:#000099; text-decoration: none; font-weight: bold;}

