/* Start of CMSMS style sheet 'Esff: Videos' */
/* LISTE DES FILMS DANS UNE CATEGORIE - PAGE EN VIGNETTES X4 */
#tableX4_categoryfilm {
  width:1060px;
  border-collapse:collapse;
}
#cellX4_categoryfilmtitlelink{
  h-align:center;
  width:25%;
}
#cellX4_categoryfilmtitlelink a {
  font-size:1.3em;
  font-weight:bold;
  text-decoration:none;
  color:black;
}

/* LISTE DES FILMS DANS UNE CATEGORIE */
#catalog_category_title {
  font-size:2.0em;
  font-weight:bold;
  color:red;
}

#table_categoryfilm {
  border-collapse:collapse;
}

#cell_categoryfilmtitlelink {
  width:20%;
}
#cell_categoryfilmtitlelink a {
  font-size:1.3em;
  font-weight:bold;
  text-decoration:none;
  color:black;
}

#cell_categoryfilmdescription {
  vertical-align:center;
}

#cell_categoryfilmseparator {
  background-image: url(uploads/Esff/filmseparator.png);
  repeat:repeat-x;
}

/* FICHE SIGNALETIQUE D'UN FILM */
.catalog_item_title {
  font-size:2.0em;
  font-weight:bold;
  color:red;
}

#tablemain_film {
       width:1060px;
}
#table_film {
        border-collapse: collapse;        
        width:100%;
        margin-right: 0px; 
}

#cellfilm {
  vertical-align:top;
  width:560px;
}
#cell_embedded {
  vertical-align:top;
  text-align:right;
  width:500px;
}

#cell_attribute_name {
  padding:0px 10px;
  font-weight:bold;
  font-size:0.9em;
  width: 25%;
  height: 10px;
  vertical-align:top;
}

#cell_attribute_value {
  font-size:0.9em;
  height: 10px;
  vertical-align:top;
}

#cell_description {
  margin-right:10px;
  padding:20px 10px 10px 10px;
  font-size:1.0em;
  vertical-align:top;
}


/* End of 'Esff: Videos' */

