#phototheque {
	height:475px;
	width:1024px;
	position:absolute;
	bottom:0;
}
#phototheque #image{
	bottom:170px;
	height:230px;
	left:150px;
	position:absolute;
	width:50px;
}
#phototheque #hidden{display:none;}
#phototheque #content-left{
	position:absolute;
	bottom:30px;
	left:100px;
	width:100px;
}
#phototheque #content-center{
	position:absolute;
	bottom:30px;
	left:210px;
	width:600px;
}
#phototheque #content-right{
	position:absolute;
	bottom:30px;
	left:820px;
	width:100px;
}
#phototheque #boutton-left{
	cursor:pointer;
	width:50px;
	height:50px;
	position:absolute;
	bottom:40px;
	left:40px;
	background:url('images/big_gauche_gris.png') no-repeat top left;
}
#phototheque #boutton-left:hover{background:url('images/big_gauche_rose.png') no-repeat top left;}

#phototheque #boutton-right{
	cursor:pointer;
	width:50px;
	height:50px;
	position:absolute;
	bottom:40px;
	right:40px;
	background:url('images/big_droite_gris.png') no-repeat top left;
}
#phototheque #boutton-right:hover{background:url('images/big_droite_rose.png') no-repeat top left;}
#phototheque #data_info{
	bottom:170px;
	position:absolute;
	right:50px;
	color:#333333;
	width:150px;
}
#phototheque #data_count{font-size:20px;width:150px;float:left;font-family:georgia;}
#phototheque #data_count span{font-size:35px;}
#phototheque #data_texte{
	float:left;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	padding: 5px 0 5px 0;
	width:150px;
	font-size:20px;
}
#phototheque #data_texte p{font-size:14px;font-weight:bold;}
#phototheque #data_texte span{font-size:12px;}