/*
couleurs :
firebrick #B22222
gainsboro #dcdcdc
royalblue #4169e1
cornsilk  #fff8dc
*/

/* BODY */
body
    {
    font-family:            verdana, helvetica, arial, sans-serif ;
    font-size:              10pt ;
    background:             #000033;
    text-align:             justify ;
    margin:                 10px;
    color:                  #111111;
    scrollbar-base-color:   firebrick;
    }
/* Tableau de titre des pages */
table.titre
    {
/*    border-color:   firebrick;*/
    border-right:   firebrick;
    border-top:     red;
    border-left:    red;
    border-bottom:  firebrick ;
    border-style:   groove;
/*    border-width:   5px;*/
    background:     gainsboro;
    text-align:     center;
    width:          100%;
    }

/* Petit tableau des années de la page concours.php */
table.conc_annee
    {
    border-style:   groove;
    text-align:     center;
    width:          100%;
    }

/* Petit tableau du choix des cantonales de la page concours.php */
table.conc_cant
    {
    border-style:   groove;
    text-align:     center;
    width:          100%;
    }

/* Tableau principal de la page concours.php */
table.conc
    {
    border-style:   groove;
    color:          white;
    text-align:     left;
    width:          100%;
    }

/* Eléments des tableaux en général */
td
    {
    font-size:      10pt;
    font-family:    verdana, helvetica, arial, sans-serif ;
    }

/* Eléments des tableaux en général */
table.conc_cant td
    {
    font-size:      10pt;
    font-family:    verdana, helvetica, arial, sans-serif ;
    color:          white;
    }

/* Couleur foncée de la ligne du tableau de la page concours.php */
tr.resu_light
    {
	background: #000055;
    }

/* Couleur claire de la ligne du tableau de la page concours.php */
tr.resu_dark
    {
	background: #000033;
    }

tr.resu_dark:hover {
	background-color: #000055;
}

/* Liens hypertextes en général */
a:link, a:visited
    {
    color:              royalblue;
    text-decoration:    overline underline;
    }

/*a:link:hover, a:visited:hover, a:link:active, a:visited:active*/
a:hover, a:active
    {
    color:              firebrick ;
    text-decoration:    none ;
    background-color:   cornsilk;
    }

/* Liens hypertextes des années du tableau principal de la page concours.php */
tr.resu_light a:visited, tr.resu_light a:link
    {
    text-decoration:    underline;
    }
tr.resu_light a:hover, tr.resu_light a:focus
    {
	background:      blue;
	text-decoration: underline;
	color:           #000000;
    }
tr.resu_dark a:visited, tr.resu_dark a:link
    {
    text-decoration:    underline;
    }
tr.resu_dark a:hover, tr.resu_dark a:focus
    {
	background:      blue;
	text-decoration: underline;
	color:           #000000;
    }

/* Ligne de séparation rouge */
hr.rouge4
    {
    color:  firebrick;
    size:   4;
    }

hr.rouge1
    {
    color:  firebrick;
    size:   1;
    }

hr.rouge8
    {
    color:  firebrick;
    heigth:   8;
    }

