@charset "UTF-8";
/* CSS Document */

body {
	background-color: #F2EDE7;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #F2EDE7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content {
	position: relative;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
}

#haut {
	width: 925px;
	height: 200px;
	float: left;
	background-image: url(img/haut.jpg);
	background-repeat: no-repeat;
}

/* MENU */

#haut #menu{
	position: relative;
	width: 730px;
	top: 80px;
	left: 25px;
}

#haut #menu a{
	display: block;
	float: left;
	height: 15px;
	text-align: center;
	color: #E5D2B7;
	letter-spacing: 1px;
	padding-top: 1px;
	margin-right: 3px;
	margin-left: 3px;
}
#haut #menu img.bullet{
	float: left;
	position: relative;
	top: 5px;
}

#haut #menu a.small{
	width: 40px;
}

#haut #menu a.small:hover, #haut #menu a.smallOn{
	width: 40px;
	color: #83241B;
	background-image: url(img/fond_small.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

#haut #menu a.medium{
	width: 53px;
}

#haut #menu a.medium:hover, #haut #menu a.mediumOn{
	width: 53px;
	color: #83241B;
	background-image: url(img/fond_medium.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

#haut #menu a.large{
	width: 71px;
}

#haut #menu a.large:hover, #haut #menu a.largeOn{
	width: 71px;
	color: #83241B;
	background-image: url(img/fond_large.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

#haut #menu a.xlarge{
	width: 85px;
}

#haut #menu a.xlarge:hover, #haut #menu a.xlargeOn{
	width: 85px;
	color: #83241B;
	background-image: url(img/fond_xlarge.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}


/* CONTENU DE LA PAGE */

#milieu {
	width: 875px;
	float: left;
	background-image: url(img/milieu.jpg);
	background-repeat: repeat-y;
	padding-left: 25px;
	padding-right: 25px;
	color: #E1B69A;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
}

#milieu h1 {
	display: block;
	margin: 0;
	color: #E1B69A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	margin-top: 5px;
}

#milieu h3 {
	display: block;
	margin: 0;
	color: #470B00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 8px;
	clear:both;
}

#milieu a {
	font-weight: bold;

}



#bas {
	width: 925px;
	float: left;
	height: 25px;
	background-image: url(img/bas.jpg);
	background-repeat: no-repeat;
}

#liens_bas {
	text-align: center;
	color: #83241B;
	font-size: 11px;
}

#liens_bas a{
	color: #83241B;
	font-size: 11px;
}

/* ACTUALITE */
.date {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #470B00;

}

.moreinfos {
	font-weight: bold;
	color: #470B00;

}

/*DISCOGRAPHIE*/
.disco_elem {
	width: 175px;
	height: 225px;
	float: left;
	text-align: center;
	background-image: url(img/fond_disco.gif);
	background-repeat: no-repeat;
	padding: 10px;
	margin-right: 31px;
	margin-bottom: 31px;
}

.disco_titre {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E1B69A;
}

.disco_auteur {
	font-size: 11px;
	color: #E1B69A;

}

.disco_infos {
	font-size: 11px;
	color: #470B00;
}

.disco_img{
	margin-bottom: 10px;

}

/* LIENS */
.liens_elem {
	width: 175px;
	height: 160px;
	float: left;
	text-align: center;
	background-image: url(img/fond_liens.gif);
	background-repeat: no-repeat;
	padding: 10px;
	margin-right: 31px;
	margin-bottom: 31px;
}

/* REPERTOIRE */
.cellRepertoire{
	padding-top: 0px;
	padding-bottom: 8px;
	vertical-align: top;
}

/* CONTACT */
.caseContact{
	float:left;
	width: 257px;
	height: 208px;
	background-image:url(img/fond_contact.gif);
	padding-left: 10px;
	margin-right: 35px;
}

.spacer{
	clear:both;
	height: 0px;
}