/* -----  Breadcrumb  ----- */

#p-breadcrumb p {
  color: #73798a;
}


/* ----- Leftnav ----- */

#p-leftnav {
  height: 400px;
}

.home #p-leftnav {
  background: url(images/background.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.with-background #p-leftnav {
  background: url(images/background.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}


/* ----- Maincontent ----- */

div.spacer {
  height: 400px;
  width: 1px;
  float: right;
}

td {
  background: none;
}

#p-maincontent td.p-article p{
  margin: 0px 0px 15px 0px;
}

#p-maincontent {
  background: none;
}

.home #p-maincontent {
  background: url(images/background_home.jpg);
  background-position: -190px 0px;
  background-repeat: no-repeat;
}

.with-background #p-maincontent {
  background: url(images/background.jpg);
  background-position: -190px 0px;
  background-repeat: no-repeat;
}


/* ----- Référencement ----- */

#cache {
  display: none;
}


/* ----- Scenes ----- */

#p-printarea {
  position: relative;
  width: 591px;
}

div.scene {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

div.scene p {
  position: absolute;
  top: 293px;
  left: 10px;
  color: #ffffff;
  font-size: 21px;
  font-style: italic;
  line-height: 27px;
}

div.scene a {
  display: block;
  text-align: right;
}

#sc1 {
  display: block;
}


/* ----- More light (clockwise) ----- */

#lamp {
  position: relative;
}

#caption1 {
  position: absolute;
  top: 68px;
  left: 445px;
  width: 135px;
  text-align: left;
  font-size: 10px;
  line-height: 1.2em;
}

#caption2 {
  position: absolute;
  top: 114px;
  left: 412px;
  width: 135px;
  text-align: left;
  font-size: 10px;
  line-height: 1.2em;
}

#caption3 {
  position: absolute;
  top: 160px;
  left: 422px;
  width: 145px;
  text-align: left;
  font-size: 10px;
  line-height: 1.2em;
}

#caption4 {
  position: absolute;
  top: 153px;
  left: 0px;
  width: 135px;
  text-align: right;
  font-size: 10px;
  line-height: 1.2em;
}

#caption5 {
  position: absolute;
  top: 92px;
  left: 0px;
  width: 135px;
  text-align: right;
  font-size: 10px;
  line-height: 1.2em;
}


/* ----- Forms ----- */

p.error {
  color: #ff0000;
  font-weight: bold;
  text-align: center;
}

p.noerror {
  color: #00bb1b;
  font-weight: bold;
  text-align: center;
}