/* CSS Document */

body { background-color:#000; }
body, table, td { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff; }

form, h1, h2, h3, h4, h5, h6 { padding:0; margin:0; }

h1 { font-size:24px; }
h2 { font-size:20px; }
h3 { font-size:18px; }
h4 { font-size:16px; }
h5 { font-size:14px; }
h6 { font-size:12px; }

a:active, a:link, a:visited { color:#fff; font-weight:bold; }
a:hover { color:#f3c; }

.taille_10 { font-size:10px; }
a.taille_10:active, a.taille_10:link, a.taille_10:visited { font-size:10px; color:#fff; font-weight:bold; }
a.taille_10:hover { color:#f3c; }

a.menu_footer:active, a.menu_footer:link, a.menu_footer:visited { font-size:10px; color:#999; font-weight:bold; text-decoration:none; }
a.menu_footer:hover { color:#f3c; }

.champs { font-family:Arial, Helvetica, sans-serif; color:#fff; font-size:10px; background-color:#000; border:1px solid #f3c; }

.bouton { background-color:#f3c; border:1px solid #f3c; border-collapse:collapse; color:#000; font-size:8px; font-weight:bold; cursor:pointer; text-transform:uppercase; }
a.bouton:active, a.bouton:link, a.bouton:visited { color:#f3c; text-decoration:none; }
a.bouton:hover {color:#f3c; }

.texte_gris { color:#999; }

.texte_rose { color:#f3c; }
a.texte_rose:active, a.texte_rose:link, a.texte_rose:visited { color:#f3c; font-weight:bold; text-decoration:none; }
a.texte_rose:hover { color:#fff; }

.bord_rose { border:1px solid #f3c; border-collapse:collapse; }

.bord_gris { border:1px solid #999; border-collapse:collapse; }

.footer { font-size:10px; }
