
#pictureTheme {
	width: 400px;
	height: 750px;
	*height: 550px;

	position: absolute;
	*position: relative;
	z-index: 10;
	top: 106;
	margin-left: -30px;
	*margin-bottom: -550px;
}

	.fitnessTheme { background: url('images/customer/theme/fitness.jpg') 0 0 no-repeat; }
	.fightdoTheme { background: url('images/customer/theme/fightdo.jpg') 0 0 no-repeat; }
	.kimaxTheme { background: url('images/customer/theme/kimax.jpg') 0 0 no-repeat; }
	.danseTheme { background: url('images/customer/theme/danse.jpg') 0 0 no-repeat; }
	.oxigenoTheme { background: url('images/customer/theme/oxigeno.jpg') 0 0 no-repeat; }
	.powerTheme { background: url('images/customer/theme/power.jpg') 0 0 no-repeat; }
	.uboundTheme { background: url('images/customer/theme/ubound.jpg') 0 0 no-repeat; }
	.spinningTheme { background: url('images/customer/theme/spinning.jpg') 0 0 no-repeat; }
	
/*--------------------*/

.page {
	min-height: 270px;
	padding: 15px 20px;
	background: url('images/customer/bg_page.gif') 0 0 no-repeat;
	
	zoom: 1;
}

/*--------------------*/

.linkHome a {
	display: block;
	height: 12px;
	float: left;
	padding: 4px 11px;
	margin: 0 9px 0 0;
	
	background-color: green;

	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

	.linkHome .btn1 { background: url('images/customer/btn_1.gif') 0 0 no-repeat; }
	.linkHome .btn2 { background: url('images/customer/btn_2.gif') 0 0 no-repeat; }
	.linkHome .btn3{ background: url('images/customer/btn_3.gif') 0 0 no-repeat; }
	.linkHome .btn4 { margin: 0; background: url('images/customer/btn_4.gif') 0 0 no-repeat; }

.linkHome a:hover {
	background-position: 0 bottom;
	
	color: #fff;
}

/*--------------------*/

.day {
	width: 100px;
	float: left;
	margin: 0 10px 0 0;

	text-align: center;
}

.hour {
	float: left;
	margin: 0 10px 0 0;
}

.cours {
	float: left;
	margin: 0 10px 0 0;
}

/*--------------------*/

.activity {
}

.activitySmall {
}

	.activity a,
	.activitySmall a {
		display: block;
		float: left;
		
		padding: 1px;
		margin: 0 0 10px 0;
		
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
	}

	.activity a {
		
		width: 174px;
		height: 170px;
		
	}
	
	.activitySmall a {
		width: 128px;
		height: 134px;
	}	
	
	.activity a:hover,
	.activitySmall a:hover {
		filter : alpha(opacity=80);
		-moz-opacity : 0.8;
		opacity : 0.8;
		
		color: #fff;
	}
	
	.activitySeparator {
		width: 10px;
		height: 1px;
		float: left;
	}

/*--------------------*/

.galery {
}

	.galery a {
		display: block;
		width: 120px;
		height: 100px;
		float: left;
		
		padding: 5px;
		margin: 0 0 10px 0;
		
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
	}
	
	
/*--------------------*/

.blue { background-color: #44c8da; }
.orange { background-color: #ff6600; }
.red { background-color: #f8044c; }
.green { background-color: #a6ca27; }

/*--------------------*/

.progressBar  {
	display: block;
	height: 14px;
	background: url('images/customer/bg_progressbar.jpg') 0 0 no-repeat;
}

/*--------------------*/

.launchMovie {
	display: block;
	width: 64px;
	height: 62px;
	background: url('images/customer/btn_video.jpg') 0 0 no-repeat;
	
	position: relative;
	top: -27px;
	right: -485px;
	margin-bottom: -62px;
}

.launchMovie:hover {
	background-position: 0 bottom;
}

/*--------------------*/

.googleMap {
	display: block;
	width: 102px;
	height: 31px;
	background: url('images/customer/btn_googlemap.jpg') 0 0 no-repeat;
	
	position: relative;
	right: -448px;
	margin-bottom: -31px;
}