  body {
    font-family: 'Lucida Grande', Geneva, Lucida,  Arial, Helvetica, sans-serif;
    font-size: 75%;
    line-height: 100%; 
    margin: 0;
    padding: 0;
    background-color: white;
  }

  h1{
    font-family: "Arial";
    font-size: 170%; 
    font-weight: bold;
    line-height: 110%;
    margin-bottom: 0.2em
    /*margin: 0;
    padding: 0;*/
  }
  
  h2{
    font-family: "Arial";
    font-size: 130%; 
    font-weight : bold;
    margin-bottom: 0.2em
    /*margin: 0;
    padding: 0;*/
  }

  h3{
    font-family: "Arial";
    font-size: 100%; 
    font-weight : bold;
    margin-bottom: 0.2em
    /*margin: 0;
    padding: 0;*/
  }


  img { margin: 0; padding 0;}
  img.inline { display: inline; }
  div { margin: 0; padding: 0;}
  div.centered { text-align: center}
  form { display: inline;}

  div.container {
    width:100%;
    line-height: 150%;
/*    background-image: url("/images/fond.png");
    background-repeat: repeat-y;
    background-position: top left; 
*/
  }
 
  #header {
    background-color: black;
    margin: 0;
    padding: 0;
    color: white;
  }

  span.slogan { 
   position: absolute; 
   top: 4px;
   right: 15px;
   margin: 0; 
   font-family: "Helvetica, Arial";
   font-size: 18px; 
   font-weight: bold;
   line-height: 120%;
   border: solid white 1px;
   padding: 4px 50px;
   text-align: center;
   letter-spacing: 3px;
  }



  #header ul {
    padding:0;
    margin:0;
    list-style-type:none;
  }
  #header img { 
    border: 0;
    margin: 0;
    width: 22em;
    height: 7em;            
}


  div.footer{
    background-color: gray;
    padding:0.5em;
    color: white;
    clear: both;
  }


  div.left {
    float:left;
    width:15em;
    background-color: Sienna;
    text-align: right;
    line-height: 200%;
    padding-top: 2.3em;
  }

  div.right {
    float: right;
    width:15em;
    background-color: #dda0dd ;
    color: white;
    padding-top: 2.3em;
    z-axis: -1;
  }


  div.content {
    margin-left:15em;
    margin-right:15em;
    color: black;
    z-axis: 10;
  }

  div.content2c {
    margin-left: 15em;
    color: black;
    background-color: white;
    z-axis: 10;
  }


  div.undermenu {
    margin: 1em;
    margin-top: 1.5em;
    margin-right: 15px;
    font-size: 100%;
  }

 span.citation {font-style: italic;  }
/* background-color: #efefef;} */


/* menu */ 

  #menu {color: white; font-weight: bold;}
  #menu table tr td { padding-top: 0.5em; }
  #menu a:link {color: yellow}
  #menu a:visited {color: white}
  #menu a:hover {color: gray}
  #menu a:active {color: red}


  #menu ul {
    width:100%;
    padding:0;
    margin:0;
    list-style-type:none;
    position: relative;
    left: -1.5em;
  }

  #menu ul li {padding-top: 0.5 em;}


/* ecransvoisins */


  #ecransvoisins {color: white;}
  #ecransvoisins table tr td { padding-top: 0.5em; }
  #ecransvoisins a:link {color: yellow}
  #ecransvoisins a:visited {color: white}
  #ecransvoisins a:hover {color: gray}
  #ecransvoisins a:active {color: red}


  #ecransvoisins ul {
    width:100%;
    padding:0;
    margin:0;
    position: relative;
    left: 1.0em
  }

  #ecransvoisins ul li {padding-top: 0.5 em;}

/* les blocs d'annonce de la homepage */

  #annonce { 
    margin-bottom: 1.0em; 
  }
  #annonce img { display: inline; }
  #annonce a { font-weight: bold }

  div.titreannonce {
    background-color: #bbbbbb;
    padding: 0.3em;
    font-family: "Arial";
    font-size: 120%; 
    font-weight : bold;
  }

  div.dateprojection {
    float: right;
    text-align: right;
    padding-left: 2em;
}

  div.chiffresprojection { 
    float: right; 
    margin: 1px;
    margin-left: 1em;
    text-align: right;
  }


  div.contentannonce {
    padding: 1.0em;
  }


  a.barreclic {
    text-decoration: none;
    color: black;
    background-color: #bbbbbb;
  }
  a.barreclic:hover { background-color: #aaaaaa}

/* fin annonce */


  #onglet {
    float: right;
    clear: right;
    width: 220px; 
    padding: 15px;
    margin: 10px; 
    margin-right: 0; 
    background-color: sienna;
    font-weight: bold;
}

  #onglet ul { 
    padding: 0;
    margin:  0;

  }

  #onglet li {
    list-style: none;
    font-weight: bold;
    margin 0;
    margin-left: 2em;
    padding: 0;
  }

  #onglet a {
    text-decoration:none;
    color:white;
    border: 0px;
    margin: 0px;
  }
  #onglet a:link {color: yellow}
  #onglet a:visited {color: white}
  #onglet a:hover {color: gray}
  #onglet a:active {color: red}


  #note {border: solid black 1px; padding: 12px; margin: 12px; font-size: 85%}


  span.version {float: right;}
  span.copyright {float: left;}



/* les petites notes dans la marge de droite */

  div.smallbox {
    border: solid black 1px; 
    margin: 0px; 
    font-size: 85%;
    background-color: navy;
    color: white;
  }

    

  div.sbtitle {
    background-image: url('/images/black-2x2.png');
    background-repeat: repeat;
    background-position: top left;
    background-color: black;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 130%;
    text-align: center;
    height: 1.8em;
    padding-top: 0.2em;
  }

  div.sbcontent {
    margin: 3px;
    text-align: left;
    font-size: 110%;
    line-height: 180%;
  }

  div.sbfilmtitle {
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  div.sbtext {
    line-height: 150%;
    font-weight: normal;
  }


/* liste pour les reproductions d'affiche */

  #listeimage ul {
    padding:0;
    margin:0;
    list-style-type: none;
  }
  #listeimage ul li {display: inline; float: left;  margin: 1.5em; text-align: center;}

  #listeimage img {margin-top: 0.5em; }

  div.clearboth {clear: both;}
  span.listeimagetitle { font-weight: bold;}
  
  #listeimagefi ul {
    padding:0;
    margin:0;
    list-style-type: none;
  }
  #listeimagefi ul li {display: inline; font-weight: bold; margin: 1.5em; }
  #listeimagefi ul li div { text-align: center; width: 150px;}
  #listeimagefi img {margin: 0; padding: 0; margin-top: 0.5em; }

/* petite forme d'abonnement */ 

  #abosmall {color: yellow; }
  #abosmall div span { text-align: center;}
  #abosmall div {background-color: MediumSlateBlue; margin: 15px 0px 0px 0px; padding: 5px 0px 10px 0px}
  #abosmall ul {
    width:100%;
    padding:0;
    margin:0;
    list-style-type:none;
    position: relative;
    left: -1.5em;
  }

  #abosmall input  { 
    font-size: 0.8em; 
    color: black;
    background-color: white; 
    margin: 4px 0; 
    border: solid 1px black;
  }

  #abosmall a:link {color: yellow}
  #abosmall a:visited {color: white}
  #abosmall a:hover {color: gray}
  #abosmall a:active {color: red}

  div.smallanchor { font-weight: normal; font-size: 0.8em}






  
/* grande forme d'abonnement */

  #abobig div {text-align: center; align: center; }
  #abobig span {text-align: center;}
  table.abobigmain  {
    background-color: PaleTurquoise; 
    border-collapse: separate;
    border-spacing: 1em;
    border: solid black 1px; 
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  #abobig form { }

  #abobig input  { 
    border: solid 1px black;
    font-weight: bold;
    height: 2em;
  }

  input.abobigbutton {height: 3em; font-size: 1.2em}

  td.messagefailure {color: black; background-color: yellow; padding: 1em;}
  td.messagesuccess {color: black; background-color: green; padding: 1em;}

  td.rightalign {text-align: right}
  td.leftalign {text-align: left}



/* fiche technique */

  #fichetec div {}
  #fichetec table {
    background-color: PaleTurquoise; 
    border-collapse: separate;
    border-spacing: 0.5em;
    border: solid black 1px; 
    padding-right: 1em;
    padding-left: 1em;
  }
   td.topborder { border-top: solid black 1px }


 div.minicol { 
    float: right;
    position: relative;
    left: 14px;
  }

  #chiffretec table {
    background-color: PaleTurquoise; 
    border-collapse: separate;
    border-spacing: 0.5em;
    border: solid black 1px;
    padding-right: 1em;
    padding-left: 1em;

  }

  #nfichetec ul {list-style-position: outside}
  #nfichetec  li {}


/* *************************************** */


div.seances {
  float: right; 
  clear: right; 
  width: 220px; 
  padding: 15px;
  margin: 10px; 
  margin-right: 0; 
  background-color: #DFBFFF; 
  text-align: left;
}



div.citation { 
  float: right; 
  clear: right; 
  width: 220px; 
  padding: 15px;
  margin: 10px; 
  margin-right: 0; 
  background-color: PaleTurquoise; 
  text-align: left;
}

div.auteur { text-align: right; font-style: italic; font-size: 80%; margin-top: 0.2em}
div.image      {float: left;  padding: 1em; padding-left: 0}
div.imageleft  {float: left;  padding: 1em; padding-left:  0; padding-right: 2em; padding-top: 2em;}
div.imageright {float: right; padding: 1em; padding-right: 0; clear: right;}

div.separation {
  float: right; 
  clear: right; 
  width: 220px; 
  padding: 15px;
  margin: 10px; 
  margin-right: 0; 
  background-color: Indigo; 
  text-align: left;
  color: white;
  font-size: 120%;
  font-weight: bold;
}

div.performance {
  max-width: 40em;
  padding: 2em;
  margin: 2em;
  margin-right: 260px;
  background-color:  Moccasin;
  color: black;
  text-align: center;
  border: 1px solid black;
  line-height: 140%; 
}




/* marge gauche: contact et sous-divisions */
div.contact { 
  background-color: Moccasin;
  text-align: left;
  padding: 1em;
}

div.titrecontact {
    font-variant: small-caps;
    font-weight: bold;
    font-size: 130%;
    text-align: center;
    margin-bottom: 0.6em;
  }

div.titreimg {
  text-align: center;
  font-weight: bold;
  font-size: 90%;
}


/* marge gauche: listfilm et sous-divisions */

div.listfilm { 
  background-color: Moccasin;
  text-align: left;
  padding: 1em;
}

div.titrelistfilm {
    font-variant: small-caps;
    font-weight: bold;
    font-size: 130%;
    text-align: center;
    margin-bottom: 0.6em;
}

ul.listfilm {
    padding:0;
    margin:0;
    list-style-type:none;
    font-size: 100%;
}



/* liste proverbes */

/* marge gauche: listfilm et sous-divisions */



ul.listeproverbes {
    list-style: disc outside;
    padding: 8px;
    margin: 2px; 
    margin-right: 0; 
    font-size: 100%;
    line-height: 150%; 
}

li.listeproverbes {
    margin: 1em;
}




/* sondage */

ul.sondage {
  list-style-type: none;
  line-height: 150%;
  font-size: 120%;
}

p.sondage {
  font-size: 120%;
  line-height: 150%;
}

input.sondage_btn_left {
  float: left;
  margin-left: 50px;
}

input.sondage_btn_right {
  float: right;
  margin-right: 50px;
}



a.sondage {
  text-decoration: none;
}


a.sondage:link {color: white}
a.sondage:visited {color: black}
a.sondage:hover {color: white}
a.sondage:active {color: red}




span.slsondage {
   position: absolute; 
   top: 4px;
   right: 15em;
   margin: 0; 
   font-family: "Helvetica, Arial";
   font-size: 18px; 
   font-weight: bold;
   line-height: 120%;
   padding: 4px 35px;
   text-align: center;
   letter-spacing: 3px;
}

textarea.sondage {
  border: black 2px solid;

}
