

body {
	font-size: small;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	background: url(../images/fondu.png) top left repeat-x;
	padding: 0;
	margin: 0;
}

#container {
	position: relative;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	height: 768px;
}

#header {
	position: absolute;
	top: 20px;
	left: 0px;
}

#player {
	position: absolute;
	right: 15px;
	top: 125px;
}

#player a {
	color: #D7FB73;
	font-size: 18px;
}

#photo {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#arbre {
	position: absolute;
	top: 0px;
	right: 0px;
}

#content {
	position: relative;
	top: 50px;
	width: 511px;
	height: 704px;
	color: #fff;
}

#inner_content {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	height: 664px;
	overflow: auto;
}

#right_col {
	clear: left;
	float: right;
	width: 250px;
	z-index: 20;
}

#menu_foot {
	width: 400px;
}

#menu_foot ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#menu_foot li {
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
}

#menu_foot a {

}
	
#menu {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
	padding: 0;
	margin: 0;
}

#menu a {
	position: relative;
	top: 0px;
	left: 0px;
  height: 36px;
  text-indent: -999em;
  width: 234px;
	display: block;
	background-repeat: no-repeat;
}

#menu a.actualites {
  background: url(/images/actualites.png) no-repeat;
}

#menu a.dates {
  background: url(/images/dates.png) no-repeat;
}

#menu a.photos {
  background: url(/images/photos.png) no-repeat;
}

#menu a.presse {
  background: url(/images/presse.png) no-repeat;
}

#menu a.discographie {
  background: url(/images/discographie.png) no-repeat;
}

#menu a.sponsors {
  background: url(/images/sponsors.png) no-repeat;
}

#menu a.commander {
  background: url(/images/commander.png) no-repeat;
}

#menu a.ecouter {
  background: url(/images/ecouter.png) no-repeat;
}

#menu a.contact {
  background: url(/images/contact.png) no-repeat;
}

#menu a.pros {
  background: url(/images/pros.png) no-repeat;
}

#menu a:hover {
	background-position: 0px -36px;
	cursor: pointer;
}

#menu_top {
	position: absolute;
	top: 15px;
	right: 0px;
	padding: 0;
	margin: 0;
}

#menu_top ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

#menu_top li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	margin-right: 15px;
}

#menu_top a {
  height: 21px;
  text-indent: -999em;
	display: block;
	background-repeat: no-repeat;
}

#menu_top a.actualites {
  background: url(/images/t_actualites.png) no-repeat;
  width: 118px;
}

#menu_top a.dates {
  background: url(/images/t_dates.png) no-repeat;
	width: 60px;
}

#menu_top a.photos {
  background: url(/images/t_photos.png) no-repeat;
	width: 75px;
}

#menu_top a.presse {
  background: url(/images/t_presse.png) no-repeat;
	width: 74px;
}

#menu_top a.discographie {
  background: url(/images/t_discographie.png) no-repeat;
	width: 140px;
}

#menu_top a.sponsors {
  background: url(/images/t_sponsors.png) no-repeat;
	width: 102px;
}

#menu_top a.commander {
  background: url(/images/t_commander.png) no-repeat;
	width: 126px;
}

#menu_top a.ecouter {
  background: url(/images/t_ecouter.png) no-repeat;
	width: 86px;
}

#menu_top a.contact {
  background: url(/images/t_contact.png) no-repeat;
	width: 86px;
}

#menu_top a.pros {
  background: url(/images/t_pros.png) no-repeat;
	width: 50px;
}

#menu_top a:hover {
	background-position: 0px -21px;
	cursor: pointer;
}

#celina {
	position: absolute;
	top: 15px;
	left: 0px;
}

#celina h1 {
  height: 21px;
	width: 178px;
  text-indent: -999em;
	text-align: left;
  background: url(/images/t_celina.png) no-repeat;
	margin: 0;
}

h1, h2, h3 {
	font-weight: normal;
	color: #404c07;
	margin: 3px 0;
}

h1 {
	font-size: 22px;
	text-align: right;
}

h2 {
	clear: both;
	font-size: 18px;
	margin-bottom: 0;
}

h3 {
	font-size: 16px;
}

p {
	line-height: 130%;
	padding: 0;
	margin: 0 0 10px 0;
}

#content a {
	color: #404c07;
	text-decoration: none;
	border-bottom: 1px dotted #404c07;
}

#content a:hover {
	border-bottom: 1px dotted #fff;
	color: #fff;
	background: #404c07;
}

#footer a {
	color: #425503;
	text-decoration: none;
	border-bottom: 1px dotted #425503;
}

#footer a:hover {
	border-bottom: 1px dotted #fff;
	color: #fff;
	background: #425503;
}

.sponsor {
	float: left;
}

.sponsor img {
	float: left;
	margin: 0 10px 10px 0;
}

.album {
	float: left;
	width: 230px;
	height: 250px;
}

.album img {
	border: 1px solid black;
}

#footer {
	clear: both;
	text-align: center;
	color: #415403;
}

.readon {
	font-size: 10px;
	float: right;
	margin: 0;
	padding: 0;
}

.post {
	clear: left;
}

.post img {
	float: left;
	margin: 0 10px 0px 0;
	padding: 2px;
	background: #fff;
	border: 1px solid #000;
}

.img_select {
	height: 80px;
	background: url(/photos/9/1708016761_5f551cd2e4_o_large.jpg) top left no-repeat;
}

.cd {
	margin: 10px 0;
	width: 220px;
	float: left;
}

.cd img {
	border: 1px solid #000;
}

ul.gigs li {
	padding-top: 10px;
}

#content li p {
	margin-top: 2px;
}

blockquote {
	margin-top: 3px;
}