body
{
	background-color:#222222;
	color:#FFFFFF;
	font-family:"Helvetica Neue","Trebuchet MS",sans-serif;
	font-size:16px;
	min-width:999px;
	overflow:hidden;
}

a
{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover
{
	color:#C9C6C6
}

/***********************************************************************************************************************************************/
/*****Cadre*********************************************************************************************************************************/
/***********************************************************************************************************************************************/
#cadre
{
	position:absolute;
	z-index:99;
	width:100%;
	height:100%;
	display:block;
	top:0;
	left:0;
	background-color:rgba(34,34,34,0.8);
}

#cadre div
{
	position:absolute;
	width:700px;
	min-height:100px;
	max-height:60%;
	overflow:auto;
	left:50%;
	margin-left:-350px;
	top:32.7%;
	margin-top:-55px;
	background:#222222;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border:5px solid #FFFFFF;
	text-align:center;
	vertical-align:middle;
	font-size:18px;
}

#cadre .titre-connect
{
	display:block;
	margin-top:10px;
	margin-bottom:5px;
}

#cadre label
{
	cursor:pointer;
}

#cadre textarea.photo
{
	width:350px;
	height:50px;
}

#cadre .load_img_cadre
{
	margin-top:34px;
}

/*****MultiPhotos*****/
#cadre #fichiers
{
	width: 370px;
    margin: auto;
  	padding: 5px;
    font-size: 13px;
    text-align: left;
}


/***********************************************************************************************************************************************/
/*****Default***********************************************************************************************************************************/
/***********************************************************************************************************************************************/

#page
{
	position:absolute;
	width:1000px;
	/*margin-left:-512px;*/
	margin-left:13.9%
}


#list-album
{
	display:block;
	float:left;
	width:260px;
	margin-left:2.4%;
	margin-top:9%;
	padding:10px;
	overflow:hidden;
}

#page #list-album .titre-page
{
	margin-top:100px;
	display:block;
	font-size:24px;
}

#list-album #album-block
{
	
	margin-top:10px;
	height:243px;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:2px;
	float:right;
}

#list-album #album-block div:first-child
{
	border-top:2px solid #FFFFFF;
}

#list-album #album-block div
{
	width:245px;
	height:30px;
	border-bottom:2px solid #FFFFFF;
	cursor:pointer;
	padding-left:10px;
	padding-top:5px
}

#list-album #album-block div #actions
{
	float:right;
	margin-top:-2px;
	margin-left:20px;
	display:none;
	border:none;
	max-width:60px;
}

#list-album #album-block div #actions img
{
	border:none;
	float:right;
}

#list-album #album-block div:hover #actions
{
	display:block;
}

#list-album #album-block div:hover span
{
	color:#C9C6C6;
}

#list-album #album-block div:hover
{
	cursor:pointer;
}

#photo-cadre
{
	float:left;
	margin-top:5%;
	margin-left:15px;
	width:680px;
	height:680px;
}

#photo-cadre #photo
{
	display:block;
	border:20px solid #FFFFFF;
	max-height:640px;
	max-width:640px;
	margin:auto;
}

/***********************************************************************************************************************************************/
/*****Gestion***********************************************************************************************************************************/
/***********************************************************************************************************************************************/

#gestion
{
	position:absolute;
	max-height:480px;
	width:640px;
	border:20px solid #FFFFFF;
	top:50%;
	margin-top:-125px;
	margin-left:268px;
	text-align:center;
	vertical-align:middle;
	font-size:18px;
}

/***********************************************************************************************************************************************/
/*****Viewer************************************************************************************************************************************/
/***********************************************************************************************************************************************/

#album 
{
	position:absolute;
	width:1000px;
	/*margin-left:-512px;*/
	margin-left:13.9%
}

#album #list-photo 
{
	display:block;
	float:left;
	width:260px;
	margin-left:2.4%;
	margin-top:19%;
	padding:10px;
	overflow:hidden;
}

#album #list-photo .titre-album 
{
	display:inline;
	font-size:24px;
}

#album #list-photo .close-album
{
	font-size:14px;
	cursor:pointer;
}

#album #list-photo #pictures-block
{
	margin-top:10px;
	height:243px;
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 1);
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 1);
	padding-top:5px;
	padding-left:5px;
	padding-bottom:2px
}

#album #list-photo #pictures-block img
{
	height:70px;
	width:70px;
	margin:2px;
	border:2px solid #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
	cursor:pointer;
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

#album #list-photo #pictures-block img:hover
{
	transform:rotate(10deg);
	-o-transform:rotate(10deg);
	-moz-transform:rotate(10deg);
	-webkit-transform:rotate(10deg);
}

#album #list-photo #pictures-block img:focus,
#album #list-photo #pictures-block img:active
{
	margin-top:3px;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:1px;
}

#album #list-photo #pictures-block #selected-picture
{	
	transform:rotate(10deg);
	-o-transform:rotate(10deg);
	-moz-transform:rotate(10deg);
	-webkit-transform:rotate(10deg);
}

#album #list-photo #comment
{
	margin-top:10px;
	font-size:14px;
}

#album #photo-cadre
{
	float:left;
	margin-top:5%;
	margin-left:15px;
	width:680px;
	height:680px;
}

#album #photo-cadre #photo
{
	display:block;
	border:20px solid #FFFFFF;
	max-height:640px;
	max-width:640px;
	margin:auto;
}
	
/*****Overflow*****/

/***********************************************************************************************************************************************/
/*****Scrollbar*********************************************************************************************************************************/
/***********************************************************************************************************************************************/

/*****Pour*les*cadres***************************************************************************************************************************/

@media screen and (-webkit-min-device-pixel-ratio:0) 
{
	body 
	{
		overflow:hidden;
	}
    
	#cadre-form 
	{
		overflow:auto;
	}
}

@media only screen and (max-device-width:480px) 
{
    body
	{
		overflow:auto;
	}
}

@media only screen and (max-device-width:1024px) 
{
    body
	{
		overflow:auto;
	}
}

#cadre div::-webkit-scrollbar
{ 
	width: 8px; 
	height: 10px;
}

#cadre div::-webkit-scrollbar-button:start:decrement 
{ 
	display:block; 
	width:5px; 
	height:5px; 
	background-color:transparent; 
}

#cadre div::-webkit-scrollbar-button:end:increment 
{ 
	display:block; 
	width:5px; 
	height:5px; 
	background-color:transparent; 
}

#cadre div::-webkit-scrollbar-track:enabled 
{ 
	background-color:transparent; 
}

#cadre div::-webkit-scrollbar-track-piece 
{
	background-color:transparent; 
	margin:8px 0 8px 0
}

#cadre div::-webkit-scrollbar-thumb:vertical 
{
	height:30px; 
	background-color:rgba(255, 255, 255, 0.5);
	-webkit-border-radius:5px;
}

#cadre div::-webkit-scrollbar-thumb:horizontal 
{
	width:30px; 
	background-color:rgba(255, 255, 255, 0.5); 
	-webkit-border-radius:5px; 
}

/*****Pour*la*liste*des*albums******************************************************************************************************************/

@media screen and (-webkit-min-device-pixel-ratio:0) 
{
	body 
	{
		overflow:hidden;
	}
    
	#cadre-form 
	{
		overflow:auto;
	}
}

@media only screen and (max-device-width:480px) 
{
    body
	{
		overflow:auto;
	}
}

@media only screen and (max-device-width:1024px) 
{
    body
	{
		overflow:auto;
	}
}

#list-album::-webkit-scrollbar
{ 
	width: 8px; 
	height: 10px;
}

#list-album::-webkit-scrollbar-button:start:decrement 
{ 
	display:block; 
	width:5px; 
	height:5px; 
	background-color:transparent; 
}

#list-album::-webkit-scrollbar-button:end:increment 
{ 
	display:block; 
	width:5px; 
	height:5px; 
	background-color:transparent; 
}

#list-album::-webkit-scrollbar-track:enabled 
{ 
	background-color:transparent; 
}

#list-album::-webkit-scrollbar-track-piece 
{
	background-color:transparent; 
	margin:8px 8px 8px 0
}

#list-album::-webkit-scrollbar-thumb:vertical 
{
	height:30px; 
	background-color:rgba(255, 255, 255, 0.5); 
	-webkit-border-radius:5px;
}

#list-album::-webkit-scrollbar-thumb:horizontal 
{
	width:30px; 
	background-color:rgba(255, 255, 255, 0.5); 
	-webkit-border-radius:5px; 
}

/*****Pour*la*partit*Content********************************************************************************************************************/


@media screen and (-webkit-min-device-pixel-ratio:0) 
{
	body 
	{
		overflow:hidden;
	}
    
	#gestion
	{
		overflow:auto;
	}
}

@media only screen and (max-device-width:480px) 
{
    body
	{
		overflow:auto;
	}
}

@media only screen and (max-device-width:1024px) 
{
    body
	{
		overflow:auto;
	}
}

 #gestion::-webkit-scrollbar
{ 
	width: 8px; 
	height: 10px;
}

 #gestion::-webkit-scrollbar-button:start:decrement 
{ 
	display:block; 
	width:5px; 
	height:5px; 
	background-color:transparent; 
}

 #gestion::-webkit-scrollbar-button:end:increment 
{ 
	display:block; 
	width:5px; 
	height:5px; 
	background-color:transparent; 
}

 #gestion::-webkit-scrollbar-track:enabled 
{ 
	background-color:transparent; 
}

 #gestion::-webkit-scrollbar-track-piece 
{
	background-color:transparent; 
	margin:-5px 0 -5px 0;
}

 #gestion::-webkit-scrollbar-thumb:vertical 
{
	height:30px; 
	background-color:rgba(255, 255, 255, 0.5); 
	-webkit-border-radius:5px;
}

 #gestion::-webkit-scrollbar-thumb:horizontal 
{
	width:30px; 
	background-color:rgba(255, 255, 255, 0.5); 
	-webkit-border-radius:5px; 
}

@media screen and (-webkit-min-device-pixel-ratio:0) 
{
	body 
	{
		overflow:hidden;
	}
    
	#pictures-block
	{
		overflow:auto;
	}
}

@media only screen and (max-device-width:480px) 
{
    body
	{
		overflow:auto;
	}
}

@media only screen and (max-device-width:1024px) 
{
    body
	{
		overflow:auto;
	}
}

#pictures-block::-webkit-scrollbar
{ 
	width: 8px; 
	height: 10px;
}

#pictures-block::-webkit-scrollbar-button:start:decrement 
{ 
	display:block; 
	width:5px; 
	height:5px; 
	background-color:transparent; 
}

#pictures-block::-webkit-scrollbar-button:end:increment 
{ 
	display:block; 
	width:5px; 
	height:5px; 
	background-color:transparent; 
}

#pictures-block::-webkit-scrollbar-track:enabled 
{ 
	background-color:transparent; 
}

#pictures-block::-webkit-scrollbar-track-piece 
{
	background-color:transparent;
	margin:0;
}

#pictures-block::-webkit-scrollbar-thumb:vertical 
{
	height:30px; 
	background-color:rgba(255, 255, 255, 0.5);
	-webkit-border-radius:5px;
}

#pictures-block::-webkit-scrollbar-thumb:horizontal 
{
	width:30px; 
	background-color:rgba(255, 255, 255, 0.5); 
	-webkit-border-radius:5px; 
}