*{
	padding: 0px;
	margin: 0px;
	outline: none;
	font-family: "trebuchet MS", arial, sans-serif;
	font-size: 11px;
}
/* ------------------------------------- PAGE */
#page{
	width: 700px;
	border: 1px solid #ccc;
	padding: 4px;
	margin: 12px auto;
}
/* ------------------------------------- HEADER */
#header{
	height: 52px;
	position: relative;
}

#header h1{
	color: #1C5D03;
	font-size: 26px;
	letter-spacing:2px;
	line-height: 15px;
	width: 260px;
	text-align:center;
	margin-left: 2px;
	margin-top: 2px;
	padding-top: 2px;
}
#header h1 span{ 
	font-size: 11px;
	line-height: 28px;
	letter-spacing:4px;
}
#header address{
	position: absolute;
	right: 46px;
	top: 0px;
	margin-top: -2px;
	border-left: 2px solid #1C5D03;
	padding-left: 3px;
	font-style:normal;
}
#header address a{
	text-decoration: none;
	font-size: 11px;
	color:#1C5D03;
}
#header a:hover{
	color:#8A0C0C;
}
#footer {
	width: 700px;
	padding: 0px;
	margin: 12px auto;
	text-align:center;
	color: #ccc;
	font-size: 9px;
}
#footer a{
	text-decoration: none;
	font-size: 9px;
	color:#ccc;
}
#footer a:hover{
	color:#8A0C0C;
}
/* ------------------------------------- NAV */
#nav{
	list-style-type: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	margin-bottom: 6px;
	background-color: #DFFFE0;
	text-align:center;
}
#nav li{
	display: inline;
	margin-right: 30px;
	margin-left: 10px;
}
#nav a{
	text-decoration: none;
	color: #1C5D03;
}
#nav a:hover{
	color:#8A0C0C;
}
#nav2{
	list-style-type: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	margin-bottom: 6px;
	background-color: #FFFFFF;
}
#nav2 li{
	display: inline;
	margin-right: 30px;
	margin-left: 10px;
}
#nav2 a{
	text-decoration: none;
	color: #1C5D03;
}
#nav2 a:hover{
	color:#8A0C0C;
}
/* ------------------------------------- CONTENT */
#content{
	height: 480px;
	position:relative;
}
/* ------------------------------------- ARTISTLIST */
.artistList{
	list-style-type: none;
	margin: 12px;
	float: left;
}
.artistList li{
	margin-bottom: 6px;
}
.artistList a{
	text-decoration: none;
	color: #777;
	letter-spacing: 1px;
}
/* ------------------------------------- MINI */
#mini{
	list-style-type: none;
	width:690px;
	margin: 0px auto;
}
#mini li{
	margin: 24px 16px;
	float: left;
}
#mini a{
	display: block;
	width: 100px;
	height: 100px;
	border: 1px solid #ccc;
	background-repeat:no-repeat;
	background-position: center center;
}
#expo{
	list-style-type: none;
}
#expo a{
	display: block;
	width: 100px;
	height: 100px;
	border: 1px solid #ccc;
	background-repeat:no-repeat;
	background-position: center center;
}
/* ------------------------------------- BACK / NEXT */
#back, #next{
	position: absolute;
	bottom: 10px;
	text-decoration: none;
	color: #7f0040;
}
#back{
	left: 30px;
}
#next{
	right: 30px;
}
#artTitre a{
	text-decoration: none;
	font-style:normal;
	font-weight:normal;
	color: #666666;
}