#entete, #pied, #colonne_droite, #partager, #menu, #carrousel, #liens_cinemas, .dropmenudiv {
	display: none;
}

#bouton_retour, #shareFilm {
	display: none;
}

.infos_cinema {
	margin-bottom: 1.5em;
}

.infos_cinema .boutons {
	display: none;
}

.infos_cinema .nom {
	font-size: 14px;
	font-weight: bold;
}


/*--------------------------------------------------------------------
 * BANDE TITRE
 **/

#bande_titre h1 {
	margin: 0;

	font-weight: normal;
	font-size: 18px;
	
	margin-bottom: 1em;
}

#bande_titre h1 strong {
	font-weight: bold;
	text-transform: uppercase;
}


/*--------------------------------------------------------------------
 * BOITE HORAIRES
 **/

#boite_horaires {
	width: 637px;

	margin-top: 1.5em;
	margin-bottom: 2em;

	clear: both;
}

#boite_horaires-haut {
	padding-bottom: 10px;
	color: #1a4f79;
	font-size: 18px;
	border-bottom: 1px solid #000;
}

#boite_horaires-contenu {
	/*padding-left: 15px;
	padding-right: 15px;*/
}

#boite_horaires-contenu table {
	width: 100%;
}

#boite_horaires-contenu table tr td {
	border-bottom: 1px solid #446173;
	padding: 10px 0px;
	vertical-align: top;
}

#boite_horaires-contenu table tr.dernier td {
	border-bottom: 0;
}

#boite_horaires-contenu table tr td.cell_cinema {
	color: #1a4f79;
	width: 180px;
	font-weight: bold;
}


/*--------------------------------------------------------------------
 * FILMS
 **/

#films h2 {
	border: 1px solid #000;
}
