/* CSS Document */

body{
	color: #000000;
	font-size: 100%;
	margin: 0px 0px 30px 0px;
	font-family: Helvetica, arial, sans-serif;
	background-color:#000;
	text-align:left;
	
}

body a{
	color: #3266AF;
}


h2, h3, h4, h5, h6{
	font-family: Trebuchet MS, sans-serif;
	color: #131830;
}

h3 {
	font-size:25px;
	font-family: verdana;
	display:inline;
	margin-bottom:4px;
}

/* La page
-------------------------------------------------------- */
#superexotic
{
	width: 550px;
	height: 48px;
	background-image:url(images/super-exotic-disco-rock.gif);
	background-color:#2F2633;
	margin:10px auto 0px auto;
	float:left;
}



#page{
	width: 900px;
	height: 100%;
	color: inherit;
	text-align:left;
	background-color:#000;
	margin:10px auto 0px auto;
}

#right{
	width: 550px;
	height: 100%;
	float:left;
	color: inherit;
	margin:0px auto 0px auto;

}


#left
{
	width: 350px;
	height: 100%;
	float:right;
	color: inherit;
	text-align:left;
	margin:0px auto 0px auto;


}

#rightup
{
	width: 550px;
	height: 150px;
	text-align:left;
	background-image:url(images/liserai-up.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}

#rightup a
{
	font-family: helvetica, arial, verdana;
	font-size:13px;
	font-weight:800;
	letter-spacing:4px;
	text-decoration:none;
	color:#fff;
	
}

#concerts
{
	padding:10px 0px 50px 40px;
}

#rightup2
{
	width: 260px;
	height: 140px;
	text-align:irght;
	background-repeat:no-repeat;
	background-position: 3px;
	text-align:left;
	float:right;
	margin:0px auto 0px auto;
	font-size:12px;
	font-family: arial;
	color:#fff;
	
	
}

#rightdown
{
	width: 550px;
	height: 20px;
	font-family:arial;
	font-size:9px;
	font-weight:bold;
	color:white;
	background-image:url(images/liserai-down.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	
	
}

#rightcenter{
	width: 550px;
	height: 100%;
	text-align: center;
	background-image:url(images/liserai.png);
	margin:0px auto 0px auto;
	position:relative;
	}

/* Le menu
-------------------------------------------------------- */

.box
{
	width: 430px;
	background-color:#FFD;
	color: #000;
	font-size:12px;
	font-family:arial,;
	text-align:justify;
	padding:18px;
	margin:0px auto 0px auto;
}

.box h2
{
	color: #3E3131;
	font-size:24px;
	font-family: arial, trebuchet ms, times new roman, verdana;
	font-weight:bold;
	text-align:center;
	letter-spacing:-1px;
	display:inline;
}
.box hr
{
	color: #3E3131;
	height: 1px;
	padding: 0;
	background-color: #F00;
	border: 0;
	
	}
.box ul
{
	color: #012;
	letter-spacing:4px;
	font-size:16px;
		}
.box li
{
	color: #000;
	font-size:12px;
	letter-spacing:0px;
		}

.box a
{
	color: #2C2D5C;
	font-size:14px;
	letter-spacing:0px;
	font-family:helvetica;
		}
		
.box input
{
	color: #2C2D5C;
	font-size:14px;
	letter-spacing:0px;
	font-family:helvetica;
	border:2px solid #2C2D5C;
		}
		
.box textarea
{
	color: #2C2D5C;
	font-size:14px;
	letter-spacing:0px;
	font-family:helvetica;
	border:2px solid #2C2D5C;
		}

/* Le menu
-------------------------------------------------------- */
.menu{
	width: 350px;
	height: 50px;
	font-weight:bold;
	color: #E0E0E0;
	padding-left:20px;
}

.menu a {
	font-family: arial black;
	font-size: 40px;
	color: #fff;
	text-decoration:none;
}
.menu a:hover {
	color: #F0330E;
	text-decoration:none;
}



/* Le contenu
-------------------------------------------------------- */


/* Le footer
-------------------------------------------------------- */
#footer{
	background-image:url(images/liserai-blanc-center.gif);
	width: 350px;
	height: 100%;
	loat:left;
	color: inherit;
	text-align:left;
}
.liens{
	
	width:130px;
	height: 100%;
	float:left;
	font-size:11px;
	font-size: 11px;
	
}
.google{
	width:160px;
	height: 100%;
	float:left;
	font-size:8px;
	text-align: right;
}
#copyright{
 	text-align:center;
	font-size: 11px;
}



/*--------- Lightbox -----------*/
#lightbox{
    background-color:#eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}

#lightboxDetails{
    font-size: 0.9em;
    color: #555;
    padding-top: 0.5em;
}

#closeButton{ top: 5px; right: 5px; }

#lightboxCaption{ float: left; }

#keyboardMsg{ float: right; }

#lightbox img{ border: none; }

#overlay img{ border: none; }

#overlay{ background-image: url(lightbox/js/overlay.png); }

* html #overlay{ /*Hack IE */
    background-color: #000;
    background-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="lightbox/js/overlay.png", sizingMethod="scale");
}
/*-------- fin lightbox -------*/
