/* 
	- RadioElectroLyon | V.3.0 | home.css -
	
	 ______   ______     ______
	/\  ___\ /\  ___\   /\  ___\
	\ \  __\ \ \  __\   \ \  __\
	 \ \_\    \ \_____\  \ \_\
	  \/_/     \/_____/   \/_/
	
*/

/*--------------------------------------------------*/
/*----------------------- Logo ---------------------*/
/*--------------------------------------------------*/

#logo
{
	position: absolute;
	width : 318px;
	height: 318px;
	top: 50%;
	left: 50%;
	margin-left: -159px;
	margin-right: 159px;
	margin-top: -159px;
	margin-bottom: 159px;
	background-image: url(../images/logoBadge.png);
	z-index: 2;
}

/*--------------------------------------------------*/
/*-------------------- Miniatures ------------------*/
/*--------------------------------------------------*/

#containerHome
{
	position: absolute;
	width : 500px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-right: 250px;
	margin-top: -250px;
	margin-bottom: 250px;
	z-index: 1;
}

.homeThumbnail
{
	float: left;
	margin: 0px;
	margin-bottom: -4px;
	padding: 0px;
}

#containerHome a {cursor: crosshair;}

/*--------------------------------------------------*/
/*----------------------- Info ---------------------*/
/*--------------------------------------------------*/

#containerInfo
{
	display: none;
	position: absolute;
	padding: 5px;
	color: #999999;
	background-color: rgba(0,0,0,0.75);
	z-index: 3;
}