@charset "UTF-8";
.fondMenu {
	background-image: url(img/fondMenu.gif);
	background-repeat: no-repeat;
}
.menuG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.filetOrangeDroit {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FAB760;
}
.interTitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	margin-top: 15px;
	margin-bottom: 5px;
}
.texteCourant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	margin: 5px;
}
.filetNoir {
	border: 1px solid #666666;
}
.texteFilmDistrib {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.menuG:hover {
	color: #FFCC99;
}
.fondPuce {
	background-image: url(img/puce40.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.textePuce {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.lienCourant {
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: underline;
}
