/*-----------------  DIV DE LA PAGE ALBUMS PHOTOS -----------------*/
/*div du bloc central*/
#titre {
	position: relative;
	padding-top: 10px;
	width: 820px;
	height: 40px;
}
/*style du sous-titre de l'album*/
#sous_titre {
	position: relative;
	padding-top: 10px;
	width: 820px;
	height: 30px;
	font-family: georgia;
	font-size: 19px;
	font-weight: bolder;
	color: #714135;
}
#contenu {
	float: left;
	width: 820px;
	height: 600px;
	margin: 0px;
	text-align: center;
}
#contenu p {
	font-size: 15px;
	color: #714135;
	text-align: left;
}
/*style du bloc central*/
#centre {
	float: left;
	width: 800px;
	height: 480px;
	margin: 0px;
	padding: 10px;
	overflow: auto;
}
/*classe du titre de l'info dans l'info*/
.titre_info_2 {
	color: #714135;
	text-align: center;
	font-family: georgia;
	font-size: 21px;
	font-weight: bolder;
	line-height: 25px;
}
.cell_vignettes {
	width: 33%;
	height: 110px;
	text-align: center;
	vertical-align: top;
	background-image: url(../images/fond_transparent.png);
	border-top: dashed 1px #714135;
	font-family: georgia;
	font-size: 13px;
}
/*style du bloc bouton*/
#bouton {
	height: 40px;
	width: 70%;
	margin: 0px;
	font-family: georgia;
	font-size: 13px;
	color: #714135;
	text-align: center;
	border-bottom: dashed 1px #714135;
}
/*style du bloc image*/
#image {
	width: 70%;
	height: 500px;
	margin: 0px;
	text-align: center;
}
/*style du bloc légende*/
#legende {
	height: 40px;
	width: 70%;
	margin: 0px;
	font-family: georgia;
	font-size: 13px;
	color: #714135;
	vertical-align: middle;
	text-align: center;
	border-top: dashed 1px #714135;
	background-image: url(../images/fond_transparent.png);
}
/*style du bloc contenant la balise de retour à la liste*/
#retour {
	height: 20px;
	width: 70%;
	text-align: center;
	background-image: url(../images/fond_transparent.png);
	border-top: dashed 1px #714135;
}

