body, h1, h2, h3, li, p, ul { margin: 0; padding: 0; }
body { background: #665d55; }
body, p, td {
	color: #dcd3bb;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}
h1, h2, h3, p {	margin-bottom: 10px; }
h1 {
	color: #dcd3bb;
	font-size: 22px;
	text-transform: uppercase;
}
h2 {
	color: #dcd3bb;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
h3 { font-size: 12px; }
a { color: #fff; text-decoration: none; }
a:hover { color: #fff; }
a img { border: 0; }
small { font-size: 10px; }
hr {
	border: 0;
	border-bottom: 1px dashed #888;
	height: 1px;
}
/*------------------------------------------------------------------------------
Containers
------------------------------------------------------------------------------*/
#main {
	left: 50%;
	margin-left: -475px;
	position: relative;
	width: 950px;
}
/*------------------------------------------------------------------------------
Header
------------------------------------------------------------------------------*/
#header { height: 200px; position: relative; }
#header img {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
#header h1, #header h2 {
	color: #dcd3bb;
	/*font-family: "Century Gothic", Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	margin: 0;
}
#header a:hover h1, #header a:hover h2 { color: #fff; }
#header h1 {
	font-size: 36px;
	line-height: 36px;
	margin: 0;
	padding-top: 100px;
}
#header h2 {
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	padding-top: 5px;
	text-transform: uppercase;
}
/*------------------------------------------------------------------------------
Menu principal
------------------------------------------------------------------------------*/
#menuPrincipal {
	background: #558 url(menuPrincipal-fond.png) repeat-x;
	/*color: #DDF;*/
	height: 26px;
	font-size: 15px;
	line-height: 26px;
	position: absolute;
	text-align: center;
	top: 174px;
	width: 950px;
}
#menuPrincipal a { color: #dcd3bb; }
#menuPrincipal a:hover, #menuPrincipal .selected { color: #FFF; }
#menuPrincipal .selected { font-weight: bold; }
/*------------------------------------------------------------------------------
Menu secondaire
------------------------------------------------------------------------------*/
#menuSecondaire {
	color: #fff;
	position: absolute;
	right: 4px;
	text-align: right;
	text-transform: uppercase;
	top: 154px;
}
#menuSecondaire a { color: #fff; }
#menuSecondaire a:hover, #menuSecondaire .selected { color: #fff; }
#menuSecondaire .selected {	font-weight: bold; }
/*------------------------------------------------------------------------------
Content Accueil
------------------------------------------------------------------------------*/
#contentAccueil {
	background: #665d55;
	border: 1px solid #554c44;
	border-bottom: 1px solid #433;
	border-top: 1px solid #877;
	color: #dcd3bb;
	padding: 20px;
	text-align: center;
}
#contentAcceuil, #contentAccueil p {

}
p#description {
	color: #558;
	font-size: 10px;
	margin: 0;
	margin-left: 179px;
	margin-right: 179px;
	margin-top: 10px;
	width: 550px;

}
/*------------------------------------------------------------------------------
Content
------------------------------------------------------------------------------*/
#mainTable {
	width: 950px;
}
#content {
	background: #665d55 url(content-fond.png) left top no-repeat;
	border-top: 1px solid #887e77;
	border: 1px solid #554c44;
	border-bottom: 1px solid #433;
	border-top: 1px solid #877;
	width: 750px;
}
#innerContent {
	padding: 20px;
}
.articleFils {
	border-top: 1px dashed #888;
	display: block;
	padding: 10px 0 10px 0;
}
.articleFils img {
	/*border: 10px solid #666;*/
	float: left;
	margin-right: 10px;
	width:100px;
}
.articleFils small {
	display: block;
}
.pagePrecedente {
	background: url(pagePrecedente.png) 0px 4px no-repeat;
	border-top: 1px dashed #888;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	padding-top: 4px;
}
.pagePrecedente a{
	display: block;
	padding-left:28px;
}
/*------------------------------------------------------------------------------
Sidebar
------------------------------------------------------------------------------*/
#sidebar {
	background: #847c75;
	border-top: 1px solid #877;
	width: 200px;
}
#sidebar, #sidebar p { color: #FFF }
#sidebar h1 {
	color: #FFF;
	/*font-family: "Century Gothic", Arial, Helvetica, sans-serif;*/
	font-size: 20px;
	height: 45px;
	line-height: 45px;
	margin:0;
	text-align: center;	
}
#menuArtistes {
	background: #9a928c;
	height: 266px;
	overflow: scroll;
}
#menuArtistes li {
	list-style-type: none;
	margin: 0;
}
#menuArtistes li a {
	color: #FFF;
	display: block;
	font-size: 10px;
	/*height: 14px;*/
	line-height: 14px;
	padding: 2px 5px;
	text-transform: uppercase;
}
#menuArtistes li a:hover {
	background: #D79
}
#menuArtistes li .selected {
	background: #A68;
}
#adresse{
	padding: 10px 0 0 10px;
}
/*------------------------------------------------------------------------------
Footer
------------------------------------------------------------------------------*/
#footer {
	background: url(footer-fond.png) center top no-repeat;
	color: #558;
	position: relative;
}
#footer a { color: #dcd3bb }
#footer a:hover { color: #dcd3bb; }
#footer p {
	color: #558;
	font-size: 10px;
	padding-bottom: 50px;
	padding-top: 10px;
	text-align: right;
	width: 740px;
}
#footer ul {
	border-left: 1px solid #dcd3bb;
	left: 750px;
	padding-left: 10px;
	position: absolute;
	top: 10px;
	width: 195px;
}
#footer li{
	font-size: 11px;
	line-height: 16px;
	list-style-type: none;
	margin: 0;
}
#footer .selected {
	color: #fff;
	font-weight: bold;
}