div#history {
	padding-left:15px;
}


/* MENU DATE */
ul#menuContent {
	float:right;
	width:147px;
}
ul#menuContent li {
	height:53px; width:147px;
}
ul#menuContent li a {
	position:relative;
	display:block;
	padding-left:50px;
	height:53px; width:123px;
	background:transparent url(/img/bgd-list-small-off.gif) no-repeat 3px bottom; color:#7e7e7e;
	font-family:"Trebuchet MS", Arial, sans-serif; font-size:17px; font-weight:normal;
	text-decoration:none; line-height:53px;
	cursor:pointer;
	outline:none;
}
ul#menuContent li.last a {
	background:none;
}
ul#menuContent li a:hover, ul#menuContent li.last a:hover {
	color:#fff;
	background:transparent url(/img/bgd-list-small.png) no-repeat;
	border-bottom:0;
}
* html ul#menuContent li a:hover {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bgd-list-small.png',sizingMethod='crop');
}
* html ul#menuContent li.last a:hover {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bgd-list-small.png',sizingMethod='crop');
}
ul#menuContent li a.selected {
	color:#fff;
	background:transparent url(/img/bgd-list-small.png) no-repeat;
	border-bottom:0;
}
ul#menuContent li a.selected:hover {
	color:#fff;
	background:transparent url(/img/bgd-list-small.png) no-repeat;
	border-bottom:0;
}
* html ul#menuContent li a.selected {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bgd-list-small.png',sizingMethod='crop');
}
* html ul#menuContent li a.selected:hover {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bgd-list-small.png',sizingMethod='crop');
}

* html ul#menuContent li a .btWrap2 {
	padding-left:50px;
	cursor:pointer;
}
*+ html ul#menuContent li a .btWrap2 {
	padding-left:50px;
	cursor:pointer;
}

/* Bloc History */
div.historyStory {
	width:540px;
}
div.historyStory img {
	float:left;
	margin:5px 30px 20px 0;
}
.contentList div.on, .contentList div.historyStory {
	display:block;
}

.contentList div.off {
	display:none;
}
