/* page complète */
body {
	margin: 0;
	height: 100%;
	background-image:  url(/img/background.jpg);
	background-attachment: fixed;
	background-position: center;
	background-position: top;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif, AvantGarde Md BT;
    font-size: 12px;
/*    color: #FFFFFF; */
	color: #f6efdd;
	background-color: black;
}
/* images */
img {
	border: 0;
}
/* containeur principal */
div#global {
    font-size: 12px;
	position: relative;
	width: 830px;
	margin: 0 auto;
	min-height: 100%;
	background-color: black;
	border: 0;
}
/* images du menu */
img.menu {
	border: 0px;
	margin: 0;
	padding: 0;
	width: 115px;
	height: 15px;
}
/* footer */
div#footer {
	position: absolute;
	width: 830px;
	bottom: 0;
}
/* corps de page */
div#center {
    font-size: 12px;
	padding-bottom: 50px;
	overflow: auto;
	margin-top: 10px;
}
div.content {
    font-size: 12px;
	float: left;
	width: 480px;
	margin-left: 15px;
	padding-top: 15px;
}
div.sidebar {
	float: right;
	width: 320px;
	padding-top: 70px;
	padding-right: 8px;
	overflow: hidden;
}
div.content_inverse {
	float: right;
	width: 480px;
	margin-right: 15px;
	padding-top: 15px;
}
div.sidebar_inverse {
	float: left;
	width: 320px;
	padding-top: 70px;
	padding-left: 8px;
	overflow: hidden;
}

div.standalone {
/*	float: center; */
	width: 800px;
	margin-left: 15px;
	padding-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif, AvantGarde Md BT;
    font-size: 12px;
    color: #f6efdd;
}

/* liens */
a {
    font-size: 12px;
   	color: #878585;
	text-decoration: none;
}
a:hover {
/*	color: #4F4E4E;*/
    font-size: 12px;
	color: #aa9090;
	text-decoration: none;
}
/* titre homepage */
.titre {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 1.1em;
}
/* tableau des MP3 */
table.mp3 {
    font-size: 12px;
	width: 100%;
}
table.mp3 tr td {
    font-size: 12px;
	padding-bottom: 20px;
}

