#page{
	width: 520px;
	margin: 20px auto;
	border: 4px solid #000000;
	background: #000000;
}

#menuphotos{
	height:90px;
	margin-left : 3px;
}

#boutonphotos {
cursor: pointer;
float:left;
}

#boutonphotos a {
	display : block;
	width:40px;
	height:90px;	
	margin-left : 5px;
	margin-right : 5px;
	border: 1px solid #000000;
}

#boutonphotos a:hover {
	display : block;
	width:40px;
	height:90px;	
	margin-left : 5px;
	margin-right : 5px;
	border: 1px solid #FFFFFF;
}

#photos {
cursor: pointer;
float:left;
}


#photos a {
	display : block;
	width:70px;
	height:90px;	
	margin-left : 5px;
	margin-right : 5px;
	border: 1px solid #000000;
}

#photos a:hover {
	display : block;
	width:70px;
	height:90px;	
	border: 1px solid #FFFFFF;
margin-left : 5px;
margin-right : 5px;
}

#photo {
	margin: 10px auto;
	width:510px;
	height:320px;	
}

#descphoto {
	display : block;
	color : #FFFFFF;
	margin: 10px auto;
	width:510px;
}