/* Thème STATION */
/* Eléments principaux */
a { border-bottom: 1px dotted #FFF; color: #FFF; text-decoration: none }
a:hover { border: 0; color: #F44 }

/* ID */
#entete { background-image: url('images/banniere.jpg') }
#conteneur #menu { background-image: url('stylesheets/menu.png') }
#conteneur #centre a { color: #F44; font-weight: bold }
#conteneur #centre a:hover { color: #666; text-decoartion: underline }
#conteneur #sousmenu .element { background-color: #F44; color: #FFF }

/* CLASSES */
h3.titre { background-image:url('images/puce.gif'); background-repeat: no-repeat; border-bottom: 1px solid #999 }
h3.titre a, .htitre a:visited { color: #F44 }
h3.titre a:hover { color: #666 }

/* MENU */
#conteneur #sousmenu .hautgauche { background-image: url('images/menu_haut_gauche.gif'); }
#conteneur #sousmenu .hautdroite { background-image: url('images/menu_haut_droite.gif'); }
#conteneur #sousmenu .basgauche { background-image: url('images/menu_bas_gauche.gif'); }
#conteneur #sousmenu .basdroite { background-image: url('images/menu_bas_droite.gif'); }

#conteneur #sousmenu a:hover { color: #666; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { border: none; border-bottom: 1px dotted #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; font-size: 0.88em; background: #FEA6A6; }
ul ul .forum-chapo { background: #FEBEBE; }
ul ul ul .forum-chapo { background: #FED6D6; }
ul ul ul ul .forum-chapo { background: #FEEEEE; border-bottom: 1px dotted #E0E0E0; }
ul ul ul ul ul .forum-chapo { background: #FFF; }

