/* left column */
.main_content .bottom_content .left_column {
	width:268px;
	float:left;
	margin-right:25px;
}

	.main_content .bottom_content .left_column .left_img {
		position: relative;
		width:287px;
		height:202px;
		margin-bottom:25px;
	}

		.main_content .bottom_content .left_column .left_img .mask {
			position:absolute;
			top:0;
			left:0;
			width:287px;
			height:202px;
			z-index:2;
		}

		.main_content .bottom_content .left_column .left_img .img {
			position:absolute;
			margin:12px 0 0 13px;
			z-index:4;
		}

		.main_content .bottom_content .left_column .left_img .link_smooth {
			position: absolute;
			display:block;
			margin:12px 0 0 250px;
			width: 15px;
			height:15px;
			background-image:url(../img/global/link_smooth.jpg);
			z-index:6;
		}
		.main_content .bottom_content .left_column .left_img .link_smooth:hover {
			background-image:url(../img/global/link_smooth_hover.jpg);
		}

		.main_content .bottom_content .left_column .left_img .legende {
			position: absolute;
			margin:0 0 10px 13px;
			padding: 8px;
			width: 244px;
			background-image:url(../img/global/bg_legende.png);
			color:#666;
			z-index:6;
			height : 9px;
			bottom:0;
		}

	.main_content .bottom_content .left_column .text {
		float: right;
		font-weight: bold;
		font-size:1.1em;
		line-height:18px;
		width:260px;
	}
/* end left column */

/* central content */
.central .central_content {
	line-height:18px;
	margin-bottom:10px;
}

	.central .central_content.pre_list {
		margin-bottom:0;
	}

	.central .central_content .main {
		font-weight: bold;
	}

	.central .central_content a {
		font-weight: bold;
		color:#FF9000;
	}

	.central .central_content a:hover {
		color:#000;
	}

.central li {
	font-weight: bold;
	list-style-image: url(../img/global/puce_orange.png);
	margin-left:17px;
}