body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}
html {
	overflow: visible;
}
body {
	overflow: auto;
}

body {
	font-family: arial;
	font-size: 14px;
/*	background: url(images/background.png) bottom right no-repeat;*/
	background-attachment:fixed;
	background-position: center 100%;
}

a {
	color: #EE2925;
}


#page {
	width: 900px;
	margin:0 auto;
	height: 790px;
}

#header {
	position: absolute;
	top: 0px;
	background: #fff;
	height: 120px;
}

.logo {
	
}

.menu {
	padding: 65px 0 0 0;
	position: relative;
	left: -8px;
	font-size: 13px;
}

.menu li {
	display: inline;
}

.menu a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 8px 0 8px;
}

.menu .current_page_item a {
	background: url(images/menu_select.png) top no-repeat;
}

.narrowcolumn, .widecolumn {
	margin-top: 120px;
	width: 900px;
}

#content {
	text-align: justify;
	line-height: 17px;
}

.footer {
	float: right;
	position: fixed;
	bottom: 0px;
	background: #fff;
	
}

.titre_page td {
	vertical-align: top;

}

div[id=header] {
	position: fixed !important;
}
html > body {
	overflow: visible !important;
}


/* DISCOGRAPHIE */

.disco td {
	vertical-align: middle;
	padding: 0px 15px 15px 0px;
	font-size: 14px;
}

.disco a {
	text-decoration: none;
}

.album td {
	vertical-align:middle;
	padding: 5px 5px 5px 0px;
	font-size: 12px;
	
}

.album {
	width: 490px;
}

/* MULTIMEDIA */

.photogallery li {
	display: inline;
}

.photogallery li img {
	padding-top: 15px;
}

h2 {
	font-size: 14px;
	padding-top: 20px;
	font-weight: bold;
}

/* HOME */

.home {
	padding-top: 50px;
}

/* CONCERT */

.concert {
	border: 1px solid #3b0000;
	width: 100%;
}

.concert td {
	padding: 7px;
	border-right: 1px solid #3b0000;
	
}

.concert th {
	padding: 10px;
	background: #ee2925;
	color: #fff;
	border-right: 1px solid #3b0000;
}

td.no_right, th.no_right {
	border-right: 0px;
}

/* NEWSLETTER */

.newsletter td {
	padding: 5px;
	text-align: right;
}

/* BLOG */

.post h2 a {
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}

.small, .postmetadata, .postmetadata a {
	font-size: 12px;
	color: #F6908E;
}

