﻿* {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}
body {
	background: #000000;
	margin: 0px;
	}
a {
	color: #b2bf00;
	}
a:hover {
	color: #f7af00;
	}
	
/*---------------------------------------------------------------------------------------------
Blocs principaux */
	
.main {
	width: 888px;
	margin: 45px auto 20px auto;
	background: url('images/bg_main.gif') top left repeat-y;
	}
.header {
	width: 888px;
	height: 151px;
	background: url('images/bg_header.jpg') top left no-repeat;
	}
.page {
	background: #FFFFFF;
	}
.colLeft {
	width: 484px;
	height: 340px;
	float: left;
	background: url('images/bg_col-left.jpg') top left no-repeat;
	}
.colText {
	float: left;
	width: 360px;
	background: url('images/bg_col-text.jpg') top left no-repeat;
	padding: 17px 21px 0 23px;
	}
.footer {
	clear: both;
	width: 888px;
	height: 36px;
	background: url('images/bg_footer.jpg') top left no-repeat;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding-top: 32px;
	}

/*---------------------------------------------------------------------------------------------
Bloc Réseaux sociaux  */		

.reSoc {
	float: left;
	height: 39px;
	width: 850px;
	padding: 28px 28px 0 0;
	text-align: right;
	}
.reSoc a {
	display: inline-block;
	text-decoration: none;
	background-image: url('images/sprite.png');
	background-repeat: no-repeat;
	height: 32px;
	margin-left: 4px;
	opacity: 0.6; 
	filter : alpha(opacity=60); 
	}
.reSoc a:hover {
	opacity: 1; 
	filter : alpha(opacity=100); 
	}
.reSoc a.soundcloud {
	width: 48px;
	background-position: 0 0;
	}
.reSoc a.facebook {
	width: 67px;
	background-position: -54px 0;
	}
.reSoc a.twitter {
	width: 70px;
	background-position: -127px 0;
	}
.reSoc a.myspace {
	width: 84px;
	background-position: -203px 0;
	}

/*---------------------------------------------------------------------------------------------
Menu  */

.menu {
	float: right;
	width: 400px;
	}
.menu a.picto {
	display: block;
	text-decoration: none;
	width: 15px;
	height: 15px;
	background-image: url('images/sprite.png');
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
	}
.menu a.picto.home {
	background-position: 0 -38px;
	}
.menu a.picto.contact {
	background-position: -20px -38px;
	}
.menu a.picto.home:hover {
	background-position: -40px -38px;
	}
.menu a.picto.contact:hover {
	background-position: -60px -38px;
	}
.arbo {
	background: url('images/menu_arbo.gif') no-repeat;
	padding: 12px 0 0 10px;
	margin-left: 7px;
	clear: both;
	height: 55px;
	}
.arbo a {
	float: left;
	text-decoration: none;
	clear: both;
	background-image: url('images/sprite.png');
	background-repeat: no-repeat;
	}
.arbo a.franzBio {
	width: 83px;
	height: 25px;
	background-position: 0px -58px;
	}
.arbo a.bigBoxRecordings {
	width: 157px;
	height: 25px;
	background-position: -94px -58px;
	}
.arbo a.franzBio:hover {
	background-position: 0px -89px;
	}
.arbo a.bigBoxRecordings:hover {
	background-position: -94px -89px;
	}

	
/*---------------------------------------------------------------------------------------------
Corps de texte  */	
	
H1 {
	display: inline;
	font-size: 32px;
	font-weight: normal;
	}
.subTitle {
	font-size: 14px;
	color: #f7af00;
	font-weight: bold;
	}
H2 {
	font-size: 14px;
	color: #b2bf00;
	margin-bottom: -7px;
	}
	
/*---------------------------------------------------------------------------------------------
2 entrées */		

.menuBloc {
	margin-left: -11px;
	}
.menuBloc a {
	display: block;
	width: 181px;
	height: 151px;
	background-image: url('images/sprite_menu-bloc.jpg');
	background-repeat: no-repeat;
	text-decoration: none;
	float: left;
	}
.menuBloc a.franzBio {
	background-position: 0 0;
	}
.menuBloc a.bigBoxRecordings {
	background-position: -181px 0;
	}
.menuBloc a.franzBio:hover {
	background-position: 0 -161px;
	}
.menuBloc a.bigBoxRecordings:hover {
	background-position: -181px -161px;
	}
	
/*---------------------------------------------------------------------------------------------
Footer  */	

.footer a {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	}
.footer a:hover {
	color: #b2bf00;
	}
.footer a.NF {
	padding-left: 19px;
	margin-left: 3px;
	background: url('images/sprite.png') -269px -86px no-repeat;
	}
.footer a.NF:hover {
	background: url('images/sprite.png') -269px -56px no-repeat;
	}

