
body {
  font: 13pt "Gill Sans", Futura, "Lucida Grande", Geneva, sans-serif;
  color: #666;
  background: #fff;
}

li { 
  margin-bottom: 15px;
}

h2 {
  font-size: 2em;
  font-weight: normal;
  line-height: 1;
  color: #990000;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 30px;
}

h3 {
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1;
  color: #990000;
  margin: 0;
}

a.short { 
  color: #990000; 
  display: inline;
  text-decoration: none;
}

a { 
  color: #990000; 
  display: block;
  text-decoration: none;
}

a:hover { 
  background-color: #ddddaa;
}


.clear { 
  clear: both;
}

.menu-logo { 
  margin-top: 8px;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 0px;
}

.menu-name { 
  text-decoration: bold;
  color: #000000;
  margin-bottom: 40px;
}

.menu-entry { 
  padding: 0;
  top: 0;
  bottom: 0;
}

.indent { 
  text-align: left;
  margin-left: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.page { 
  margin: -10px;
  padding: 9px;
  width: 100%;
  height: 100%;
  background: #666666;
}

.box {
  width: 100%;
  background: url(images/bottom-left-4.gif) no-repeat left bottom;
  /* no-repeat left bottom; */
}

.box-outer {
  background: url(images/bottom-right-4.gif) no-repeat right bottom;
  padding-bottom: 5%;
}

.box-inner {
  background: url(images/top-left-4.gif) no-repeat left top;             
}

.box-container {
  background: url(images/top-right-4.gif) no-repeat right top;
  padding-right: 1%;
  padding-top: 5%;
}

.box-menu { 
  padding-left: 5%;
  float: left;
  width: 18%;
}

.box-content { 
  padding-left: 1%;
  padding-right: 1%;
  float: left;
  width: 68%
}

.box h2, .box h3, .box p {
  padding-left: 5%;
  padding-right: 1%;
}

/* First page special boxes */

.box-container-first {
  background: url(images/top-right-4.gif) no-repeat right top;
  padding-right: 5%;
  padding-top: 5%;
  height: 450px;
}

.logo-first { 
  position: absolute;
  float: left;
  left: 70px;
}

.name-first { 
  position: absolute;
  float: right;
  font-size: 36pt;
  text-align: right;
  top: 50px;
  right: 90px;
  text-indent: right;
  text-decoration: bold;
  color: #000000;
}

.ebox-first { 
  position: absolute;
  float: right;
  text-align: right;
  right: 90px;
  top: 120px;
  font-size: 13pt;
  color: #000000;
}

.contact-first { 
  position: absolute;
  float: right;
  text-align: right;
  right: 90px;
  top: 150px;
  font-size: 13pt;
  color: #000000;
}

.first-trad { 
  position: absolute;
  border: 1px;
  border-style: dashed;
  color: #990000;
  padding: 2px;
  float: left;
  text-align: left;
  left: 70px;
  top: 440px;
}

.first-corr { 
  position: absolute;
  border: 1px;
  border-style: dashed;
  color: #990000;
  padding: 2px;
  float: left;
  left: 250px;
  top: 440px;
}


.first-pao { 
  position: absolute;
  border: 1px;
  border-style: dashed;
  color: #990000;
  padding: 2px;
  float: left;
  text-align: left;
  left: 510px;
  top: 440px;
}


.first-parcours { 
  position: absolute;
  border: 1px;
  border-style: dashed;
  color: #990000;
  padding: 2px;
  float: left;
  left: 700px;
  top: 440px;
}


