@CHARSET "ISO-8859-1";

/* =PRESENTATION */
#presentation {
  height: 490px;
}

/* =MEDIAPLAYER */
h2#sectionVideoTitle {
  display: block; width: 504px; height: 5px;
  position: absolute; top: 0px; left: 240px;
}
#mediaHolder {
  position: absolute; top:  5px; left: 240px;
  width: 504px; height: 423px;
}

/* =plan */
h2#sectionPlanTitle {
  position: absolute; top: 194px; left: 0px;
}
#plan {
  position: absolute; top: 5px; left: 0px;
  width: 236px; height: 488px;
}

#plan #chapterList {
  width:234px; height: 450px;
}

/* =DOCUMENT */
h2#sectionMainDocumentTitle {
  display: block; width: 236px; height: 5px;
}
#documentHolder {
  position: absolute; top: 5px; width: 236px;
  height: 177px;
  left: 0px;
}
#doc {
  width: 236px; height: 177px;
}

/* =ANNEX */
h2#sectionAnnexTitle {
  display: block; width: 504px; height: 5px;
  top: 368px; left: 240px;
}
#annex {
  top: 432px; left: 240px;
  height:61px;
  overflow-y : scroll; 
}

.annexDocument {
  font-size: 0.95em;
  cursor: pointer;
  border-bottom: 1px solid #b7b7b7;
  padding: 0 0 0 28px;
  background: url(../images/watch/icoDefault.png) no-repeat top left;
}

