body {
    margin: 0px;
    background-color: #FFFFFF;
}

.fulla
{
  background: url(img/lateral_web.jpg) no-repeat bottom right 0 0;
}

.textes {
  color: #493c3c;
  font-family: 'ArialMT', 'Arial', 'sans-serif';
  text-align: justify;
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 19px;
}

.peu
{
  color: #493c3c;
  font-family: 'ArialMT', 'Arial', 'sans-serif';
  text-align: center;
  font-size: 11px;
  letter-spacing: -0.01em;
  line-height: 14px;
  height: 100px;
  vertical-align: bottom;
}

.mail {
    color: #493c3c;
    text-decoration: underline;
}

.botons
{
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  vertical-align: bottom;
  font-family: 'ArialMT', 'Arial', 'sans-serif'; 
}

.btoff
{
  border-left: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
}

.bton
{
  border-left: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #FFFFFF;
  color: #666666;
}

a {
  text-decoration: none;
  color: #999999;
}

a:hover {
  text-decoration: none;
  color: #666666;
}

.textev
{
   color: #60c000;
   font-weight: bold;
}