/* CSS Document 
>> ARCHIVES
*/
#menu {
	width: 750px;
	margin: 0 auto;
	z-index: 5;
	position: absolute;
	height: 110px;
}
#title_bar {
	background-image: url(../images_f/title_mid3.png);
	background-repeat:repeat-x;
	height: 70px;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 0;
	position: relative;
}

#page {
	/*border: 1px solid green;*/
	height: 500px;
	z-index: 5;
	margin-top: 10px;
}

#col_left {
	width: 239px;
	/*border: 1px solid orange;*/
	float: left;
	margin-right: 5px;
	height: 175%;
	overflow: visible;
	position:relative;
	background-image:url(../images_f/line_col_bg_double.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#col_left_bg {
	background-image:url(../images_f/line_float_cornerbr.gif);
	background-repeat:no-repeat;
	height: 200px;
	width: 200px;
	background-position:bottom right;
	position: absolute;
	bottom: -75px;
	right: -0px;
}

* html #col_left_bg {
	right: -1px;
}

* html .line_corner_tr {
	right: -1px;
}

#col_right {
	width: 450px;
	/*border: 1px solid magenta;*/
	float: left;
	color: #4a5147;
	padding-bottom: 20px;
	padding-left: 20px;
	position:relative;
	left: -10px;
	background-image:url(../images_f/line_corner_bl_long.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	/*background-image:url(../images_f/line_double.gif);
	background-repeat:repeat-y;
	left: -13px;*/
}

#col_right_bg {

}

* html #col_right_bg {

}

#col_right_bg_bg {
	position:relative;
	top: -35px;
	height: 200px;
	background-image: url(../images_f/line_col_bgdown.gif);
}

#col_right_detail1 {
	height: 250px;
	width: 495px;
	position: absolute;
	bottom: 10px;
	right: 0;
	z-index: -2;
}

* html #col_right_detail1 {
	height: 250px;
	width: 498px;
	position: absolute;
	bottom: 0;
	right: 0;
}

* html #col_right_bg_bg {
	position:relative;
	top: 385px;
	height: 500px;
	background-image: url(../images_f/line_col_bgdown.gif);
}

#col_right table {
	border-collapse:collapse;
	width: 100%;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	margin-bottom: 30px;
	position:relative;
	top: -30px;
}

#col_right tr {
	border-collapse:collapse;
	background-image: url(../images_f/line_single.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.t_artist {
	width: 30%;
	text-align: left;
}

.t_annee {
	width: 15%;
	text-align: left;
}

.t_photo {
	width:20%;
	text-align: left;
}

.t_video {
	width:20%;
	text-align: left;
}

.t_bio {
	width:15%;
	text-align: right;
}

.th_artist {
	width: 45%;
	text-align: left;
	cursor: pointer;
	line-height: 14px;
}

.th_annee {
	width: 15%;
	text-align: left;
	cursor: pointer;
}

.th_photo {
	width:20%;
	text-align: left;
	cursor: default;
}

.th_video {
	width:20%;
	text-align: left;
	cursor: default;
}

.th_bio {
	width:15%;
	text-align: right;
	cursor: default;
}

.footer {
	font-size: 10px;
	background-image:none;
}