#content{
	background-color: #1a171b;
	color: #777777;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	height: 462px;
	line-height: 16px;
	position:relative;
	text-align: left;
}
#content a{
	color: #777777;
}

#content h1{ display: none; }

#visuel{
	float: right;
}

.verticalAlign{
	height: 100%;
	position: relative;
}
#histoires{
	margin-left: 337px;
	margin-right: -10px;
}

.histoire{
	padding-top: 8px;
	padding-bottom: 7px;
	width: 131px;
}

.date{
	border-left: 1px solid #1A171B;
	cursor: pointer;
	height: 24px;
	opacity: 0.27;
    filter : alpha(opacity=27);
	padding-left: 22px;
}
.date.selected{
	border-left: 1px solid white;
	opacity: 1;
    filter : alpha(opacity=100);
}

.txt{
	left: 65px;
	position: absolute;
	text-align: right;
	top: 0;
	width: 225px;
}
#content .txt a{
	color: #C7C7C9;
	text-decoration: none;
}
#content .txt a:hover{
	text-decoration: underline;
}
