BODY {
  margin: 0.5em 0.5em 0.5em 0.5em;
  background-color: #A52e2e;
  color:black;
  font-size: 18px;
  }

.oldbrowser {
  display: none
  }
  
td,tr,p,div,ul,li {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 0.5em;
  text-align: justify;
  color: #d0d0d0;
  }

/* Links */
a:link, a:visited {
  font-size: 13px; color: #808080; text-decoration: none;
  font-family:  Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  }

a:hover {
  color: #FF7A00;
  text-decoration: underline
  }
  
h1, h2, h3, h4, h5, h6 {
  color: #202020;
  font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
  margin: 0 0 0 0;
  padding: 0 0.5em 0em 0.5em;
}

h4, h5, h6 {
  font-weight: bold  ;
  padding: 0.5em 0.5em 0.5em 0.5em;
}


h1 { font-size: 28px }

h2 { font-size: 24px }

h3 { font-size: 22px }

h4 { font-size: 20px }

h5 { font-size: 18px }

h6 {
  font-size: 12px;
  padding: 0.3em 0.5em 0 0.5em;
}
  
hr {
  height:0px;
  border-top:1px dashed white;
  border-bottom:0px dashed white;
  width:100%;
  margin: 0px 0px 0px 0px
  }

#entete {
  background-color: transparent;
  height:270px;
  border-bottom:1px dashed white;
  }

#menu {
  position: absolute;
  left: 10px;
  top: 310px;
  width: 210px;
  border-top: 1px dashed white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  background-color: #951e1e;
  padding: 0 0 0 0;
  }

p.menu {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0.5em;
  text-align: left; 
  }

#principal {
  top: 290px;
  background-color: transparent;
  margin-left: 230px;
  margin-right: 10px;
  width=100%;
  border-top: 0px dashed #E6E6E6;
  border-bottom: 0px dashed #E6E6E6;
  border-left: 1px dashed #E6E6E6;
  border-right: 1px dashed #E6E6E6;
  padding-left: 1.5em
  }

#enbas {
  height:40px;
  border-top:1px dashed white;
  border-bottom:1px dashed white;
  background-color: #951e1e;
  }
  
  
