/* feuille de style de base, pour la couleur */
/* [basic stylesheet, for the colour] */

/* * {background: #FFF; 
color: #000; 
} */

/* aspect des liens [links' look] */
a:link {background: #FFF; color: #C03;}
a:visited {background: #FFF; color:#060;}
a:hover, a:focus {background: #FFF; color: #00F;}
a:active {background: #FFF; color: #090;}
/* a.lienexterne:after */

/* régions de la page [units of the page] */
#haut {border-bottom: solid 1px #000;}
#menu {border-left: solid 1px #000;}
/*#menu  h2 {display: none;}*/
/* #contenu */
#pied_de_page {border-top: solid 1px #000;}

/* natures d'affichage : en ligne, bloc, aucun [display natures : inline, block, none] */
/* .enligne */
/* .bloc */
/* .pasaffiche */
/* .decalepournonvisible */
/* .cache */
.confonduavecfond {background: #FFF; color: #FFF;}

/* titres [titles] */
/* h1 */
/* h2 */
/* h3 */
/* h4 */
/* h5 */
/* h6 */

/* petit */

