div.bloc_horaires
{
	border: 1px solid #999999;
	padding: 1em;
}

div.bloc_texte
{
	min-height: 160px;
}

h1.date_semaine
{
	font-size: 1em;
	display: inline;
}

table.cinema_horaires
{
	border-collapse: collapse;
	border: 1px solid #730a63; /* prune 1 */
	width: 100%;
	margin-top: 0.1em;
}
table.horaire_passee { border-color: #CFD0D1; } /* gris 4 */


table.cinema_horaires th
{
	padding: 0.2em;
	background-color: #730a63; /* prune 1 */
	color: #ffffff;
}
table.cinema_horaires th.horaire_passee { background-color: #CFD0D1; } /* gris 4 */

table.cinema_horaires td { padding: 0.2em; color: #730a63; } /* prune 1 */
table.cinema_horaires td.horaire_passee { color: #CFD0D1; } /* gris 4 */

div.horaire_passee { color: #CFD0D1; } /* gris 4 */
div.horaire_passee h1.date_semaine { color: #CFD0D1; } /* gris 4 */

input.heure
{
	display: inline;
	width: 21.5%;
	font-size: 1em;
	margin: 0;
	padding: 3px;
	border: 1px solid;
	border-color: #C0CAD4;
	/*border-color: #GET{claire};*/
	/*border-color: #97d2e1;*/
}

/* PUBLIC */
h2.soustitre { margin-top: -1em; margin-bottom: 0.5em; font-size: 1.2em; }

div.cinema_sommaire
{
	background-color: #E3E4E4;
	padding: 1em;
}

div.cinema_sommaire table { width: 100%; }
div.cinema_sommaire td { width: 50%; vertical-align: top; }

div.cinema_liste_cettesemaine, div.cinema_liste_bientot { margin-top: 3em; margin-bottom: 3em; }

div.film { margin-top: 1em; margin-bottom: 3em; min-height: 160px; }
div.film  img.affiche { margin-right: 1em; margin-bottom: 0.1em; }
div.film h3.titre, div.film h1.titre { display: inline; color: #730a63; } /* prune1 */

img.affiche_accueil { margin-left: 0.8em; margin-right: 0em; margin-bottom: 0.8em; }