/* GLOBAL */
body
{
	background-color : #BBF;
}

img
{
	border-color : #FFF;
}

hr
{
	clear : both;
	margin-top : 10px;
	width : 3cm;
}

#titre
{
	text-align : center;
}

#vignettes
{
	width : 980px;
	margin : 25px auto 10px auto;
}

.vignette_image
{
	border : solid 2px #000;
	border-color : #FFF;
}

.vignette_index img
{
	border : 0;
	padding : 5px;
}

#album_info
{
	position:relative; 
	text-align : right;
}

#album_info img
{
	border : 0;
}

#backlink
{
	position:absolute;
	left:10px; 
	top:50px;
	z-index : 42; /* always on top ! */
}

#backlink img
{
	border : 0px;
}

/* GLOBAL INDEX */
.cell
{   
    	text-align : center;
    	float : left;
    	width : 227px;
	margin : 9px;
}

.vignette_index
{   
	background : url('./interface/background_index.png') no-repeat;
	width : 227px;
	height : 140px;
	text-align : center;
}

.next_row
{
    width : 100%;
    clear : both;
}

/* ALBUM INDEX */
.vignette
{
	background : #FFF; /*url('./interface/background.png') no-repeat;*/
	width : 227px;
	height : 140px;
	border-right : 2px solid #000;
	border-bottom : 2px solid #000;
}

/* SINGLE VIEW */
#header
{
	position:relative;
	text-align : center;
}

#loading 
{
	position : absolute;
	left : 0;
	top : 0;
	width : 100%;
	z-index : 5;
	background : url('../interface/loading-background.png') repeat;
}

#loading h2
{
	text-align : center;
	width : 200px;
	margin : 25% auto 25% auto;
}

#fotos
{
	text-align : center;
	width : 980px; 
	margin: 0 auto 0 auto;

}

#previous
{
	position : relative;
	width : 125px;
	float:left; 
	top:200px;
}

#previous #prev
{
	position:relative; 
	bottom:50%;
}

#foto
{
	float:left;
	width : 700px; 
	margin : 0 auto 0 auto;
}

#next
{
	position : relative;
	width : 125px; 
	float:left;
	top:200px; 
	margin-left:5px;
}

#next #next_image
{
	 position:relative; 
	 bottom:50%;
}

/** Logo bling182.fr **/
#logo {
	position : absolute;
	top : 5px;
	left : 5px;
	width : 159px;
	height : 42px;
	background : url('./interface/logo.png') no-repeat;
}

#preload_first_image {
	position : absolute;
	top : -100;
	left : -100;
	display : none;
	width : 0px;
	height : 0px;
}
