body {


    font-size: medium;

    background: #EBE4DB url('images/fond_haut.jpg') repeat-x top center;
    padding: 0;
    margin: 0;


    font-family: Times, Helvetica, Sans-Serif;


}

a {
    color: #002690;
}

/* Liens en bleu (entre clair et foncé) */
a:visited {
    color: black;
}

/* et en noir (comme le texte normal, mais souligné) si déjà visités */
a:hover, a:active {
    color: white; /* Lors du passage de la souris ou activation, */
    background-color: #0035aa;
}

/* couleur blanc sur fond bleu                 */


table {
    text-align: left;

}


div.head {
    text-align: center;
}


/* Colonnes générales tableau général */
#c1 {
    width: 4%;

}

#c2 {
    width: 92%;
    text-align: center;

}

#c3 {
    width: 4%;
}

/*Menu actif ou non actif*/
#menuok {
    background-color: orange;
    text-align: center;
}


#menuko {
    background-color: yellow;
    text-align: center;
}