@CHARSET "ISO-8859-1";

/* =PRESENTATION */
#presentation {
  height: 510px;
}

/* =MEDIAPLAYER */
h2#sectionVideoTitle {
  display: block; width: 236px; height: 5px;
}
#mediaHolder {
  position: absolute; top:  5px; left: 0px;
  width: 236px; height: 218px;
}

/* =plan */
h2#sectionPlanTitle {
  position: absolute; top: 234px; left: 0px;
}

#plan #chapterList {
  height: 243px; width:236px;
}

/* =DOCUMENT */
h2#sectionMainDocumentTitle {
  display: block; width: 504px; height: 5px;
  position: absolute; top: 0px; left: 240px;
}
#documentHolder {
  position: absolute; top: 5px; left: 240px;
  width: 504px; height: 397px;
}
#doc {
  width: 504px; height: 378px;
}

/* =ANNEX */
h2#sectionAnnexTitle {
  top: 414px; left: 240px;
}
#annex {
  top: 406px; left: 240px;
}

div.presentationListItemText {
  font-size:0.9em;
  color:#000;
  text-decoration:none;
}
ul.tags , ul.documents{
  margin:0;
  font-size:0.9em;
}


