/* CSS Document */

.film .visuel {
	position: relative;
	float: left;
	display: inline;
	margin: 3px;
	border: 1px solid #000;
}

.film .infos {
	margin-left: 140px;
}

.film h2 {
	margin: 0;
	margin-bottom: 15px;
	text-decoration: underline;
	font-weight: normal;
	font-size: 18px;
}

.film .site {
	margin-top: 10px;
}

.film h2 a {
	text-decoration: underline;
}

.film a {
	text-decoration: none;
}

.film a:hover {
	text-decoration: underline;
}


.bandeannonce, .troiscouleurs {
	float: left;
	display: inline;
}

.bandeannonce a, .troiscouleurs a, .forum a {
	font-weight: bold;
	text-decoration: underline;
}

.salles {
	background: url(../../img/degrade_salles.gif) repeat-y;
	margin: 0;
	padding: 10px 5px;
}

.synopsis {
	margin: 10px 0 20px 0;
}

.synopsis .titre, .salles .titre, .commentaires .titre {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.salles .titre {
	font-size: 18px;
}

.salles .salle {
	font-size: 14px;
}

.commentaires .note {
	margin: 10px 0;
}