body {
	background:url(images/back.png) repeat;
	text-align:center;
	padding-top:13px;
	color:#e2e2e2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#fond_1 {
		background:url(images/back_contenu.png) repeat-y center;
	}	

#container {
	width:900px;
	margin:auto;
	text-align:left;
}

#footer_contenu {
	background:url(images/footer_contenu.png) center top no-repeat;
	width:1052px;
	height:145px;
	margin:auto;
}

#header {
	width:1052px;
	height:135px;
	margin:auto;
	text-align:left;
	background:url(images/header_contenu.png) center bottom no-repeat;
}

#menu {
	width:500px;
	float:left
}

#logo {
	width:300px;
	height:135px;
	padding-left:10px;
	float:left
}

#gauche {
	width:250px;
	margin:5px;
	float:left;
	background:url(images/back_gauche.png) repeat-x center;
}

#droite {
	width:630px;
	float:left;
	border-left:1px solid #333333;
	
}

.discographie {
	float:left;
	width:120px;
	height:190px;
	text-align:center;
	margin:5px;
}

.commentaire {
	font-size:11px;
	color:#999999;
}

#footer {
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	margin-left:5px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin:5px;
	padding:0;
}

p {
	margin:0;
	padding:5px;
}

a:link {
	color:#b4281c;
	text-decoration:none;
}

a:visited {
	color:#b4281c;
	text-decoration:none;
}

a:hover {
	color:#7e160d;
	text-decoration:none;
}

a:active {
	color:#b4281c;
	text-decoration:none;
}