a { color:#000; } /* noir */


a:hover {
  text-decoration:none;

  background-color:#fff; /* blanc */

  color:#000; /* noir */
}


a:visited { color:#808080; } /* gris */


body {
  background-repeat:repeat-y;

  width:70%;
}


img { border-style:none; }


/* logo */
.logo {
  position:relative;

  left:10px;

  top:10px;
  
  width:120px;

  height:88px;
}



/* menu horizontal */
.menuh {
  position:relative;

  left:250px;

  bottom:60px;
}


/* dısactive le rollover sur les img dans le menu horizontal */
.menuh a:hover {
  text-decoration:none;

  border:0px;
}


/* menu vertical bouton*/
.menubouton {
  position:fixed;

  top:125px;
}


/* menu vertical */
.menu {
  position:fixed;

  top:260px;

  z-index:4;

  height:150px;

  overflow:auto;
}


/* menu vertical plan contact*/
.menuplancontact {
  position:fixed;

  top:410px;
}


/* menu hierarchie */
.hierar {
  background-color: rgb(192,192,192); /* gris */

  position:relative;

  left:220px;

  bottom:30px;
}


/* englobe le texte */
.article {
  position:relative;

  left:220px;

  bottom:10px;

  z-index:2;

  min-height:320px;

  border-top-width:2px;

  border-top-style:ridge;

  border-left-width:2px;

  border-left-style:ridge;

  border-color:#000; /* noir */

  padding:10px;

  text-align:left;

  background-repeat:no-repeat;

  background-attachment:fixed;

  background-position:center;
}

/* le titre contenu dans le texte de l'article/rubrique */
.article h3 {
  text-align:center;
}


/* pied de page */
.footer {
  position:relative;

  z-index:3;

  text-align:center;

  font-size:xx-small;
}

/* surlignage des resultats du mot rechecrche */
.spip_surligne { background: #FFFF66; }
