/* 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 a {
	color: #000;
	text-decoration: none;
}

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

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

#ancres {
	position: relative;
	float: right;
	display: inline;
}

.commentaires .titre {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}

.commentaires .note {
	margin-bottom: 10px;
}


label {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}

input, textarea, select {
	width: 300px;
	border: 1px solid #999;
	font: 11px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 4px;
}

#valider {
	width: 400px;
	text-align: right;
}

* html #valider {
	width: 403px;
}

#valider input {
	width: auto;
}