/* general stuff */
A:link { color: #a0522d;  text-decoration: none;  }
A:visited { color: #a0522d;   text-decoration: none;}
A:active { color: #a0522d;  text-decoration: none; }
A:hover { color: red;
  background-color: #ffff00;
  text-decoration: none;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  color: 505050;
  font-size: small;
}
* html body {
  font-size: x-small; /* for IE5/Win */
  f\ont-size: small; /* for other IE version */
}


td {
  font-family: Verdana, Arial, Helvetica;
  font-size: 100%;
  text-align: left;
}

/*  Specifique au site de Roulec */

#general_footing {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  color: 707070;
  font-size: 80%;
  text-align: center;
}

#sidebar_left {
  width: 52px;
  background-image: url(../image/general/img-0-0.jpg);
  background-repeat: repeat-y;
  background-position: left top;
  background-color: #538620;
}

#sidebar_right {
  width: 52px;
  background-image: url(../image/general/img-0-0.jpg);
  background-repeat: repeat-y;
  background-position: right top;
  background-color: #538620;
}
