@font-face {
    font-family: 'TheanoDidotRegular';
    src: url('TheanoDidot-Regular-webfont.eot');
    src: url('TheanoDidot-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('TheanoDidot-Regular-webfont.woff') format('woff'),
         url('TheanoDidot-Regular-webfont.ttf') format('truetype'),
         url('TheanoDidot-Regular-webfont.svg#TheanoDidotRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

body {
  background: #bbb;
  font-family: 'TheanoDidotRegular';
}

h1 {
  font-size: 18pt;
  line-height: 18pt;
  font-weight: normal;
}

p {
  font-size: 14pt;
  line-height: 14pt;
}

#page {
  width: 920px;
  margin: 20px auto;
  padding: 30px 30px;
  
  background: white;
}

.sous-titre {
  font-size: 18pt;
  line-height: 16pt;
  margin-top: 5px;
}

ul {
  list-style: none;
}

li.titre2 {
  margin: 20px 0 3px 0;
  font-weight: bold;
}

li.film {
  margin-bottom: 10px;
  
}