.content .photo{

	
}
.content .photo #imagette {
	margin-right: auto;
	margin-left: auto;
}


/* CSS Document */
.content .photo #imagette td {
	background: url(diapo.png) no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 140px;
	width: 140px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.content .photo #imagette img {
	border-top: 1px solid #333;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #333;
}
.content ul .selected  {
	color: #FF9;
	text-decoration: none;
	display: block;
	margin: 5px;
	background: #AC59FF;
	border-top: 1px solid #FFC;
	border-right: 1px solid #FF6;
	border-bottom: 1px solid #FF6;
	border-left: 1px solid #FFC;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
}
.content .photos {
	margin: auto;
	width: 70%;
}

.content .albums {
	float: left;
	width: 20%;
}
.content ul li a {
	color: #480048;
	text-decoration: none;
	display: block;
	margin: 5px;
	background: #FF9;
	border-top: 1px solid #FFC;
	border-right: 1px solid #FF6;
	border-bottom: 1px solid #FF6;
	border-left: 1px solid #FFC;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
}
.content ul li a:hover {
	color: #FF9;
	background: #909;
}
.content .albums ul .saison {
	font-size: 1.2em;
	color: #5E00BB;
	text-align: center;
	font-weight: bold;
}
