/* Styles propres a la gestion des albums */
#photo_cadre {
	
	background-repeat: no-repeat;
	height: 430px;
	width: 550px;

	position: relative;
	top: -35px;
	left: 10px;
}
#photo_img {
	clear: right;
	float: left;
	height: 285px;
	position: relative;
	left: 20px;
	top: 20px;
	background-image: url(images/film_h.png);
	padding-right: 15px;
	padding-left: 15px;
}
#photo_img .logos{
	position: relative;
	border: 1px solid #000000;
	top: 43px;
	margin: auto;
	clear: right;
	float: left;
}
#photo_leg{
	position: relative;
	top: 43px;
	left: 10px;
	width: 150px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
		clear: right;
	float: left;
}
#photo_leg H1{
	color: #FFFFFF;
	font-size: 14px;
	position: relative;
	left: 0px;
	top: 0px;
}
#photo_leg p{
	color: #FFFFFF;	
	font-size: 10px;
}
#photo_nav{
	clear: both;
	position: relative;
	top: 25px;
	background-image: url(images/film_b.png);
	height: 95px;
	padding-top: 15px;
	padding-left: 5px;
	background-repeat: repeat-x;
}
#photo_chapitre{
	position: relative;
	top: -15px;
	margin-left: 20px;
	margin-right: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	color: #990000;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.2em;
	z-index: 99;
}