/* CSS Document */

/* liens présents dans la barre de menu */
#abouton:link { color:#999999; text-decoration:none;}
#abouton:visited { color:#999999; text-decoration:none;}
#abouton:hover { color:#000000; text-decoration:none;}
#abouton:active { color:#000000; }
#abouton:focus { color:#000000; }
/* liens presents dans le texte */
a:link { color:#990000; text-decoration:none;}
a:visited { color:#990000; text-decoration:none;}
a:hover { color:#ffcc00; text-decoration:none;}
a:active { color:#990000; }
a:focus { color:#990000; }

/* tableau global (tour de page) */
#table0 {border-top-color:#ffffff;border-left-color:#ffffff;border-right-color:#ffffff; border-bottom-color:#ffffff; border-width:5px; padding:5px;border-style:solid}
/* tableaus contenant les articles, listes etc... */
/*#table1 {border-top-color:#ffffff;border-left-color:#990000;border-right-color:#ffffff; border-bottom-color:#990000; spacing:15px; }*/
#table1 {border-top-color:#ffffff;border-left-color:#990000;border-right-color:#ffffff; border-bottom-color:#990000; border-width:1px; padding:5px;border-style:solid}