/*
	COPYRIGHT 2011 - Créer par Bastien
	Version : 5
	
	Descritopn : On retrouve le design pour la page des photos
*/

#photoPodium
{
	display: block;
	float: right;
	margin: 10px;
	padding: 10px;
	width: 550px;
	min-height: 350px;
	height: auto;
	
	border-radius: 10px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	moz-box-shadow:0px 0px 10px #7FC6BC;
	-webkit-box-shadow:0px 0px 10px #7FC6BC;
	box-shadow:0px 0px 12px #7FC6BC;

	border: 1px solid #EDF7F2;
	background-color: #f8fafd;
}
#photoPodium img {display: block; margin: auto;}
#descriptionPodium
{
	clear: both; 
	float: right;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
	padding: 2px;
	text-align: center;
	color: green;
	
	border: 1px solid #EDF7F2;
	
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	
	moz-box-shadow:0px 0px 5px 5px #7FC6BC;
	-webkit-box-shadow:0px 0px 5px 5px #7FC6BC;
	box-shadow:0px 0px 2px 2px #7FC6BC;
}

#listeMiniatures {width: 50%;}
#listeMiniatures img
{
	padding: 7px;
	margin-right: 7px;
}

